diff 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
line wrap: on
line diff
--- a/src/os/solaris/vm/osThread_solaris.hpp	Fri Jun 04 17:44:51 2010 -0400
+++ b/src/os/solaris/vm/osThread_solaris.hpp	Tue Jun 22 09:46:15 2010 -0400
@@ -123,7 +123,7 @@
 
   int set_interrupt_callback    (Sync_Interrupt_Callback * cb);
   void remove_interrupt_callback(Sync_Interrupt_Callback * cb);
-  void OSThread::do_interrupt_callbacks_at_interrupt(InterruptArguments *args);
+  void do_interrupt_callbacks_at_interrupt(InterruptArguments *args);
 
  // ***************************************************************
  // java.lang.Thread.interrupt state.