mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -53,7 +53,7 @@
|
|||
# include "os_bsd.inline.hpp"
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) && !defined(IA64)
|
||||
#if defined(__GNUC__)
|
||||
// Need to inhibit inlining for older versions of GCC to avoid build-time failures
|
||||
#define ATTR __attribute__((noinline))
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue