Loading... (original) (raw)
- Type:
Bug
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: hs25, emb-8u26, 8, 8u25
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
JDK-8039988 Make IsMethodCompilable test work with tiered
- Resolved
JDK-8045399 Make IsMethodCompilable test work with tiered
- Resolved
JDK-8053318 Make IsMethodCompilable test work with tiered
- Resolved
blocks
JDK-8039497 Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
- Resolved
duplicates
JDK-8023019 compiler/whitebox/IsMethodCompilableTest.java failed with jdk8 since b102 (hs25b44)
- Closed
JDK-8031449 [TESTBUG] IsMethodCompilableTest: java.lang.RuntimeException: private SimpleTestCase$Helper(int) is still compilable after 401 iterations
- Closed
is blocked by
JDK-8034188 OSR methods may not be recompiled at proper compilation level after deoptimization
- Resolved
(1 duplicates, 1 is blocked by)