mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
6518907: cleanup IA64 specific code in Hotspot
Removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
This commit is contained in:
parent
89b8658977
commit
7d8f623180
11 changed files with 171 additions and 212 deletions
|
@ -233,8 +233,6 @@ void vframeArrayElement::unpack_on_stack(int caller_actual_parameters,
|
|||
// Force early return from top frame after deoptimization
|
||||
#ifndef CC_INTERP
|
||||
pc = Interpreter::remove_activation_early_entry(state->earlyret_tos());
|
||||
#else
|
||||
// TBD: Need to implement ForceEarlyReturn for CC_INTERP (ia64)
|
||||
#endif
|
||||
} else {
|
||||
// Possibly override the previous pc computation of the top (youngest) frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue