< prev index next >

test/java/lang/instrument/GetObjectSizeTest.java

Print this page

        

*** 25,35 **** * @test * @bug 4882798 * @summary round-trip test for getObjectSize (does it return, and is the result non-zero?) * @author Gabriel Adauto, Wily Technology * - * @modules java.instrument * @run build GetObjectSizeTest * @run shell MakeJAR.sh basicAgent * @run main/othervm -javaagent:basicAgent.jar GetObjectSizeTest GetObjectSizeTest */ import java.util.*; --- 25,34 ----
< prev index next >