Is Java byte code compiled in JDK 6 and runs on JDK7 open to vulnerability
fixed in JDK 7?
The motivation of my question is simple: Unfortunately Oracle stopped
development of Java 6 and will not provide any additional build. If Oracle
will discover any security issue they will fix it only in Java 7. We have
big project that developed in Java 6 and I do not have resources to
convert it to Java 7.
So, I want to compile the code in last build of JDK 6 (6u45) and to run it
in most updated build of JDK 7.
Is in this case my byte code will be open to vulnerability fixed in JDK 7?
No comments:
Post a Comment