Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set status of all JVM classes to "initialized" in the simulation state.
This makes it possible to verify JVM specs that specify initial values of static fields; previously the static initializers would always run upon the first field access and overwrite the assumed initial values. Eventually the addition of explicit JVMSetup commands for class initialization status preconditions will make this unnecessary (#916).
- Loading branch information