< prev index next >

test/java/lang/instrument/GetObjectSizeTest.java

Print this page

        

@@ -25,11 +25,10 @@
  * @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.*;
< prev index next >