mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-09 04:59:33 +00:00
8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
Reviewed-by: sla, dsamersoff
This commit is contained in:
parent
4169c68769
commit
5c410f0bb5
@ -41,12 +41,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()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user