Investigation for JDK-8056071 showed that we currently do not have any tests that verify that 'trivial' methods are always compiled with C1 in TieredCompilation mode.
We should add such tests using the Whitebox API.
We should add such tests using the Whitebox API.
- duplicates
-
JDK-8028590 Develop tests for level transitions of Tiered Compilation
- Open
- relates to
-
JDK-8056071 compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
- Resolved