mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8273522: Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap
Reviewed-by: minqi, ccheung, mseledtsov
This commit is contained in:
parent
f42b92790a
commit
922e86f4ff
40 changed files with 50 additions and 53 deletions
|
@ -596,7 +596,7 @@ public class WhiteBox {
|
|||
public native boolean isSharedInternedString(String s);
|
||||
public native boolean isCDSIncluded();
|
||||
public native boolean isJFRIncluded();
|
||||
public native boolean isJavaHeapArchiveSupported();
|
||||
public native boolean canWriteJavaHeapArchive();
|
||||
public native Object getResolvedReferences(Class<?> c);
|
||||
public native void linkClass(Class<?> c);
|
||||
public native boolean areOpenArchiveHeapObjectsMapped();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue