mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8309408: Thread.sleep cleanup
Reviewed-by: dholmes, stefank
This commit is contained in:
parent
32243ef47d
commit
227656f3a9
10 changed files with 45 additions and 48 deletions
|
@ -39,7 +39,7 @@ static JNINativeMethod methods[] = {
|
|||
{"start0", "()V", (void *)&JVM_StartThread},
|
||||
{"setPriority0", "(I)V", (void *)&JVM_SetThreadPriority},
|
||||
{"yield0", "()V", (void *)&JVM_Yield},
|
||||
{"sleep0", "(J)V", (void *)&JVM_Sleep},
|
||||
{"sleepNanos0", "(J)V", (void *)&JVM_SleepNanos},
|
||||
{"currentCarrierThread", "()" THD, (void *)&JVM_CurrentCarrierThread},
|
||||
{"currentThread", "()" THD, (void *)&JVM_CurrentThread},
|
||||
{"setCurrentThread", "(" THD ")V", (void *)&JVM_SetCurrentThread},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue