comparison src/cpu/x86/vm/methodHandles_x86.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 341a57af9b0a
children 0abefdb54d21
comparison
equal deleted inserted replaced
3907:7b5c767f229c 3908:7588156f5cf9
108 // disappear, and the final target of the adapter method handle 108 // disappear, and the final target of the adapter method handle
109 // will be invoked on the transformed argument list. 109 // will be invoked on the transformed argument list.
110 110
111 class RicochetFrame { 111 class RicochetFrame {
112 friend class MethodHandles; 112 friend class MethodHandles;
113 friend class VMStructs;
113 114
114 private: 115 private:
115 intptr_t* _continuation; // what to do when control gets back here 116 intptr_t* _continuation; // what to do when control gets back here
116 oopDesc* _saved_target; // target method handle to invoke on saved_args 117 oopDesc* _saved_target; // target method handle to invoke on saved_args
117 oopDesc* _saved_args_layout; // caching point for MethodTypeForm.vmlayout cookie 118 oopDesc* _saved_args_layout; // caching point for MethodTypeForm.vmlayout cookie