hotspot Udiff src/os/linux/vm/os_linux.cpp (original) (raw)

< prev index next >

Print this page


@@ -4890,11 +4890,11 @@

void PcFetcher::do_task(const os::SuspendedThreadTaskContext& context) { Thread* thread = context.thread(); OSThread* osthread = thread->osthread(); if (osthread->ucontext() != NULL) {

} else { // NULL context is unexpected, double-check this is the VMThread guarantee(thread->is_VM_thread(), "can only be called for VMThread"); } }


@@ -5997,10 +5997,35 @@ }

return strlen(buffer); }

+int os::Posix::unblock_signals(const sigset_t *set) {

+} + +void os::startDebugging() {

< prev index next >