# HG changeset patch # User kevinw # Date 1390469630 0 # Node ID 4db9ba24613d1692e67ce51f1a7edb3917e1587d # Parent bd3821442010277a5bba72531117e27f6c3cc489 8032466: serviceability/sa/jmap-hashcode/Test8028623.java fails with compilation errors Reviewed-by: dsamersoff, sla diff -r bd3821442010 -r 4db9ba24613d hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java --- a/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java Thu Jan 23 09:06:21 2014 +0100 +++ b/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java Thu Jan 23 09:33:50 2014 +0000 @@ -26,6 +26,8 @@ * @bug 8028623 * @summary Test hashing of extended characters in Serviceability Agent. * @library /testlibrary + * @compile -encoding utf8 Test8028623.java + * @run main Test8028623 */ import com.oracle.java.testlibrary.JDKToolLauncher;