--- old/test/jdk/com/sun/jdi/DeferredStepTest.java 2018-10-18 14:37:25.624670800 -0700 +++ new/test/jdk/com/sun/jdi/DeferredStepTest.java 2018-10-18 14:37:23.327550300 -0700 @@ -114,7 +114,7 @@ * 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 * * jj2[1] */