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

src/os/solaris/vm/os_solaris.cpp

Print this page

        

*** 5874,5892 **** 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: --- 5874,5883 ----
src/os/solaris/vm/os_solaris.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File