8240588: _threadObj cannot be used on an exiting JavaThread

Reviewed-by: rehn, dcubed, kbarrett
This commit is contained in:
David Holmes 2020-05-13 22:29:54 -04:00
parent be7771b2b9
commit 17dd7dc38c
8 changed files with 266 additions and 3 deletions

View file

@ -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);
}