test/compiler/exceptions/CatchInlineExceptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8061563 Cdiff test/compiler/exceptions/CatchInlineExceptions.java

test/compiler/exceptions/CatchInlineExceptions.java

Print this page

        

*** 68,78 **** } } if (counter1 != 0) { throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0"); } ! if (counter2 != counter) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); } if (counter2 != counter) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter(" + counter + ")"); } --- 68,78 ---- } } if (counter1 != 0) { throw new RuntimeException("Failed: counter1(" + counter1 + ") != 0"); } ! if (counter2 != counter0) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter0(" + counter0 + ")"); } if (counter2 != counter) { throw new RuntimeException("Failed: counter2(" + counter2 + ") != counter(" + counter + ")"); }
test/compiler/exceptions/CatchInlineExceptions.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File