-
Bug
-
Resolution: Fixed
-
P4
-
hs25, emb-8u26, 8, 8u25
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045399 | 8u25 | Nils Eliasson | P4 | Resolved | Fixed | b01 |
JDK-8039988 | 8u20 | Nils Eliasson | P4 | Resolved | Fixed | b12 |
JDK-8053318 | emb-8u26 | Nils Eliasson | P4 | Resolved | Fixed | b17 |
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