hotspot/src/share/vm/oops/constantPool.hpp
changeset 35499 b79827ea1b9f
parent 35498 392b50de06c6
parent 35135 dd2ce9021031
child 35898 ddc274f0052f
--- a/hotspot/src/share/vm/oops/constantPool.hpp	Mon Jan 04 15:41:05 2016 +0100
+++ b/hotspot/src/share/vm/oops/constantPool.hpp	Thu Jan 14 16:26:38 2016 -0500
@@ -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: