mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8240588: _threadObj cannot be used on an exiting JavaThread
Reviewed-by: rehn, dcubed, kbarrett
This commit is contained in:
parent
be7771b2b9
commit
17dd7dc38c
8 changed files with 266 additions and 3 deletions
|
@ -613,4 +613,7 @@ public class WhiteBox {
|
|||
public native int aotLibrariesCount();
|
||||
|
||||
public native int getKlassMetadataSize(Class<?> c);
|
||||
|
||||
// ThreadSMR GC safety check for threadObj
|
||||
public native void checkThreadObjOfTerminatingThread(Thread target);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue