hotspot/src/share/vm/oops/klass.hpp
changeset 35123 b0b89d83bcf5
parent 33611 9abd65805e19
child 35135 dd2ce9021031
--- a/hotspot/src/share/vm/oops/klass.hpp	Tue Dec 08 14:26:17 2015 +0000
+++ b/hotspot/src/share/vm/oops/klass.hpp	Mon Dec 14 17:02:02 2015 -1000
@@ -60,6 +60,7 @@
 
 class Klass : public Metadata {
   friend class VMStructs;
+  friend class JVMCIVMStructs;
  protected:
   // note: put frequently-used fields together at start of klass structure
   // for better cache behavior (may not make much of a difference but sure won't hurt)