src/share/vm/runtime/extendedPC.hpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
21 * have any questions. 21 * have any questions.
22 * 22 *
23 */ 23 */
24 24
25 // An ExtendedPC contains the _pc from a signal handler in a platform 25 // An ExtendedPC contains the _pc from a signal handler in a platform
26 // independant way. 26 // independent way.
27 27
28 class ExtendedPC VALUE_OBJ_CLASS_SPEC { 28 class ExtendedPC VALUE_OBJ_CLASS_SPEC {
29 private: 29 private:
30 address _pc; 30 address _pc;
31 31

mercurial