mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6843629: Make current hotspot build part of jdk5 control build
Source changes for older compilers plus makefile changes. Reviewed-by: xlu
This commit is contained in:
parent
ab3b12bdbd
commit
ce423c9e98
28 changed files with 162 additions and 103 deletions
|
@ -30,13 +30,12 @@
|
|||
// no virtual functions allowed
|
||||
|
||||
// store into oop with store check
|
||||
template <class T> void oop_store(T* p, oop v);
|
||||
template <class T> void oop_store(volatile T* p, oop v);
|
||||
template <class T> inline void oop_store(T* p, oop v);
|
||||
template <class T> inline void oop_store(volatile T* p, oop v);
|
||||
|
||||
// store into oop without store check
|
||||
template <class T> void oop_store_without_check(T* p, oop v);
|
||||
template <class T> void oop_store_without_check(volatile T* p, oop v);
|
||||
|
||||
template <class T> inline void oop_store_without_check(T* p, oop v);
|
||||
template <class T> inline void oop_store_without_check(volatile T* p, oop v);
|
||||
|
||||
extern bool always_do_update_barrier;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue