hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 10517 f92c9ff3a15f
parent 10004 190e88f7edd1
child 11637 030466036615
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Sat Sep 03 14:03:54 2011 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Mon Sep 05 17:09:05 2011 -0700
@@ -45,6 +45,8 @@
 // information, etc.
 
 class SharedRuntime: AllStatic {
+  friend class VMStructs;
+
  private:
   static methodHandle resolve_sub_helper(JavaThread *thread,
                                      bool is_virtual,