7174218: remove AtomicLongCSImpl intrinsics

Reviewed-by: kvn, twisti
This commit is contained in:
Krystal Mok 2012-06-12 14:31:44 -07:00 committed by Christian Thalinger
parent e67db1b150
commit 529b370174
21 changed files with 2 additions and 312 deletions

View file

@ -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;