hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 39402 cf2142b8d40f
parent 39289 a17f754703e5
child 39695 946f1321c075
equal deleted inserted replaced
39401:318e93828de1 39402:cf2142b8d40f
   411   static int _threads_offset;
   411   static int _threads_offset;
   412   static int _groups_offset;
   412   static int _groups_offset;
   413   static int _maxPriority_offset;
   413   static int _maxPriority_offset;
   414   static int _destroyed_offset;
   414   static int _destroyed_offset;
   415   static int _daemon_offset;
   415   static int _daemon_offset;
   416   static int _vmAllowSuspension_offset;
       
   417   static int _nthreads_offset;
   416   static int _nthreads_offset;
   418   static int _ngroups_offset;
   417   static int _ngroups_offset;
   419 
   418 
   420   static void compute_offsets();
   419   static void compute_offsets();
   421 
   420 
   437   static ThreadPriority maxPriority(oop java_thread_group);
   436   static ThreadPriority maxPriority(oop java_thread_group);
   438   // Destroyed
   437   // Destroyed
   439   static bool is_destroyed(oop java_thread_group);
   438   static bool is_destroyed(oop java_thread_group);
   440   // Daemon
   439   // Daemon
   441   static bool is_daemon(oop java_thread_group);
   440   static bool is_daemon(oop java_thread_group);
   442   // vmAllowSuspension
       
   443   static bool is_vmAllowSuspension(oop java_thread_group);
       
   444   // Debugging
   441   // Debugging
   445   friend class JavaClasses;
   442   friend class JavaClasses;
   446 };
   443 };
   447 
   444 
   448 
   445