changeset 10547 | ea4a2ec31ae2 |
parent 8872 | 36680c58660e |
child 11572 | 84afef481892 |
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp Sat Sep 10 17:29:02 2011 -0700 +++ b/hotspot/src/share/vm/compiler/compileBroker.hpp Sun Sep 11 14:48:24 2011 -0700 @@ -37,6 +37,8 @@ // An entry in the compile queue. It represents a pending or current // compilation. class CompileTask : public CHeapObj { + friend class VMStructs; + private: Monitor* _lock; uint _compile_id;