JVM

I am not sure where this would go so I put it here, feel free to move it if need be!

Has anyone here written a JVM? I am very interested in seeing the source for a JVM, just for academic reasons, to better understand how they work. I’m not looking for anything totally compliant or anything like that, just a stripped down, simple JVM would be perfect! ;D

Thanks,
CaseyB

You could try Kaffe, the only open source java implementation that I’m familiar with.

http://www.kaffe.org/

Looking at their Links page, though, they link to a dozen other small open source JVM projects.

Enjoy!

Awesome! Thanks, I’ll take a look at it!

The source code to Sun’s VMs is publicly available too.

Cas :slight_smile:

Doh I thought only the Java classes source were available, but not the JVM!

:smiley: That’ll be cool too! Thanks!

CaseyB