diff src/share/vm/classfile/systemDictionary.hpp @ 6147:5ba29a1db46e hs24-b14

Merge
author amurillo
date Fri, 15 Jun 2012 14:07:00 -0700
parents 8b0a4867acf0
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Thu Jun 14 13:14:13 2012 -0700
+++ b/src/share/vm/classfile/systemDictionary.hpp	Fri Jun 15 14:07:00 2012 -0700
@@ -170,9 +170,6 @@
   /* It's okay if this turns out to be NULL in non-1.4 JDKs. */               \
   template(nio_Buffer_klass,             java_nio_Buffer,                Opt) \
                                                                               \
-  /* If this class isn't present, it won't be referenced. */                  \
-  template(AtomicLongCSImpl_klass,       sun_misc_AtomicLongCSImpl,   Opt)    \
-                                                                              \
   template(DownloadManager_klass,        sun_jkernel_DownloadManager, Opt_Kernel) \
                                                                               \
   template(PostVMInitHook_klass,         sun_misc_PostVMInitHook, Opt)        \