Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JVM in java #59

Open
neo-expert opened this issue Feb 25, 2019 · 2 comments
Open

JVM in java #59

neo-expert opened this issue Feb 25, 2019 · 2 comments

Comments

@neo-expert
Copy link

neo-expert commented Feb 25, 2019

I just developed an interesting JVM with Java which can run itself. The most important part of the bytecode interpreter is a switch statement. Is your approach different?

Here is my implementation:
https://gitlab.com/neoexpert/jvm
maybe jvmgo can run it? Can jvmgo run a jar file?
With my implementation you can do:
java -jar java.jar -jar java.jar HelloWorldClass
Here is the bytecode interpreter:
https://gitlab.com/neoexpert/jvm/blob/master/jvm/src/main/java/com/neoexpert/jvm/executor/RawByteCodeExecutorNativeLong.java

@daniel-santos
Copy link

@neo-expert You're insane. I admire that in a person.

@1228857713
Copy link

maxine-vm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants