diff src/share/vm/runtime/sharedRuntime.hpp @ 3908:7588156f5cf9

7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244) Reviewed-by: kvn
author never
date Mon, 05 Sep 2011 17:09:05 -0700
parents d83ac25d0304
children 04b9a2566eec 0382d2b469b2
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Sat Sep 03 14:03:54 2011 -0700
+++ b/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,