8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369

Claes Redestad claes.redestad at oracle.com
Tue Aug 9 11:48:53 UTC 2016


Hi,

change to enable DMH pre-generation caused a subtle change in the 
stacktrace, which caused this test to fail.

Please review this patch which reverts the stackframe to look like 
before for non-pregenerated DMHs, while also updating the test to accept 
pregenerated DMHs.

To verify this works I added invokeVirtual_LL_V (used in the test) to 
the list of pre-generated DMHs in GenerateJLIClassesPlugin and verified 
that the test pass both on a jlinked image and an exploded image.

Webrev: http://cr.openjdk.java.net/~redestad/8163476/webrev.01
Bug: https://bugs.openjdk.java.net/browse/JDK-8163476

Thanks!

/Claes


More information about the core-libs-dev mailing list