test/serviceability/jvmti/GetObjectSizeOverflow.java

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper

*** 27,37 **** * Test to verify GetObjectSize does not overflow on a 600M element int[] * * @test * @bug 8027230 * @library /testlibrary ! * @build GetObjectSizeOverflowAgent * @run main ClassFileInstaller GetObjectSizeOverflowAgent * @run main GetObjectSizeOverflow */ public class GetObjectSizeOverflow { public static void main(String[] args) throws Exception { --- 27,37 ---- * Test to verify GetObjectSize does not overflow on a 600M element int[] * * @test * @bug 8027230 * @library /testlibrary ! * @build com.oracle.java.testlibrary.* GetObjectSizeOverflowAgent * @run main ClassFileInstaller GetObjectSizeOverflowAgent * @run main GetObjectSizeOverflow */ public class GetObjectSizeOverflow { public static void main(String[] args) throws Exception {