--- old/src/hotspot/share/runtime/osThread.hpp 2018-03-12 10:02:50.585042197 -0400 +++ new/src/hotspot/share/runtime/osThread.hpp 2018-03-12 10:02:49.823972067 -0400 @@ -53,11 +53,6 @@ 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 { friend class VMStructs; friend class JVMCIVMStructs;