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:
Xueming Shen 2008-06-06 14:57:32 -07:00
parent 12669e953f
commit fa0719879c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
/**
* @test
* @bug 4989690 6259855
* @bug 4989690 6259855 6706299
* @summary Check that version-related system property invariants hold.
* @author Martin Buchholz
*/