src/share/vm/classfile/vmSymbols.hpp

changeset 3846
8b0a4867acf0
parent 3760
8f972594effc
child 3884
f8de958e5b2c
equal deleted inserted replaced
3845:121e5708ae96 3846:8b0a4867acf0
720 do_name( checkIndex_name, "checkIndex") \ 720 do_name( checkIndex_name, "checkIndex") \
721 \ 721 \
722 /* java/lang/ref/Reference */ \ 722 /* java/lang/ref/Reference */ \
723 do_intrinsic(_Reference_get, java_lang_ref_Reference, get_name, void_object_signature, F_R) \ 723 do_intrinsic(_Reference_get, java_lang_ref_Reference, get_name, void_object_signature, F_R) \
724 \ 724 \
725 \
726 do_class(sun_misc_AtomicLongCSImpl, "sun/misc/AtomicLongCSImpl") \
727 do_intrinsic(_get_AtomicLong, sun_misc_AtomicLongCSImpl, get_name, void_long_signature, F_R) \
728 /* (symbols get_name and void_long_signature defined above) */ \
729 \
730 do_intrinsic(_attemptUpdate, sun_misc_AtomicLongCSImpl, attemptUpdate_name, attemptUpdate_signature, F_R) \
731 do_name( attemptUpdate_name, "attemptUpdate") \
732 do_signature(attemptUpdate_signature, "(JJ)Z") \
733 \
734 /* support for sun.misc.Unsafe */ \ 725 /* support for sun.misc.Unsafe */ \
735 do_class(sun_misc_Unsafe, "sun/misc/Unsafe") \ 726 do_class(sun_misc_Unsafe, "sun/misc/Unsafe") \
736 \ 727 \
737 do_intrinsic(_allocateInstance, sun_misc_Unsafe, allocateInstance_name, allocateInstance_signature, F_RN) \ 728 do_intrinsic(_allocateInstance, sun_misc_Unsafe, allocateInstance_name, allocateInstance_signature, F_RN) \
738 do_name( allocateInstance_name, "allocateInstance") \ 729 do_name( allocateInstance_name, "allocateInstance") \

mercurial