Note that there are some explanatory texts on larger screens.

plurals
  1. POKiller facility or scenario that would make another JVM a better choice than the Sun JVM?
    primarykey
    data
    text
    <p>For Java SE there are several JVM's available for running in production on x86:</p> <ul> <li>IBM J9 </li> <li>Oracle JRockit - <a href="http://www.oracle.com/technology/products/jrockit/index.html" rel="noreferrer">http://www.oracle.com/technology/products/jrockit/index.html</a></li> <li>Apache Harmony - <a href="http://harmony.apache.org/" rel="noreferrer">http://harmony.apache.org/</a></li> <li>The one in OS X (if a Mac) which appears to be Sun with Aqua Swing.</li> <li>OpenJDK</li> </ul> <p>plus some custom offerings for running on a server:</p> <ul> <li>Azul - <a href="http://www.azulsystems.com/" rel="noreferrer">http://www.azulsystems.com/</a></li> <li>Google App Engine Java - <a href="http://code.google.com/intl/da/appengine/docs/java/overview.html" rel="noreferrer">http://code.google.com/intl/da/appengine/docs/java/overview.html</a></li> </ul> <p>Other platforms:</p> <ul> <li>Sun Solaris JVM - better scalability than x86?</li> <li>(edit) GNU compiler for Java - <a href="http://gcc.gnu.org/java/" rel="noreferrer">http://gcc.gnu.org/java/</a> - can compile to native code on multiple platforms.</li> </ul> <p>The Sun JVM has a distinct advantage with the jvisualvm program, which allows runtime inspection of running code. Is there any technical advantages of any other JVM that might make it a better choice for development and/or production? </p> <p>In other words, is there a killer facility or scenario that would make any investment of time/effort/money worth it in another JVM? </p> <p>(Please also suggest additional JVM's if they would be a good choice).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload