RFR: 8356310: compiler/print/TestPrintAssemblyDeoptRace.java fails with Improperly specified VM option 'DeoptimizeALot'
Marc Chevalier
mchevalier at openjdk.org
Wed May 7 07:39:53 UTC 2025
On Wed, 7 May 2025 07:28:53 GMT, Manuel Hässig <duke at openjdk.org> wrote:
> This PR adds `-XX:+IgnoreUnrecoginzedVMOptions` to fix `compiler/print/TestPrintAssemblyDeoptRace.java` on product builds.
Been there, done that...
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.
-------------
Marked as reviewed by mchevalier (Author).
PR Review: https://git.openjdk.org/jdk/pull/25082#pullrequestreview-2820675781
PR Review Comment: https://git.openjdk.org/jdk/pull/25082#discussion_r2076992638
More information about the hotspot-compiler-dev
mailing list