mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8303624: The java.lang.Thread.FieldHolder can be null for JNI attaching threads
Reviewed-by: alanb, dcubed
This commit is contained in:
parent
d06308c54a
commit
e26cc52600
3 changed files with 42 additions and 37 deletions
|
@ -454,9 +454,9 @@ class java_lang_Thread_FieldHolder : AllStatic {
|
|||
static jlong stackSize(oop holder);
|
||||
|
||||
static bool is_daemon(oop holder);
|
||||
static void set_daemon(oop holder);
|
||||
static void set_daemon(oop holder, bool val);
|
||||
|
||||
static void set_thread_status(oop holder, JavaThreadStatus);
|
||||
static void set_thread_status(oop holder, JavaThreadStatus status);
|
||||
static JavaThreadStatus get_thread_status(oop holder);
|
||||
|
||||
friend class JavaClasses;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue