mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8293592: Remove JVM_StopThread, stillborn, and related cleanup
Reviewed-by: alanb, sspitsyn, rehn, coleenp
This commit is contained in:
parent
739fdec7ea
commit
763d4bf074
18 changed files with 60 additions and 187 deletions
|
@ -70,7 +70,6 @@
|
|||
template(java_lang_Cloneable, "java/lang/Cloneable") \
|
||||
template(java_lang_Throwable, "java/lang/Throwable") \
|
||||
template(java_lang_ClassLoader, "java/lang/ClassLoader") \
|
||||
template(java_lang_ThreadDeath, "java/lang/ThreadDeath") \
|
||||
template(java_lang_Runnable, "java/lang/Runnable") \
|
||||
template(jdk_internal_vm_ContinuationScope, "jdk/internal/vm/ContinuationScope") \
|
||||
template(jdk_internal_vm_StackChunk, "jdk/internal/vm/StackChunk") \
|
||||
|
@ -394,7 +393,6 @@
|
|||
template(main_name, "main") \
|
||||
template(name_name, "name") \
|
||||
template(priority_name, "priority") \
|
||||
template(stillborn_name, "stillborn") \
|
||||
template(group_name, "group") \
|
||||
template(daemon_name, "daemon") \
|
||||
template(run_method_name, "run") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue