changeset 6233:71bfec16737d

8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: poonam
author kevinw
date Fri, 21 Nov 2014 20:22:39 +0000
parents 90507198bf02
children 7ac2ed826e74
files test/serviceability/sa/jmap-hashcode/Test8028623.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/serviceability/sa/jmap-hashcode/Test8028623.java	Mon Nov 17 15:51:46 2014 -0500
+++ b/test/serviceability/sa/jmap-hashcode/Test8028623.java	Fri Nov 21 20:22:39 2014 +0000
@@ -38,12 +38,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 {
         int pid = ProcessTools.getProcessId();