mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8159590: Remove deprecated methods from jdk.internal.misc.VM
Reviewed-by: chegar, dholmes
This commit is contained in:
parent
5ae683a18f
commit
038bf7d790
3 changed files with 0 additions and 11 deletions
|
@ -413,7 +413,6 @@ class java_lang_ThreadGroup : AllStatic {
|
|||
static int _maxPriority_offset;
|
||||
static int _destroyed_offset;
|
||||
static int _daemon_offset;
|
||||
static int _vmAllowSuspension_offset;
|
||||
static int _nthreads_offset;
|
||||
static int _ngroups_offset;
|
||||
|
||||
|
@ -439,8 +438,6 @@ class java_lang_ThreadGroup : AllStatic {
|
|||
static bool is_destroyed(oop java_thread_group);
|
||||
// Daemon
|
||||
static bool is_daemon(oop java_thread_group);
|
||||
// vmAllowSuspension
|
||||
static bool is_vmAllowSuspension(oop java_thread_group);
|
||||
// Debugging
|
||||
friend class JavaClasses;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue