mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
Merge
This commit is contained in:
commit
48b6c6007f
2530 changed files with 113850 additions and 21998 deletions
|
@ -129,6 +129,7 @@ class StubRoutines: AllStatic {
|
|||
static address _atomic_store_ptr_entry;
|
||||
static address _atomic_cmpxchg_entry;
|
||||
static address _atomic_cmpxchg_ptr_entry;
|
||||
static address _atomic_cmpxchg_byte_entry;
|
||||
static address _atomic_cmpxchg_long_entry;
|
||||
static address _atomic_add_entry;
|
||||
static address _atomic_add_ptr_entry;
|
||||
|
@ -285,6 +286,7 @@ class StubRoutines: AllStatic {
|
|||
static address atomic_store_ptr_entry() { return _atomic_store_ptr_entry; }
|
||||
static address atomic_cmpxchg_entry() { return _atomic_cmpxchg_entry; }
|
||||
static address atomic_cmpxchg_ptr_entry() { return _atomic_cmpxchg_ptr_entry; }
|
||||
static address atomic_cmpxchg_byte_entry() { return _atomic_cmpxchg_byte_entry; }
|
||||
static address atomic_cmpxchg_long_entry() { return _atomic_cmpxchg_long_entry; }
|
||||
static address atomic_add_entry() { return _atomic_add_entry; }
|
||||
static address atomic_add_ptr_entry() { return _atomic_add_ptr_entry; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue