From 93f622ec1170213dee456dfc29148d3de326d8d5 Mon Sep 17 00:00:00 2001 From: chegar Date: Fri, 8 Jun 2012 09:55:20 +0100 Subject: [PATCH] 7175413: Typo in comments of JVM_SupportsCX8 in jvm.h Reviewed-by: chegar Contributed-by: Krystal Mok --- src/share/javavm/export/jvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/javavm/export/jvm.h b/src/share/javavm/export/jvm.h index 1e49717ff..b551f293c 100644 --- a/src/share/javavm/export/jvm.h +++ b/src/share/javavm/export/jvm.h @@ -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); -- GitLab