8148785: Update class file version to 53 for JDK-9
authorhseigel
Fri, 05 Feb 2016 08:12:42 -0500
changeset 35965 459c12b7e0e9
parent 35963 039e2b5f6fd8
child 35966 2c762d2a5912
8148785: Update class file version to 53 for JDK-9 Summary: Change max support class file veriosn to 53 Reviewed-by: alanb, coleenp, shade
jdk/src/java.base/share/native/libjava/System.c
--- a/jdk/src/java.base/share/native/libjava/System.c	Thu Feb 04 23:30:48 2016 +0100
+++ b/jdk/src/java.base/share/native/libjava/System.c	Fri Feb 05 08:12:42 2016 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -114,7 +114,7 @@
 #define VENDOR_URL_BUG "http://bugreport.java.com/bugreport/"
 #endif
 
-#define JAVA_MAX_SUPPORTED_VERSION 52
+#define JAVA_MAX_SUPPORTED_VERSION 53
 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
 
 #ifdef JAVA_SPECIFICATION_VENDOR /* Third party may NOT overwrite this. */