< prev index next >

test/java/lang/instrument/NullGetObjectSizeTest.java

Print this page

        

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