8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
Reviewed-by: sla, dsamersoff
--- 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()) {