--- old/src/hotspot/share/runtime/serviceThread.hpp 2019-07-08 11:17:37.000000000 -0700 +++ new/src/hotspot/share/runtime/serviceThread.hpp 2019-07-08 11:17:36.000000000 -0700 @@ -27,8 +27,10 @@ #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: