How to compile open source JVM code to a real JVM
843829Mar 30 2009 — edited Mar 30 2009It is wellknown that JVM's source code is opened.But I have a question that how to compile the code I got from the SVN or other places to a real JVM.
I ask this question because I want to got a JVM for my own, so I want to change some features in JVM source code. But what should I do to compile it when I have already change the code of JVM?