mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8186903: Remove j-types from Atomic
Make jlong into int64_t, atomic_FN_long into atomic_FN_int64, make jbyte to u_char. Reviewed-by: dholmes, dcubed
This commit is contained in:
parent
f01d0f469c
commit
1d0acb189a
22 changed files with 213 additions and 216 deletions
|
@ -62,12 +62,11 @@ address StubRoutines::_verify_oop_subroutine_entry = NULL;
|
|||
address StubRoutines::_atomic_xchg_entry = NULL;
|
||||
address StubRoutines::_atomic_xchg_long_entry = NULL;
|
||||
address StubRoutines::_atomic_store_entry = NULL;
|
||||
address StubRoutines::_atomic_store_ptr_entry = NULL;
|
||||
address StubRoutines::_atomic_cmpxchg_entry = NULL;
|
||||
address StubRoutines::_atomic_cmpxchg_byte_entry = NULL;
|
||||
address StubRoutines::_atomic_cmpxchg_long_entry = NULL;
|
||||
address StubRoutines::_atomic_add_entry = NULL;
|
||||
address StubRoutines::_atomic_add_ptr_entry = NULL;
|
||||
address StubRoutines::_atomic_add_long_entry = NULL;
|
||||
address StubRoutines::_fence_entry = NULL;
|
||||
address StubRoutines::_d2i_wrapper = NULL;
|
||||
address StubRoutines::_d2l_wrapper = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue