Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8076181

bytecodeInterpreter.cpp refers to unknown labels.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • 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.

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

                Created:
                Updated:
                Resolved: