The JDK-8171187 fix is not complete. I should have disable inlining of all SimpleTestCaseHelper methods.
Kim Barrett wrote:
> With an up-to-date repo that includes the your fix forJDK-8171187,
> I'm still getting a test failure with RecompilationTest.java. This
> time it's slightly different. Instead of CONSTRUCTOR_TEST or
> METHOD_TEST, it's now STATIC_TEST. Looks like the test is just
> failing a bit later. I'm attaching the .jtr file, in case that helps.
Kim Barrett wrote:
> With an up-to-date repo that includes the your fix for
> I'm still getting a test failure with RecompilationTest.java. This
> time it's slightly different. Instead of CONSTRUCTOR_TEST or
> METHOD_TEST, it's now STATIC_TEST. Looks like the test is just
> failing a bit later. I'm attaching the .jtr file, in case that helps.
- relates to
-
JDK-8171187 Expected compilation level after compilation to be no less than 1
- Resolved