user2530607
user2530607

Reputation: 31

Oracle jdk in development and Jrockit in production, will this leads any issue?

We have developed Project using Oracle(sun) Jdk1/6 and also WAR was compiled and prepared using Oracle(sun) Jdk1/6. Now, we want to setup the Production environment with JRockit to get the Performance gain of JRockit.

Will this be lead to any problem?

Upvotes: 3

Views: 105

Answers (1)

Luca Preziati
Luca Preziati

Reputation: 62

I think is not a good idea. I know is very rare, but u can get into JVM bug that u could have only in production system. Develepment on your machine with JDK is not a problem, but have a Test enviroment different from Production enviroment can be unuseful.

However I build for over 4 years with JDK and deploy on Jrockit without problem.

Upvotes: 1

Related Questions