src/hotspot/share/runtime/objectMonitor.hpp
changeset 49449 ef5d5d343e2a
parent 49038 ebdbf7f90199
child 50083 07015dd8157f
--- a/src/hotspot/share/runtime/objectMonitor.hpp	Fri Mar 16 08:26:53 2018 -0400
+++ b/src/hotspot/share/runtime/objectMonitor.hpp	Fri Mar 16 09:12:13 2018 -0400
@@ -31,6 +31,8 @@
 #include "runtime/park.hpp"
 #include "runtime/perfData.hpp"
 
+class ObjectMonitor;
+
 // ObjectWaiter serves as a "proxy" or surrogate thread.
 // TODO-FIXME: Eliminate ObjectWaiter and use the thread-specific
 // ParkEvent instead.  Beware, however, that the JVMTI code