jdk/test/java/lang/instrument/NullGetObjectSizeTest.java
changeset 33402 1156d495a525
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
33373:4a0312f2894b 33402:1156d495a525
    25  * @test
    25  * @test
    26  * @bug 4920005 4882798
    26  * @bug 4920005 4882798
    27  * @summary make sure getObjectSize(null) throws NullPointerException.
    27  * @summary make sure getObjectSize(null) throws NullPointerException.
    28  * @author Robert Field as modified from the code of Gabriel Adauto, Wily Technology
    28  * @author Robert Field as modified from the code of Gabriel Adauto, Wily Technology
    29  *
    29  *
    30  * @modules java.instrument
       
    31  * @run build NullGetObjectSizeTest
    30  * @run build NullGetObjectSizeTest
    32  * @run shell MakeJAR.sh basicAgent
    31  * @run shell MakeJAR.sh basicAgent
    33  * @run main/othervm -javaagent:basicAgent.jar NullGetObjectSizeTest NullGetObjectSizeTest
    32  * @run main/othervm -javaagent:basicAgent.jar NullGetObjectSizeTest NullGetObjectSizeTest
    34  */
    33  */
    35 
    34