Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Codes or .class that have all(almost all) of instructions ByteCode JVM

4037748Jul 5 2019 — edited Jul 5 2019

Hello,

I am working in a project from college that I need to make a JVM in C language. But the problem is that there are a lot of instructions that we have to test and we need to test if it is all working well. Anyone has a set of code in java that could test all or at least almost all of those instructions?

Here are the instructions that we need to implement in our JVM: https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html

Comments
Post Details
Added on Jul 5 2019
0 comments
284 views