6706299: System property java.class.version should be 51 for jdk7
System property java.class.version should be 51 for jdk7 Reviewed-by: alanb
This commit is contained in:
parent
12669e953f
commit
fa0719879c
@ -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"
|
||||
#endif
|
||||
|
||||
#define JAVA_MAX_SUPPORTED_VERSION 50
|
||||
#define JAVA_MAX_SUPPORTED_VERSION 51
|
||||
#define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
|
||||
|
||||
JNIEXPORT jobject JNICALL
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @bug 4989690 6259855
|
||||
* @bug 4989690 6259855 6706299
|
||||
* @summary Check that version-related system property invariants hold.
|
||||
* @author Martin Buchholz
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user