8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java
Summary: fix typo
Reviewed-by: iveresov
--- a/hotspot/test/compiler/exceptions/CatchInlineExceptions.java Fri Oct 17 15:35:25 2014 -0700
+++ b/hotspot/test/compiler/exceptions/CatchInlineExceptions.java Tue Oct 21 12:37:48 2014 -0700
@@ -70,7 +70,7 @@
if (counter1 != 0) {
throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0");
}
- if (counter2 != counter) {
+ if (counter2 != counter0) {
throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")");
}
if (counter2 != counter) {