jdk/test/com/sun/jdi/FinalLocalsTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  *  @test
    25  * @test
    26  *  @bug 4326648 4768329
    26  * @bug 4326648 4768329
    27  *  @summary Test to verify that table entries are generated for all final
    27  * @summary Test to verify that table entries are generated for all final
    28  *           locals when a class is built for debug, even if they could be
    28  *          locals when a class is built for debug, even if they could be
    29  *           inlined otherwise.
    29  *          inlined otherwise.
    30  *
    30  * @author Tim Bell
    31  *  @author Tim Bell
    31  *
    32  *
    32  * @run build TestScaffold VMConnection TargetListener TargetAdapter
    33  *  @modules jdk.jdi
    33  * @run compile -g FinalLocalsTest.java
    34  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
    34  * @run driver FinalLocalsTest
    35  *  @run compile -g FinalLocalsTest.java
       
    36  *  @run driver FinalLocalsTest
       
    37  */
    35  */
    38 import com.sun.jdi.*;
    36 import com.sun.jdi.*;
    39 import com.sun.jdi.event.*;
    37 import com.sun.jdi.event.*;
    40 import com.sun.jdi.request.*;
    38 import com.sun.jdi.request.*;
    41 
    39