Do different JDK Updates produce different Java byte code?
Posted
by Bernhard V
on Stack Overflow
See other posts from Stack Overflow
or by Bernhard V
Published on 2010-06-10T08:59:47Z
Indexed on
2010/06/10
9:02 UTC
Read the original article
Hit count: 169
A hypothetical scenario:
I've got a project whose source compliance level is specified to 1.5. Now I compile this project with two different JDKs: At first with JDK 6 Update 7 and then with JDK 6 Update 20.
Do these two different JDKs produce different Java byte code, although they only differ in their Update version?
© Stack Overflow or respective owner