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

[Windows] Fix assertion failure on X86 32-bit when enabling CLOOP based JavaScript interpreter

    XMLWordPrintable

Details

    • web

    Backports

      Description

        inline Opcode getOpcodeWide(OpcodeID id)
        {
        #if ENABLE(COMPUTED_GOTO_OPCODES)
            return g_opcodeMapWide[id];
        #else
            UNUSED_PARAM(id);
            RELEASE_ASSERT_NOT_REACHED();
        #endif
        }

        Attachments

          Issue Links

            Activity

              People

                ghb Guru Hb (Inactive)
                arajkumar Arunprasad Rajkumar
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: