mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8287496: Alternative virtual thread implementation that maps to OS thread
Reviewed-by: rehn, mchung
This commit is contained in:
parent
199832a710
commit
6ff2d89ea1
72 changed files with 694 additions and 173 deletions
|
@ -65,6 +65,7 @@
|
|||
template(java_lang_Thread_FieldHolder, "java/lang/Thread$FieldHolder") \
|
||||
template(java_lang_Thread_Constants, "java/lang/Thread$Constants") \
|
||||
template(java_lang_ThreadGroup, "java/lang/ThreadGroup") \
|
||||
template(java_lang_BaseVirtualThread, "java/lang/BaseVirtualThread") \
|
||||
template(java_lang_VirtualThread, "java/lang/VirtualThread") \
|
||||
template(java_lang_Cloneable, "java/lang/Cloneable") \
|
||||
template(java_lang_Throwable, "java/lang/Throwable") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue