8159590: Remove deprecated methods from jdk.internal.misc.VM

Reviewed-by: chegar, dholmes
This commit is contained in:
Claes Redestad 2016-06-21 12:09:36 +02:00
parent 5ae683a18f
commit 038bf7d790
3 changed files with 0 additions and 11 deletions

View file

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