Monday, July 27, 2009

updating jar files for a running program is a bad idea


Updating jar files that a program is using is really not a good idea, but i wouldn't have expected it to cause jvm crashes. On solaris it does java bug 4425695
This isn't something you'd normally come across - we did because of a problem in our CI build, meaning that one build could overwrite the jars while another was already running.

No comments: