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

@ -170,9 +170,6 @@ class SymbolPropertyTable;
/* 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) \