Naken JavaPosted: February 01, 2009 Introduction So I guess this project is kind of worthless since there are already plenty of Java virtual machines around, but I was curious about internals of the JVM so I put this together. I have a couple interesting ideas for it that I might implement later. Status So this was started on a Tuesday night (January 27, 2009) and posted
this Sunday (February 1, 2009) so there isn't even a week's worth of
work in it, specially since during the week I only have time to work
on it nights.
It does currently run some small Java programs.
The only classes I have implemented are
System.out.println(I) and a System.out.println(F) just so programs
can output something to compare against Suns JVM. Many of the Java
instructions aren't implemented yet either and there isn't a lot of
bounds checking so it's not very safe. So here is my to do list if
I ever decide to finish it: Example In the download below there is a Testing.java. I combined the following three commands to create this text file:
cat Testing.java Download
Copyright 1997-2024 - Michael Kohn
|