675 \ |
675 \ |
676 do_class(java_nio_Buffer, "java/nio/Buffer") \ |
676 do_class(java_nio_Buffer, "java/nio/Buffer") \ |
677 do_intrinsic(_checkIndex, java_nio_Buffer, checkIndex_name, int_int_signature, F_R) \ |
677 do_intrinsic(_checkIndex, java_nio_Buffer, checkIndex_name, int_int_signature, F_R) \ |
678 do_name( checkIndex_name, "checkIndex") \ |
678 do_name( checkIndex_name, "checkIndex") \ |
679 \ |
679 \ |
|
680 /* java/lang/ref/Reference */ \ |
|
681 do_intrinsic(_Reference_get, java_lang_ref_Reference, get_name, void_object_signature, F_R) \ |
|
682 \ |
|
683 \ |
680 do_class(sun_misc_AtomicLongCSImpl, "sun/misc/AtomicLongCSImpl") \ |
684 do_class(sun_misc_AtomicLongCSImpl, "sun/misc/AtomicLongCSImpl") \ |
681 do_intrinsic(_get_AtomicLong, sun_misc_AtomicLongCSImpl, get_name, void_long_signature, F_R) \ |
685 do_intrinsic(_get_AtomicLong, sun_misc_AtomicLongCSImpl, get_name, void_long_signature, F_R) \ |
682 /* (symbols get_name and void_long_signature defined above) */ \ |
686 /* (symbols get_name and void_long_signature defined above) */ \ |
683 \ |
687 \ |
684 do_intrinsic(_attemptUpdate, sun_misc_AtomicLongCSImpl, attemptUpdate_name, attemptUpdate_signature, F_R) \ |
688 do_intrinsic(_attemptUpdate, sun_misc_AtomicLongCSImpl, attemptUpdate_name, attemptUpdate_signature, F_R) \ |