I\'m looking for a neat way to override a class from the bootstrap class path, rt.jar
.
The reason is OpenJDK7 bug http://bugs.sun.com/bugdatabase/view_bug.do?bu
I believe the only supported way of doing this is to "patch" rt.jar by replacing the desired *.class file. 7-Zip can help you easily do this.
This is exactly how Oracle supplied their double-parsing bug fix with their FPUpdater tool, which was essentially a script that did just this. (Some history.)