8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
authorkevinw
Thu, 04 Dec 2014 12:43:45 +0000
changeset 28015 91c0f12618bf
parent 27882 ceece07bef14
child 28016 e42ebed2849d
8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff
hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java
--- a/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java	Wed Dec 03 20:40:00 2014 +0000
+++ b/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java	Thu Dec 04 12:43:45 2014 +0000
@@ -41,12 +41,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()) {