mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8272348: Update CDS tests in anticipation of JDK-8270489
Reviewed-by: ccheung, minqi
This commit is contained in:
parent
3f38a50c52
commit
36e2ddad4d
23 changed files with 85 additions and 56 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue