mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7174218: remove AtomicLongCSImpl intrinsics
Reviewed-by: kvn, twisti
This commit is contained in:
parent
e67db1b150
commit
529b370174
21 changed files with 2 additions and 312 deletions
|
@ -1383,15 +1383,6 @@ class java_nio_Buffer: AllStatic {
|
|||
static void compute_offsets();
|
||||
};
|
||||
|
||||
class sun_misc_AtomicLongCSImpl: AllStatic {
|
||||
private:
|
||||
static int _value_offset;
|
||||
|
||||
public:
|
||||
static int value_offset();
|
||||
static void compute_offsets();
|
||||
};
|
||||
|
||||
class java_util_concurrent_locks_AbstractOwnableSynchronizer : AllStatic {
|
||||
private:
|
||||
static int _owner_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue