Just out of curiosity, I'd like to debug the JVM 1.6.0_23 Garbage collection on Win64 platform.
Currently using Oracle JDK 1.6.0_23,
can I just grab the source from openjdk6-b23 and build it, and then
replace the original Oracle JDK jvm.dll with the one I built,
Use visual studio to attach to a running java process
set a break point and do step over etc etc
Will the above steps work ?