diff src/share/vm/runtime/sharedRuntime.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents be4ca325525a 7588156f5cf9
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/runtime/sharedRuntime.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -45,6 +45,8 @@
 // information, etc.
 
 class SharedRuntime: AllStatic {
+  friend class VMStructs;
+
  private:
   static methodHandle resolve_sub_helper(JavaThread *thread,
                                      bool is_virtual,