8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java
authorkvn
Tue, 21 Oct 2014 12:37:48 -0700
changeset 27415 42971a565f19
parent 27414 39d976b80fb4
child 27416 862162c5a8e0
8061563: Typo in test/compiler/exceptions/CatchInlineExceptions.java Summary: fix typo Reviewed-by: iveresov
hotspot/test/compiler/exceptions/CatchInlineExceptions.java
--- 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) {