Skip to content

lxyscls/jvmjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvmjava

A java version of <Write your own java virtual machine>.

My OS is Win7 64-bit, and Java is 1.8.0_91.

There are many many native methods which have not been implemented, so it can't "Write once, run anywhere" @_@

  • chapter 1: Command parse
  • chapter 2: Class entry
  • chapter 3: Class file
  • chapter 4: Runtime
  • chapter 5: Bytecode
  • chapter 6: Class and Object
  • chapter 7: Invoke and Return
  • chapter 8: Array and String
  • chapter 9: Native method
  • chapter 10: Exception
  • chapter 11: Hello, world!

About

A JVM which is implemented by Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages