< prev index next >

src/share/vm/runtime/synchronizer.hpp

Print this page

        

@@ -34,11 +34,15 @@
 
 class ObjectMonitor;
 
 class ObjectSynchronizer : AllStatic {
   friend class VMStructs;
- public:
+#if INCLUDE_ALL_GCS
+  friend class ShenandoahSynchronizerIterator;
+#endif
+
+public:
   typedef enum {
     owner_self,
     owner_none,
     owner_other
   } LockOwnership;
< prev index next >