RFR: 8219555: compiler/jvmci/compilerToVM/IsMatureTest.java fails with Unexpected isMature state for multiple times invoked method: expected false to equal true
Vladimir Kozlov
kvn at openjdk.java.net
Mon Mar 8 17:28:07 UTC 2021
On Sun, 7 Mar 2021 20:50:27 GMT, Igor Veresov <iveresov at openjdk.org> wrote:
> Cleanup the behavior of the compilation policy with -Xcomp.
src/hotspot/share/compiler/compilationPolicy.cpp line 678:
> 676: methodHandle max_method_h(Thread::current(), max_method);
> 677:
> 678: if (max_task != NULL && max_task->comp_level() == CompLevel_full_profile && TieredStopAtLevel > CompLevel_full_profile &&
What is value of `TieredStopAtLevel` when Tiered is off in case you have only C2 and when you have only C1?
-------------
PR: https://git.openjdk.java.net/jdk/pull/2864
More information about the hotspot-dev
mailing list