Lines Matching full:get_runtime
1365 Method get_runtime = vm_runtime.getDeclaredMethod("getRuntime");1366 runtime = get_runtime.invoke(null);