When compiling the method spec.benchmarks._213_javac.Instruction.optimize with just O0 as in:
RVMROOT/dist/prototype-opt_x86_64-linux/rvm -X:aos:initial_compiler=base -X:aos:enable_recompilation=false org.jikesrvm.tools.oth.OptTestHarness -oc:O0 -methodOpt spec.benchmarks._213_javac.Instruction optimize - -main SpecApplication -m20 -M20 -a _213_javac
SPEC JVM's javac fails to pass its internal check. There is no expression folding occurring so my current thinking is this is a simplifier bug. This needs to be cleared up ASAP.