changeset 6045:4d25046abb67 icedtea-2.6pre17

8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: poonam
author kevinw
date Fri, 09 Jan 2015 17:00:02 +0000
parents 6147bb7aed52
children 71fa31628126
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 Oct 20 16:30:51 2014 -0400
+++ b/test/serviceability/sa/jmap-hashcode/Test8028623.java	Fri Jan 09 17:00:02 2015 +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();