RFR: 8350159: compiler/tiered/Level2RecompilationTest.java fails after JDK-8349915

Vladimir Kozlov kvn at openjdk.org
Mon Feb 17 18:29:09 UTC 2025


On Mon, 17 Feb 2025 18:12:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> On other hand, when running with `-Xcomp` we should not worry about priority of compilation tasks.
>> And `Level2RecompilationTest.java` "requires" `vm.compMode != "Xcomp"` so it should pass.
>
> Yes. Testing confirms both the affected test and CTW works fine.
> 
> I think the cleanest way is to tell `Whitebox` whether we are entering for CTW, or for faking a normal compilation. But it would significantly more intrusive.

Right. I will test this change.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23668#discussion_r1958662589


More information about the hotspot-compiler-dev mailing list