mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
Reviewed-by: coleenp, stuefe
This commit is contained in:
parent
d1c99d7509
commit
f90ee56f23
12 changed files with 65 additions and 92 deletions
|
@ -42,6 +42,12 @@
|
|||
# include "utilities/globalDefinitions_xlc.hpp"
|
||||
#endif
|
||||
|
||||
#ifndef NOINLINE
|
||||
#define NOINLINE
|
||||
#endif
|
||||
#ifndef ALWAYSINLINE
|
||||
#define ALWAYSINLINE inline
|
||||
#endif
|
||||
#ifndef PRAGMA_DIAG_PUSH
|
||||
#define PRAGMA_DIAG_PUSH
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue