test/lib/sun/hotspot/WhiteBox.java
changeset 59060 fce1fa1bdc91
parent 59053 ba6c248cae19
child 59113 700a2ad8fc19
--- a/test/lib/sun/hotspot/WhiteBox.java	Wed Nov 13 13:43:06 2019 -0500
+++ b/test/lib/sun/hotspot/WhiteBox.java	Wed Nov 13 10:49:12 2019 -0800
@@ -193,6 +193,9 @@
     return parseCommandLine0(commandline, delim, args);
   }
 
+  public native int g1ActiveMemoryNodeCount();
+  public native int[] g1MemoryNodeIds();
+
   // Parallel GC
   public native long psVirtualSpaceAlignment();
   public native long psHeapGenerationAlignment();