comparison test/serviceability/sa/jmap-hashcode/Test8028623.java @ 14287:0129aea3736a

8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors Reviewed-by: dsamersoff, sla
author kevinw
date Thu, 23 Jan 2014 09:33:50 +0000
parents baa7d4400c62
children 09f19d3de485
comparison
equal deleted inserted replaced
14286:c250880a6673 14287:0129aea3736a
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8028623 26 * @bug 8028623
27 * @summary Test hashing of extended characters in Serviceability Agent. 27 * @summary Test hashing of extended characters in Serviceability Agent.
28 * @library /testlibrary 28 * @library /testlibrary
29 * @compile -encoding utf8 Test8028623.java
30 * @run main Test8028623
29 */ 31 */
30 32
31 import com.oracle.java.testlibrary.JDKToolLauncher; 33 import com.oracle.java.testlibrary.JDKToolLauncher;
32 import com.oracle.java.testlibrary.OutputBuffer; 34 import com.oracle.java.testlibrary.OutputBuffer;
33 import com.oracle.java.testlibrary.ProcessTools; 35 import com.oracle.java.testlibrary.ProcessTools;