aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/methodHandles_x86.hpp
diff options
context:
space:
mode:
authornever <none@none>2011-09-05 17:09:05 -0700
committernever <none@none>2011-09-05 17:09:05 -0700
commit07785d075ede6e3ac1c3a0605fe1a02428aa1323 (patch)
tree78caeff9520b0e924b49412b530129665e374095 /src/cpu/x86/vm/methodHandles_x86.hpp
parent7d8079e852bda4486b0e1df934d602b729c2d0ab (diff)
7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244)
Reviewed-by: kvn
Diffstat (limited to 'src/cpu/x86/vm/methodHandles_x86.hpp')
-rw-r--r--src/cpu/x86/vm/methodHandles_x86.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/vm/methodHandles_x86.hpp b/src/cpu/x86/vm/methodHandles_x86.hpp
index c4ed0b706..bf85c33c7 100644
--- a/src/cpu/x86/vm/methodHandles_x86.hpp
+++ b/src/cpu/x86/vm/methodHandles_x86.hpp
@@ -110,6 +110,7 @@ public:
class RicochetFrame {
friend class MethodHandles;
+ friend class VMStructs;
private:
intptr_t* _continuation; // what to do when control gets back here