aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshshahma <none@none>2017-07-17 13:58:42 +0300
committerAlexey Ushakov <Alexey.Ushakov@jetbrains.com>2018-12-03 14:37:49 +0300
commit16614a161de2918fdb8f0e4669b3d5679c99bdf6 (patch)
tree7024d4d49e2d3605b80a2549756638f685664c96
parent9f59e8bf172eb0cc2f8fe191145a5794528b0d94 (diff)
downloadjdk8u_jdk-16614a161de2918fdb8f0e4669b3d5679c99bdf6.tar.gz
8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsExceptionjb8u202-b1453
Summary: Update line number table and code indices table with missing entry Reviewed-by: vromero
-rw-r--r--test/com/sun/jdi/LineNumberInfo.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/com/sun/jdi/LineNumberInfo.java b/test/com/sun/jdi/LineNumberInfo.java
index 82aedc2394..8b947ce163 100644
--- a/test/com/sun/jdi/LineNumberInfo.java
+++ b/test/com/sun/jdi/LineNumberInfo.java
@@ -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 @@ public class LineNumberInfo extends TestScaffold {
36,
37,
36,
+ 37,
40,
41,
42,
@@ -110,6 +111,7 @@ public class LineNumberInfo extends TestScaffold {
85 ,
93 ,
96 ,
+ 105,
107,
111,
119,