Do different JDK Updates produce different Java byte code?
- by Bernhard V
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?