Closed atomb closed 8 years ago
We originally developed the JVM .class file parser with Java 6, and haven't extended it in a while. It can load some files generated from later versions, but not all. We should extend it to support all Java 8 constructs.
.class
We can now parse all Java 8 class files. Symbolic execution of invokedynamic is not yet supported, however.
invokedynamic
We originally developed the JVM
.class
file parser with Java 6, and haven't extended it in a while. It can load some files generated from later versions, but not all. We should extend it to support all Java 8 constructs.