< prev index next >

src/hotspot/share/aot/aotCompiledMethod.hpp

Print this page

        

*** 115,125 **** const int _metadata_size; // size of _metadata_got const int _aot_id; const int _method_index; oop _oop; // method()->method_holder()->klass_holder() ! address* orig_pc_addr(const frame* fr) { return (address*) ((address)fr->unextended_sp() + _meta->orig_pc_offset()); } bool make_not_entrant_helper(int new_state); public: using CHeapObj<mtCode>::operator new; using CHeapObj<mtCode>::operator delete; --- 115,125 ---- const int _metadata_size; // size of _metadata_got const int _aot_id; const int _method_index; oop _oop; // method()->method_holder()->klass_holder() ! address* orig_pc_addr(const frame* fr); bool make_not_entrant_helper(int new_state); public: using CHeapObj<mtCode>::operator new; using CHeapObj<mtCode>::operator delete;
< prev index next >