From 46571bf1e71b1ab0e93aebf74d30e07a9e511946 Mon Sep 17 00:00:00 2001 From: kevinw Date: Thu, 4 Dec 2014 12:43:45 +0000 Subject: [PATCH] 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff --- test/serviceability/sa/jmap-hashcode/Test8028623.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/serviceability/sa/jmap-hashcode/Test8028623.java b/test/serviceability/sa/jmap-hashcode/Test8028623.java index 074d09b99..cbf98473d 100644 --- a/test/serviceability/sa/jmap-hashcode/Test8028623.java +++ b/test/serviceability/sa/jmap-hashcode/Test8028623.java @@ -40,12 +40,12 @@ import java.io.File; 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()) { -- GitLab