--- old/src/hotspot/share/runtime/thread.cpp 2019-03-22 15:59:36.000000000 -0400 +++ new/src/hotspot/share/runtime/thread.cpp 2019-03-22 15:59:36.000000000 -0400 @@ -4457,7 +4457,7 @@ void Threads::remove(JavaThread* p) { - // Reclaim the objectmonitors from the omInUseList and omFreeList of the moribund thread. + // Reclaim the ObjectMonitors from the omInUseList and omFreeList of the moribund thread. ObjectSynchronizer::omFlush(p); // Extra scope needed for Thread_lock, so we can check