I want to learn the internals of JVM. For this purpose I chose Jikes RVM to work with, but the problem is that I am not able to debug the source code as it doesn't support it. My question is that is there some open source JVM which can be debugged to see how it works with class files. I am in real need of some good information about it.
Thanks