We are planning to upgrade from JRE 6 to JRE 7. Will running the existing code, compiled with JDK 6.0, be less performant than compiling with JDK 7.0. Any links on the topic will be helpful.
Thanks for the reply Tim. Question, is would you get better performance, if the code was compiled with JDK 7 while running JRE 7 , as opposed to compiled with JDK 6 and running JRE 7.