< prev index next >

src/share/vm/runtime/os.hpp

Print this page
rev 12308 : imported patch new_os_guard_for_java_thread.patch

@@ -434,11 +434,11 @@
 
   enum ThreadType {
     vm_thread,
     cgc_thread,        // Concurrent GC thread
     pgc_thread,        // Parallel GC thread
-    java_thread,
+    java_thread,       // Java, CocdeCacheSweeper, JVMTIAgent and Service threads.
     compiler_thread,
     watcher_thread,
     os_thread
   };
 
< prev index next >