Home | History | Annotate | Download | only in src

Lines Matching full:get_runtime

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