src/share/vm/prims/jvm.h

changeset 3846
8b0a4867acf0
parent 3202
436b4a3231bf
child 4037
da91efe96a93
equal deleted inserted replaced
3845:121e5708ae96 3846:8b0a4867acf0
632 */ 632 */
633 JNIEXPORT jobject JNICALL 633 JNIEXPORT jobject JNICALL
634 JVM_AssertionStatusDirectives(JNIEnv *env, jclass unused); 634 JVM_AssertionStatusDirectives(JNIEnv *env, jclass unused);
635 635
636 /* 636 /*
637 * sun.misc.AtomicLong 637 * java.util.concurrent.atomic.AtomicLong
638 */ 638 */
639 JNIEXPORT jboolean JNICALL 639 JNIEXPORT jboolean JNICALL
640 JVM_SupportsCX8(void); 640 JVM_SupportsCX8(void);
641 641
642 JNIEXPORT jboolean JNICALL 642 JNIEXPORT jboolean JNICALL

mercurial