[10] RFR for JDK-8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
Shafi Ahmad
shafi.s.ahmad at oracle.com
Thu Jul 13 07:20:07 UTC 2017
Hi,
Please review the trivial change for the fix of bug 'JDK-8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException'
Summary:
This test is sensitive to the compiler's code generation and recently we did some changes to fix 'JDK-8180660: missing LNT entry for finally block'.
As the fix of JDK-8180660 emit missing line number table entry so we have to update the line number table and code indices table of test test/com/sun/jdi/LineNumberInfo.java.
jdk10 bug: https://bugs.openjdk.java.net/browse/JDK-8181500
webrev link: http://cr.openjdk.java.net/~shshahma/8181500/webrev.00/
Testing: run jprt
Regards,
Shafi
More information about the compiler-dev
mailing list