< prev index next >

src/hotspot/share/runtime/osThread.hpp

Print this page

        

@@ -51,15 +51,10 @@
   BREAKPOINTED,                 // Suspended at breakpoint
   SLEEPING,                     // Thread.sleep()
   ZOMBIE                        // All done, but not reclaimed yet
 };
 
-// I'd make OSThread a ValueObj embedded in Thread to avoid an indirection, but
-// the assembler test in java.cpp expects that it can install the OSThread of
-// the main thread into its own Thread at will.
-
-
 class OSThread: public CHeapObj<mtThread> {
   friend class VMStructs;
   friend class JVMCIVMStructs;
  private:
   OSThreadStartFunc _start_proc;  // Thread start routine
< prev index next >