提交 4e252cc6 编写于 作者: S shshahma

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
上级 9afef98f
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/** /**
* @test * @test
* @bug 4238644 4238643 4238641 4944198 * @bug 4238644 4238643 4238641 4944198 8181500
* @summary Test javac regressions in the generation of line number info * @summary Test javac regressions in the generation of line number info
* @author Gordon Hirsch * @author Gordon Hirsch
* *
...@@ -72,6 +72,7 @@ public class LineNumberInfo extends TestScaffold { ...@@ -72,6 +72,7 @@ public class LineNumberInfo extends TestScaffold {
36, 36,
37, 37,
36, 36,
37,
40, 40,
41, 41,
42, 42,
...@@ -110,6 +111,7 @@ public class LineNumberInfo extends TestScaffold { ...@@ -110,6 +111,7 @@ public class LineNumberInfo extends TestScaffold {
85 , 85 ,
93 , 93 ,
96 , 96 ,
105,
107, 107,
111, 111,
119, 119,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册