comparison test/serviceability/jvmti/GetObjectSizeOverflow.java @ 17974:09f19d3de485

8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper Reviewed-by: sla, allwin
author ykantser
date Thu, 05 Jun 2014 15:55:49 +0200
parents 997fd9660dd5
children
comparison
equal deleted inserted replaced
17973:9d8f8852abcc 17974:09f19d3de485
27 * Test to verify GetObjectSize does not overflow on a 600M element int[] 27 * Test to verify GetObjectSize does not overflow on a 600M element int[]
28 * 28 *
29 * @test 29 * @test
30 * @bug 8027230 30 * @bug 8027230
31 * @library /testlibrary 31 * @library /testlibrary
32 * @build GetObjectSizeOverflowAgent 32 * @build ClassFileInstaller com.oracle.java.testlibrary.* GetObjectSizeOverflowAgent
33 * @run main ClassFileInstaller GetObjectSizeOverflowAgent 33 * @run main ClassFileInstaller GetObjectSizeOverflowAgent
34 * @run main GetObjectSizeOverflow 34 * @run main GetObjectSizeOverflow
35 */ 35 */
36 public class GetObjectSizeOverflow { 36 public class GetObjectSizeOverflow {
37 public static void main(String[] args) throws Exception { 37 public static void main(String[] args) throws Exception {