Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082581 | emb-9 | Severin Gehwolf | P4 | Resolved | Fixed | team |
After JDK-8074345 the dispatch table of the bytecode interpreter refers to unknown labels. These are:
opc_nofast_getfield, opc_nofast_putfield, opc_nofast_aload_0 and opc_nofast_iload. All of them aren't implemented. This breaks release type Zero builds. Slowdebug and fastdebug Zero builds are OK since they don't use the computed goto approach.
opc_nofast_getfield, opc_nofast_putfield, opc_nofast_aload_0 and opc_nofast_iload. All of them aren't implemented. This breaks release type Zero builds. Slowdebug and fastdebug Zero builds are OK since they don't use the computed goto approach.
- backported by
-
JDK-8082581 bytecodeInterpreter.cpp refers to unknown labels.
-
- Resolved
-