< prev index next >

src/hotspot/share/runtime/extendedPC.hpp

Print this page

        

*** 29,39 **** #include "utilities/globalDefinitions.hpp" // An ExtendedPC contains the _pc from a signal handler in a platform // independent way. ! class ExtendedPC VALUE_OBJ_CLASS_SPEC { private: address _pc; public: address pc() const { return _pc; } --- 29,39 ---- #include "utilities/globalDefinitions.hpp" // An ExtendedPC contains the _pc from a signal handler in a platform // independent way. ! class ExtendedPC { private: address _pc; public: address pc() const { return _pc; }
< prev index next >