static bool autoVMExit_debug; static synchronized void autoVMExit() { if (!_inCore() && hasMethod(getJavaX(), "autoVMExit")) { if (autoVMExit_debug) print("autoVMExit -> core"); call(getJavaX(), "autoVMExit"); // do it centrally } else AutoVMExit.install(); }