< prev index next >

src/hotspot/share/code/pcDesc.hpp

Print this page

        

*** 30,40 **** // PcDescs map a physical PC (given as offset from start of nmethod) to // the corresponding source scope and byte code index. class CompiledMethod; ! class PcDesc VALUE_OBJ_CLASS_SPEC { friend class VMStructs; private: int _pc_offset; // offset from start of nmethod int _scope_decode_offset; // offset for scope in nmethod int _obj_decode_offset; --- 30,40 ---- // PcDescs map a physical PC (given as offset from start of nmethod) to // the corresponding source scope and byte code index. class CompiledMethod; ! class PcDesc { friend class VMStructs; private: int _pc_offset; // offset from start of nmethod int _scope_decode_offset; // offset for scope in nmethod int _obj_decode_offset;
< prev index next >