< prev index next >

test/java/lang/instrument/NullGetObjectSizeTest.java

Print this page

        

*** 25,35 **** * @test * @bug 4920005 4882798 * @summary make sure getObjectSize(null) throws NullPointerException. * @author Robert Field as modified from the code of Gabriel Adauto, Wily Technology * - * @modules java.instrument * @run build NullGetObjectSizeTest * @run shell MakeJAR.sh basicAgent * @run main/othervm -javaagent:basicAgent.jar NullGetObjectSizeTest NullGetObjectSizeTest */ --- 25,34 ----
< prev index next >