8151847: rmic should support v53 classfiles
authorjjg
Mon, 14 Mar 2016 16:13:09 -0700
changeset 36633 0b002b07320d
parent 36632 491a1200bb85
child 36634 c8aa9fa07e5a
8151847: rmic should support v53 classfiles Reviewed-by: alanb
jdk/src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java
--- a/jdk/src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java	Mon Mar 14 14:28:53 2016 -0700
+++ b/jdk/src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java	Mon Mar 14 16:13:09 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 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
@@ -67,7 +67,7 @@
     /* Class File Constants */
     int JAVA_MAGIC                   = 0xcafebabe;
     int JAVA_MIN_SUPPORTED_VERSION   = 45;
-    int JAVA_MAX_SUPPORTED_VERSION   = 52;
+    int JAVA_MAX_SUPPORTED_VERSION   = 53;
     int JAVA_MAX_SUPPORTED_MINOR_VERSION = 0;
 
     /* Generate class file version for 1.1  by default */