-
Enhancement
-
Resolution: Fixed
-
P3
-
7
-
b64
-
generic
-
generic
rmic should support v51 class files. JDK is switching (soon) to use v51 class files by default.
From jdk/src/share/classes/sun/tools/java/RuntimeConstants.java
int JAVA_MAX_SUPPORTED_VERSION = 50;
50 should be raised to 51.
There are no changes in v51 class files at this point (except for the proposed module-info.class files being developed in Project Jigsaw) so raising the limit is currently a safe operation.
From jdk/src/share/classes/sun/tools/java/RuntimeConstants.java
int JAVA_MAX_SUPPORTED_VERSION = 50;
50 should be raised to 51.
There are no changes in v51 class files at this point (except for the proposed module-info.class files being developed in Project Jigsaw) so raising the limit is currently a safe operation.
- duplicates
-
JDK-6860079 CORBA : rmic should be updated to jdk 7 class version
-
- Closed
-