I\'m working on an amateur JVM implementation, and I\'m trying to make sure I have test coverage for all of the opcodes in the spec. I\'ve gotten it down to the last few, bu
None. The Java Language Specification does not provide such guarantees. You can just write your own Java bytecode using Jasmin (a bytecode assembler).