mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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
|
@ -2816,10 +2816,6 @@ VMRegPair *SharedRuntime::find_callee_arguments(Symbol* sig, bool has_receiver,
|
|||
|
||||
JRT_LEAF(intptr_t*, SharedRuntime::OSR_migration_begin( JavaThread *thread) )
|
||||
|
||||
#ifdef IA64
|
||||
ShouldNotReachHere(); // NYI
|
||||
#endif /* IA64 */
|
||||
|
||||
//
|
||||
// This code is dependent on the memory layout of the interpreter local
|
||||
// array and the monitors. On all of our platforms the layout is identical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue