bytecodeInterpreter.cpp refers to unknown labels.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • Environment:

      Zero

    • b64

        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.

              Assignee:
              Severin Gehwolf
              Reporter:
              Severin Gehwolf
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: