mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8230424: Use platform independent code for Thread.interrupt support
8231094: os::sleep in assert message should be changed to JavaThread::sleep Reviewed-by: rehn, dcubed
This commit is contained in:
parent
f94f7f2212
commit
5bca86f9f4
15 changed files with 129 additions and 155 deletions
|
@ -480,9 +480,6 @@ class os: AllStatic {
|
|||
static OSReturn set_priority(Thread* thread, ThreadPriority priority);
|
||||
static OSReturn get_priority(const Thread* const thread, ThreadPriority& priority);
|
||||
|
||||
static void interrupt(Thread* thread);
|
||||
static bool is_interrupted(Thread* thread, bool clear_interrupted);
|
||||
|
||||
static int pd_self_suspend_thread(Thread* thread);
|
||||
|
||||
static ExtendedPC fetch_frame_from_context(const void* ucVoid, intptr_t** sp, intptr_t** fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue