diff src/share/vm/compiler/compileBroker.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 0e8a2a629afb f6f3bb0ee072
children feb590a8497f
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/compiler/compileBroker.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -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;