jdk/test/com/sun/jdi/MultiBreakpointsTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 
    24 
    25 /**
    25 /**
    26  *  @test
    26  * @test
    27  *  @bug 4359247
    27  * @bug 4359247
    28  *  @summary Breakpoints on multiple threads have problems.
    28  * @summary Breakpoints on multiple threads have problems.
    29  *
    29  * @author tbell, jjh
    30  *  @author tbell, jjh
    30  *
    31  *
    31  * @build TestScaffold VMConnection TargetListener TargetAdapter
    32  *  @modules jdk.jdi
    32  * @run compile -g MultiBreakpointsTest.java
    33  *  @build TestScaffold VMConnection TargetListener TargetAdapter
    33  * @run driver MultiBreakpointsTest
    34  *  @run compile -g MultiBreakpointsTest.java
       
    35  *  @run driver MultiBreakpointsTest
       
    36  */
    34  */
    37 
    35 
    38 /*
    36 /*
    39  * This test runs a debuggee with n threads each of which just loops
    37  * This test runs a debuggee with n threads each of which just loops
    40  * doing some printlns and calling a method.  The debugger sets
    38  * doing some printlns and calling a method.  The debugger sets