Method Summary |
|
native public static boolean | agentlibInitialize(int numOptions) |
native public static boolean | agentlibProcess(String agentArg) |
native public static boolean | agentlibSupported() |
native public static boolean | callerCLIsMIDCLs() |
native public static int | checkDebugFlags(int flags) |
native public static int | checkDebugJITFlags(int flags) |
native public static int | clearDebugFlags(int flags) |
native public static int | clearDebugJITFlags(int flags) |
public static void | copyArray(Object[] src, int src_position, Object[] dst, int dst_position, int length) |
native public static void | copyBooleanArray(boolean[] src, int src_position, boolean[] dst, int dst_position, int length) |
native public static void | copyByteArray(byte[] src, int src_position, byte[] dst, int dst_position, int length) |
native public static void | copyCharArray(char[] src, int src_position, char[] dst, int dst_position, int length) |
native public static void | copyDoubleArray(double[] src, int src_position, double[] dst, int dst_position, int length) |
native public static void | copyFloatArray(float[] src, int src_position, float[] dst, int dst_position, int length) |
native public static void | copyIntArray(int[] src, int src_position, int[] dst, int dst_position, int length) |
native public static void | copyLongArray(long[] src, int src_position, long[] dst, int dst_position, int length) |
native public static void | copyObjectArray(Object[] src, int src_position, Object[] dst, int dst_position, int length) |
native public static void | copyShortArray(short[] src, int src_position, short[] dst, int dst_position, int length) |
native public static void | disableRemoteExceptions() |
native public static void | dumpCompilerProfileData() |
native public static void | dumpStats() |
native public static void | enableRemoteExceptions() |
native public static void | executeClinit(Class c) |
native static void | executeLoadSuperClasses(Class c) |
native public static void | freeClinit(Class c) |
native public static void | gcDumpHeapSimple() |
native public static void | gcDumpHeapStats() |
native public static void | gcDumpHeapVerbose() |
public static String[] | getBuiltinLibrarySearchPaths() |
native public static Class | getCallerClass(int realFramesToSkip) Returns the class of the method realFramesToSkip
frames up the stack (zero-based), ignoring frames associated
with java.lang.reflect.Method.invoke() and its implementation.
The first frame is that associated with this method, so
getCallerClass(0) returns the Class object for
sun.reflect.Reflection. |
public static String[] | getMainArguments() |
public static String | getMainClassName() |
public static int | getParseStatus() |
public static String[] | getSystemLibrarySearchPaths() |
public static String[] | getUserLibrarySearchPaths() |
native public static boolean | inMainLVM() |
native public static boolean | initializeAOTCode() |
native public static void | initializeJITPolicy() |
native public static boolean | isCompilerSupported() |
native public static void | markCodeBuffer() |
native public static boolean | maskInterrupts() |
native public static boolean | objectInflatePermanently(Object obj) |
native public static boolean | parseAssertionOptions(String xgcArg) |
public static int | parseCommandLineOptions(String[] args, String nativeOptions, boolean ignoreUnrecognized) Parse command line options handed up from ansiJavaMain through
JNI_CreateJavaVM. |
native public static boolean | parseVerifyOptions(String verifyArg) |
native public static boolean | parseXgcOptions(String xgcArg) |
native public static boolean | parseXoptOptions(String xoptArg) |
native public static boolean | parseXssOption(String xssArg) |
native public static void | postThreadExit() |
public static void | printBuildOptions() Prints build options used for this build. |
static void | resetMain() |
native public static int | restoreDebugFlags(int flags, int oldvalue) |
native public static int | restoreDebugJITFlags(int flags, int oldvalue) |
static void | runMain() |
native public static void | setContextArtificial() |
native public static void | setDebugEvents(boolean on) |
native public static int | setDebugFlags(int flags) |
native public static int | setDebugJITFlags(int flags) |
native public static void | setSystemClassLoader(ClassLoader loader) |
native public static void | setThreadNoCompilationsFlag(boolean enable) |
native public static boolean | simpleLockGrab(Object lockObj) |
native public static void | simpleLockRelease(Object lockObj) |
native public static Error | throwLocalException(Throwable t) |
native public static void | throwRemoteException(Thread target, Throwable t) |
native public static void | trace(int i) |
native public static void | unmaskInterrupts() |
native public static boolean | xdebugSet() |
native public static boolean | xrunInitialize(int numOptions) |
native public static boolean | xrunProcess(String xrunArg) |
native public static boolean | xrunSupported() |