src/hotspot/share/runtime/objectMonitor.hpp
changeset 53557 4cfe0e5a3b79
parent 53244 9807daeb47c4
child 54609 04857e2cd509
--- a/src/hotspot/share/runtime/objectMonitor.hpp	Tue Jan 29 10:09:13 2019 -0800
+++ b/src/hotspot/share/runtime/objectMonitor.hpp	Tue Jan 29 14:09:38 2019 -0500
@@ -164,7 +164,7 @@
   volatile int _SpinDuration;
 
   volatile jint  _count;            // reference count to prevent reclamation/deflation
-                                    // at stop-the-world time.  See deflate_idle_monitors().
+                                    // at stop-the-world time. See ObjectSynchronizer::deflate_monitor().
                                     // _count is approximately |_WaitSet| + |_EntryList|
  protected:
   ObjectWaiter * volatile _WaitSet; // LL of threads wait()ing on the monitor