RFR: 8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
Chris Hegarty
chris.hegarty at oracle.com
Tue Aug 9 12:45:45 UTC 2016
> On 9 Aug 2016, at 13:26, Claes Redestad <claes.redestad at oracle.com> wrote:
>
> <resending due to missing RFR in subject>
>
> On 2016-08-09 13:48, Claes Redestad wrote:
>> 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
Looks fine Claes.
-Chris.
More information about the core-libs-dev
mailing list