< prev index next >

src/hotspot/share/runtime/serviceThread.hpp

Print this page

        

@@ -25,12 +25,14 @@
 #ifndef SHARE_RUNTIME_SERVICETHREAD_HPP
 #define SHARE_RUNTIME_SERVICETHREAD_HPP
 
 #include "runtime/thread.hpp"
 
-// A JavaThread for low memory detection support and JVMTI
-// compiled-method-load events.
+// A hidden from external view JavaThread for JVMTI compiled-method-load
+// events, oop storage cleanup, and the maintainance of string, symbol,
+// protection domain, and resolved method tables.
+
 class ServiceThread : public JavaThread {
   friend class VMStructs;
  private:
 
   static ServiceThread* _instance;
< prev index next >