hotspot/src/share/vm/classfile/javaClasses.hpp
changeset 12957 f3cc386f349e
parent 12623 09fcb0dc71ad
child 13091 e2c2f5de7e6a
--- a/hotspot/src/share/vm/classfile/javaClasses.hpp	Tue Jun 12 09:47:23 2012 -0700
+++ b/hotspot/src/share/vm/classfile/javaClasses.hpp	Tue Jun 12 14:31:44 2012 -0700
@@ -1383,15 +1383,6 @@
   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;