8272348: Update CDS tests in anticipation of JDK-8270489

Reviewed-by: ccheung, minqi
This commit is contained in:
Ioi Lam 2021-08-16 03:22:52 +00:00
parent 3f38a50c52
commit 36e2ddad4d
23 changed files with 85 additions and 56 deletions

View file

@ -592,7 +592,8 @@ public class WhiteBox {
public native boolean isSharingEnabled();
public native boolean isShared(Object o);
public native boolean isSharedClass(Class<?> c);
public native boolean areSharedStringsIgnored();
public native boolean areSharedStringsMapped();
public native boolean isSharedInternedString(String s);
public native boolean isCDSIncluded();
public native boolean isJFRIncluded();
public native boolean isJavaHeapArchiveSupported();