comparison src/os/solaris/vm/osThread_solaris.hpp @ 1624:726b40449bd2

6939019: Source code adjustments for parfait compilation of hotspot Summary: Minor source code adjustments for parfait compilation, since it uses different compiler vs. JDK Reviewed-by: never, kamg
author zgu
date Tue, 22 Jun 2010 09:46:15 -0400
parents c18cbe5936b8
children f95d63e2154a
comparison
equal deleted inserted replaced
1589:3a9de63b2209 1624:726b40449bd2
121 121
122 public: 122 public:
123 123
124 int set_interrupt_callback (Sync_Interrupt_Callback * cb); 124 int set_interrupt_callback (Sync_Interrupt_Callback * cb);
125 void remove_interrupt_callback(Sync_Interrupt_Callback * cb); 125 void remove_interrupt_callback(Sync_Interrupt_Callback * cb);
126 void OSThread::do_interrupt_callbacks_at_interrupt(InterruptArguments *args); 126 void do_interrupt_callbacks_at_interrupt(InterruptArguments *args);
127 127
128 // *************************************************************** 128 // ***************************************************************
129 // java.lang.Thread.interrupt state. 129 // java.lang.Thread.interrupt state.
130 // *************************************************************** 130 // ***************************************************************
131 131