Software Development
troubleshooting jvm | Java | Tuesday October 07, 2008 | By Andy Galeano
Hi there, OK, so if you're like me your worst enemy is silent failure. Things better just work or fail fast. So I wanted to blog about my latest battle hardened tool: the Sun JVM "OnError" option. This option has been around for...
Software Development
java jvm | Java | Thursday May 29, 2008 | By Ryan Bohn
Found a good summary at Pure Danger Tech on the list of features being considered for Java 7. Please note that these are possible features. There is currently no umbrella JSR for Java 7. Check it out. http://tech.puredanger.com/java7
Versatile Programmer Podcast
performance jvm tuning runtime java testing database | Episodes | Monday May 26, 2008 | By JC Mann
Techniques for improving the runtime performance of your application.
Background
JC worked at a company that had service level agreements (SLA) for transaction response time and system throughput.
Bill worked at a company that had to improve...
Software Development
jvm configuration java | Java | Sunday April 06, 2008 | By Bill Kratzer
The Sun JVM supports two types of non-standard options: -X options - these are the normal non-standard options - they are not guaranteed to be supported on all JVM implementations and Sun has the right to remove them at any time -XX options - these not...