test/lib/sun/hotspot/WhiteBox.java
changeset 53116 bb03098c4dde
parent 52030 57862a02bf4b
child 53494 8fd43dacaef7
--- a/test/lib/sun/hotspot/WhiteBox.java	Fri Dec 21 18:26:55 2018 +0000
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Dec 21 08:18:59 2018 -0800
@@ -182,6 +182,10 @@
   public native long    g1NumMaxRegions();
   public native long    g1NumFreeRegions();
   public native int     g1RegionSize();
+  public native long    dramReservedStart();
+  public native long    dramReservedEnd();
+  public native long    nvdimmReservedStart();
+  public native long    nvdimmReservedEnd();
   public native MemoryUsage g1AuxiliaryMemoryUsage();
   private  native Object[]    parseCommandLine0(String commandline, char delim, DiagnosticCommand[] args);
   public          Object[]    parseCommandLine(String commandline, char delim, DiagnosticCommand[] args) {