7175413: Typo in comments of JVM_SupportsCX8 in jvm.h

Reviewed-by: chegar
This commit is contained in:
Krystal Mok 2012-06-08 09:55:20 +01:00 committed by Chris Hegarty
parent f3159c31b0
commit 2c5c12219c

View File

@ -595,7 +595,7 @@ JNIEXPORT jobject JNICALL
JVM_AssertionStatusDirectives(JNIEnv *env, jclass unused);
/*
* java.util.concurrent.AtomicLong
* java.util.concurrent.atomic.AtomicLong
*/
JNIEXPORT jboolean JNICALL
JVM_SupportsCX8(void);