hotspot/src/share/vm/oops/constantPool.hpp
changeset 35123 b0b89d83bcf5
parent 34238 60e87df08f1e
child 35135 dd2ce9021031
--- a/hotspot/src/share/vm/oops/constantPool.hpp	Tue Dec 08 14:26:17 2015 +0000
+++ b/hotspot/src/share/vm/oops/constantPool.hpp	Mon Dec 14 17:02:02 2015 -1000
@@ -74,6 +74,7 @@
 
 class ConstantPool : public Metadata {
   friend class VMStructs;
+  friend class JVMCIVMStructs;
   friend class BytecodeInterpreter;  // Directly extracts a klass in the pool for fast instanceof/checkcast
   friend class Universe;             // For null constructor
  private: