aboutsummaryrefslogtreecommitdiff
path: root/src/share/tools/whitebox/sun/hotspot/WhiteBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/tools/whitebox/sun/hotspot/WhiteBox.java')
-rw-r--r--src/share/tools/whitebox/sun/hotspot/WhiteBox.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/tools/whitebox/sun/hotspot/WhiteBox.java b/src/share/tools/whitebox/sun/hotspot/WhiteBox.java
index ee6a18d50..1495b73a2 100644
--- a/src/share/tools/whitebox/sun/hotspot/WhiteBox.java
+++ b/src/share/tools/whitebox/sun/hotspot/WhiteBox.java
@@ -24,6 +24,7 @@
package sun.hotspot;
import java.security.BasicPermission;
+import sun.hotspot.parser.DiagnosticCommand;
public class WhiteBox {
@@ -67,4 +68,5 @@ public class WhiteBox {
public native boolean g1IsHumongous(Object o);
public native long g1NumFreeRegions();
public native int g1RegionSize();
+ public native Object[] parseCommandLine(String commandline, DiagnosticCommand[] args);
}