hotspot/src/share/vm/compiler/compileTask.hpp
changeset 35123 b0b89d83bcf5
parent 34196 72152eea3d39
child 35547 0ee84aa8e705
--- a/hotspot/src/share/vm/compiler/compileTask.hpp	Tue Dec 08 14:26:17 2015 +0000
+++ b/hotspot/src/share/vm/compiler/compileTask.hpp	Mon Dec 14 17:02:02 2015 -1000
@@ -38,6 +38,7 @@
 
 class CompileTask : public CHeapObj<mtCompiler> {
   friend class VMStructs;
+  friend class JVMCIVMStructs;
 
  private:
   static CompileTask* _task_free_list;