6939019: Source code adjustments for parfait compilation of hotspot

Minor source code adjustments for parfait compilation, since it uses different compiler vs. JDK

Reviewed-by: never, kamg
This commit is contained in:
Zhengyu Gu 2010-06-22 09:46:15 -04:00
parent d64aeff387
commit 360fcdc7bd
2 changed files with 2 additions and 2 deletions

View file

@ -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.