< prev index next >

test/jdk/com/sun/jdi/DeferredStepTest.java

Print this page

        

@@ -112,11 +112,11 @@
         List<String> reply = jdb.command(JdbCommand.next());
         /*
          * Each "next" produces something like ("Breakpoint hit" line only if the line has BP)
          *   Step completed:
          *     Breakpoint hit: "thread=jj2", DeferredStepTestTarg$jj2.run(), line=74 bci=12
-         *     74                    ++count2;                           // @2 breakpoint
+         *     74                    ++count2;                           // @ 2 breakpoint
          *     <empty line>
          *     jj2[1]
          */
         // detect thread from the last line
         String lastLine = reply.get(reply.size() - 1);
< prev index next >