rev 2110 : [mq]: is-debugger-present
@@ -57,5 +57,14 @@ } } VMError::report_coredump_status(buffer, success); } +bool os::is_debugger_present() { + // not implemented + return false; +} + +void os::check_for_debugger_and_wait(void) { + // don't do anything on posix platforms + return; +}