< prev index next >

src/share/vm/runtime/synchronizer.hpp

Print this page

        

*** 34,44 **** class ObjectMonitor; class ObjectSynchronizer : AllStatic { friend class VMStructs; ! public: typedef enum { owner_self, owner_none, owner_other } LockOwnership; --- 34,48 ---- class ObjectMonitor; class ObjectSynchronizer : AllStatic { friend class VMStructs; ! #if INCLUDE_ALL_GCS ! friend class ShenandoahSynchronizerIterator; ! #endif ! ! public: typedef enum { owner_self, owner_none, owner_other } LockOwnership;
< prev index next >