[9] RFR(XS) 8171276: More problems in compiler/aot/RecompilationTest.java tests
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Dec 15 19:01:35 UTC 2016
http://cr.openjdk.java.net/~kvn/8171276/webrev/
https://bugs.openjdk.java.net/browse/JDK-8171276
Kim Barrett pointed that he still see the problem after JDK-8171187 [1] is fixed:
on exception 'STATIC_TEST: expected compilation level after compilation to be no less than 1 for STATIC_TEST: expected -1 >= 1':
I should disable inlining of all methods SimpleTestCaseHelper.
Verified with objdump of generated test's AOT libraries.
Thanks,
Vladimir
[1] https://bugs.openjdk.java.net/browse/JDK-8171187
More information about the hotspot-compiler-dev
mailing list