aboutsummaryrefslogtreecommitdiff
path: root/test/tools/javac/flow/LVTHarness.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/javac/flow/LVTHarness.java')
-rw-r--r--test/tools/javac/flow/LVTHarness.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/javac/flow/LVTHarness.java b/test/tools/javac/flow/LVTHarness.java
index 7039a626..c176e5e8 100644
--- a/test/tools/javac/flow/LVTHarness.java
+++ b/test/tools/javac/flow/LVTHarness.java
@@ -23,7 +23,7 @@
/*
* @test
- * @bug 7047734 8027660 8037937
+ * @bug 7047734 8027660 8037937 8047719
* @summary The LVT is not generated correctly during some try/catch scenarios
* javac crash while creating LVT entry for a local variable defined in
* an inner block