Is Java byte code compiled in JDK 6 and runs on JDK7 open to vulnerability fixed in JDK 7?

后端 未结 1 1197
孤独总比滥情好
孤独总比滥情好 2021-01-25 19:51

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

相关标签:
1条回答
  • 2021-01-25 20:16

    If the vulnerabilities are in the virtual machine or the API, it isn't open to the vulnerability if you run it with Java 7. If it is in the compiler, you can fix the vulnerability by compiling it with Java 7.

    0 讨论(0)
提交回复
热议问题