# HG changeset patch # User kevinw # Date 1417697025 0 # Node ID eb111e3a237990c2113bc4c79dcb65440c47fc56 # Parent a5feb8bfc2a21a13347e4e5ab52b6fd1ebdeaf50 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff diff -r a5feb8bfc2a2 -r eb111e3a2379 test/serviceability/sa/jmap-hashcode/Test8028623.java --- a/test/serviceability/sa/jmap-hashcode/Test8028623.java Wed Dec 03 20:40:00 2014 +0000 +++ b/test/serviceability/sa/jmap-hashcode/Test8028623.java Thu Dec 04 12:43:45 2014 +0000 @@ -40,12 +40,12 @@ public class Test8028623 { - public static int à = 1; + public static int \u00CB = 1; public static String dumpFile = "heap.out"; public static void main (String[] args) { - System.out.println(Ã); + System.out.println(\u00CB); try { if (!Platform.shouldSAAttach()) {