mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8129417: Oop iteration clean-up to remove oop_ms_follow_contents
Reviewed-by: pliden, ehelin
This commit is contained in:
parent
72c1fe89b2
commit
dada9bc32c
39 changed files with 362 additions and 454 deletions
|
@ -38,6 +38,8 @@
|
|||
// as the previous macro based implementation.
|
||||
#ifdef TARGET_COMPILER_visCPP
|
||||
#define INLINE __forceinline
|
||||
#elif defined(TARGET_COMPILER_sparcWorks)
|
||||
#define INLINE __attribute__((always_inline))
|
||||
#else
|
||||
#define INLINE inline
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue