Loading... (original) (raw)

C1 continues compilation of method even after reaching of recompilation's limit (PerMethodRecompilationCutoff)

Cause of this behavior is calling of 'Method:: set_not_compilable()' with argument 'CompLevel_full_optimization' from 'MethodData::inc_decompile_count()', so for C1 the method is still
compilable

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8039988 Make IsMethodCompilable test work with tiered

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8045399 Make IsMethodCompilable test work with tiered

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8053318 Make IsMethodCompilable test work with tiered

blocks

Enhancement - null JDK-8039497 Testlibrary should be updated to provide information about all VM types as well as access to Unsafe

duplicates

Bug - A problem which impairs or prevents the functions of the product. JDK-8023019 compiler/whitebox/IsMethodCompilableTest.java failed with jdk8 since b102 (hs25b44)

Bug - A problem which impairs or prevents the functions of the product. JDK-8031449 [TESTBUG] IsMethodCompilableTest: java.lang.RuntimeException: private SimpleTestCase$Helper(int) is still compilable after 401 iterations

is blocked by

Bug - A problem which impairs or prevents the functions of the product. JDK-8034188 OSR methods may not be recompiled at proper compilation level after deoptimization

(1 duplicates, 1 is blocked by)