< prev index next >

src/hotspot/share/prims/privilegedStack.hpp

Print this page

        

*** 28,38 **** #include "memory/allocation.hpp" #include "oops/oopsHierarchy.hpp" #include "runtime/vframe.hpp" #include "utilities/growableArray.hpp" ! class PrivilegedElement VALUE_OBJ_CLASS_SPEC { private: Klass* _klass; // klass for method oop _privileged_context; // context for operation intptr_t* _frame_id; // location on stack PrivilegedElement* _next; // Link to next one on stack --- 28,38 ---- #include "memory/allocation.hpp" #include "oops/oopsHierarchy.hpp" #include "runtime/vframe.hpp" #include "utilities/growableArray.hpp" ! class PrivilegedElement { private: Klass* _klass; // klass for method oop _privileged_context; // context for operation intptr_t* _frame_id; // location on stack PrivilegedElement* _next; // Link to next one on stack
< prev index next >