From cbeaacc0848950a6e803588f3072b6a84047ec45 Mon Sep 17 00:00:00 2001
From: Shafi Ahmad <shshahma@openjdk.org>
Date: Mon, 17 Jul 2017 03:58:42 -0700
Subject: [PATCH] 8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with
 jArrayIndexOutOfBoundsException

Update line number table and code indices table with missing entry

Reviewed-by: vromero
---
 jdk/test/com/sun/jdi/LineNumberInfo.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/jdk/test/com/sun/jdi/LineNumberInfo.java b/jdk/test/com/sun/jdi/LineNumberInfo.java
index 5172dc16154..cbe0591cd75 100644
--- a/jdk/test/com/sun/jdi/LineNumberInfo.java
+++ b/jdk/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,