mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
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:
parent
d64aeff387
commit
360fcdc7bd
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue