hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 39402 cf2142b8d40f
parent 39289 a17f754703e5
child 39695 946f1321c075
--- a/hotspot/src/share/vm/classfile/javaClasses.hpp	Tue Jun 21 09:19:53 2016 +0200
+++ b/hotspot/src/share/vm/classfile/javaClasses.hpp	Tue Jun 21 12:09:36 2016 +0200
@@ -413,7 +413,6 @@
   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 @@
   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;
 };