提交 fd36303c 编写于 作者: S sherman

6706299: System property java.class.version should be 51 for jdk7

Summary: System property java.class.version should be 51 for jdk7
Reviewed-by: alanb
上级 d9af3f5a
...@@ -84,7 +84,7 @@ Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x) ...@@ -84,7 +84,7 @@ Java_java_lang_System_identityHashCode(JNIEnv *env, jobject this, jobject x)
#define VENDOR_URL_BUG "http://java.sun.com/cgi-bin/bugreport.cgi" #define VENDOR_URL_BUG "http://java.sun.com/cgi-bin/bugreport.cgi"
#endif #endif
#define JAVA_MAX_SUPPORTED_VERSION 50 #define JAVA_MAX_SUPPORTED_VERSION 51
#define JAVA_MAX_SUPPORTED_MINOR_VERSION 0 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
JNIEXPORT jobject JNICALL JNIEXPORT jobject JNICALL
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/** /**
* @test * @test
* @bug 4989690 6259855 * @bug 4989690 6259855 6706299
* @summary Check that version-related system property invariants hold. * @summary Check that version-related system property invariants hold.
* @author Martin Buchholz * @author Martin Buchholz
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册