src/os/solaris/vm/os_solaris.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/os/solaris/vm/os_solaris.cpp	Mon Sep 17 16:12:31 2012
--- new/src/os/solaris/vm/os_solaris.cpp	Mon Sep 17 16:12:29 2012

*** 5874,5892 **** --- 5874,5883 ---- stack_top=(intptr_t)st.ss_sp-st.ss_size; return ((intptr_t)&stack_top - stack_top - STACK_SLACK); } } // Just to get the Kernel build to link on solaris for testing. extern "C" { class ASGCT_CallTrace; void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext) KERNEL_RETURN; } // ObjectMonitor park-unpark infrastructure ... // // We implement Solaris and Linux PlatformEvents with the // obvious condvar-mutex-flag triple. // Another alternative that works quite well is pipes:

src/os/solaris/vm/os_solaris.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File