typo in comments of JVM_SupportsCX8 in jvm.h (original) (raw)
Krystal Mok rednaxelafx at gmail.com
Thu Jun 7 20:10:45 UTC 2012
- Previous message: Empty regexp replaceall and surrogate pairs results in corrupted utf16.
- Next message: typo in comments of JVM_SupportsCX8 in jvm.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
As discussed on hotspot-compiler-dev 1, I came across a typo in the exported jvm.h in the jdk workspace while working on 7174218. The fix is simple 2, and sync up with the changes in 7174218:
diff -r 7def50698e78 src/share/javavm/export/jvm.h --- a/src/share/javavm/export/jvm.h Thu May 24 16:15:58 2012 -0700 +++ b/src/share/javavm/export/jvm.h Wed Jun 06 01:15:50 2012 +0800 @@ -595,7 +595,7 @@ JVM_AssertionStatusDirectives(JNIEnv *env, jclass unused);
/*
- java.util.concurrent.AtomicLong
- java.util.concurrent.atomic.AtomicLong */ JNIEXPORT jboolean JNICALL JVM_SupportsCX8(void);
Could someone review and sponsor this fix, please?
Regards, Kris Mok
- Previous message: Empty regexp replaceall and surrogate pairs results in corrupted utf16.
- Next message: typo in comments of JVM_SupportsCX8 in jvm.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]