8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
authorshshahma
Mon, 17 Jul 2017 03:58:42 -0700
changeset 46877 32bb7fa0f899
parent 46876 fafc04cfdef0
child 46878 5efde8404604
8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException Summary: Update line number table and code indices table with missing entry Reviewed-by: vromero
jdk/test/com/sun/jdi/LineNumberInfo.java
--- a/jdk/test/com/sun/jdi/LineNumberInfo.java	Wed Jul 05 20:15:55 2017 -0700
+++ b/jdk/test/com/sun/jdi/LineNumberInfo.java	Mon Jul 17 03:58:42 2017 -0700
@@ -23,7 +23,7 @@
 
 /**
  *  @test
- *  @bug 4238644 4238643 4238641 4944198
+ *  @bug 4238644 4238643 4238641 4944198 8181500
  *  @summary Test javac regressions in the generation of line number info
  *  @author Gordon Hirsch
  *
@@ -72,6 +72,7 @@
         36,
         37,
         36,
+        37,
         40,
         41,
         42,
@@ -110,6 +111,7 @@
         85 ,
         93 ,
         96 ,
+        105,
         107,
         111,
         119,