RFR: 8356310: compiler/print/TestPrintAssemblyDeoptRace.java fails with Improperly specified VM option 'DeoptimizeALot'

Christian Hagedorn chagedorn at openjdk.org
Wed May 7 07:49:13 UTC 2025


On Wed, 7 May 2025 07:34:29 GMT, Marc Chevalier <mchevalier at openjdk.org> wrote:

>> This PR adds `-XX:+IgnoreUnrecoginzedVMOptions` to fix `compiler/print/TestPrintAssemblyDeoptRace.java` on product builds.
>
> test/hotspot/jtreg/compiler/print/TestPrintAssemblyDeoptRace.java line 26:
> 
>> 24: /*
>> 25:  * @test
>> 26:  * @bug 8258229 8356310
> 
> I'm not sure how much it helps a future reader that wants to figure what the test is about. Doesn't hurt so much either tho.

That's a good point. Since it's only a follow-up fix to make the test work with product, you don't need to add the bug number of this issue.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/25082#discussion_r2077009636


More information about the hotspot-compiler-dev mailing list