Merge
authorkevinw
Thu, 04 Dec 2014 16:16:01 +0000
changeset 28016 e42ebed2849d
parent 28014 3ca57ef4f132 (current diff)
parent 28015 91c0f12618bf (diff)
child 28017 84009002b566
Merge
--- a/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java	Wed Dec 03 17:12:25 2014 +0100
+++ b/hotspot/test/serviceability/sa/jmap-hashcode/Test8028623.java	Thu Dec 04 16:16:01 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()) {