src/cpu/x86/vm/frame_x86.inline.hpp

changeset 8987
9ffa0d7ed932
parent 8877
f04097176542
child 9041
95a08233f46c
equal deleted inserted replaced
8986:6470230caf2a 8987:9ffa0d7ed932
94 // of the pc we find here. AsyncGetCallTrace -> pd_get_top_frame_for_signal_handler 94 // of the pc we find here. AsyncGetCallTrace -> pd_get_top_frame_for_signal_handler
95 // -> pd_last_frame should use a specialized version of pd_last_frame which could 95 // -> pd_last_frame should use a specialized version of pd_last_frame which could
96 // call a specialized frame constructor instead of this one. 96 // call a specialized frame constructor instead of this one.
97 // Then we could use the assert below. However this assert is of somewhat dubious 97 // Then we could use the assert below. However this assert is of somewhat dubious
98 // value. 98 // value.
99 // UPDATE: this constructor is only used by trace_method_handle_stub() now.
99 // assert(_pc != NULL, "no pc?"); 100 // assert(_pc != NULL, "no pc?");
100 101
101 _cb = CodeCache::find_blob(_pc); 102 _cb = CodeCache::find_blob(_pc);
102 adjust_unextended_sp(); 103 adjust_unextended_sp();
103 104

mercurial