Wondering if anyone switched from Sun/Oracle JDK to OpenJDK?

Is it production ready? Is the version 7 release any different from the Oracle version?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 5 down vote accepted

There are still regressions in OpenJDK that might affect your operations. See for example : Memory error when trying to change Apache Tomcat port from 8080 to 80

OpenJDK can't be considered as a safe drop in replacement for Sun Java yet, test carefully your applications.

EDIT: For clarity, the issue mentioned is caused by a slightly increased memory usage of OpenJDK compared to Sun Java (not much, but sufficiently to create a memory issue in this case).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.