Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
8u231, jfx13
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8228900 | 8u241 | Guru Hb | P2 | Resolved | Fixed | b01 |
JDK-8229131 | 8u231 | Guru Hb | P2 | Closed | Fixed | b06 |
JDK-8232807 | jfx11.0.5 | Guru Hb | P2 | Closed | Fixed |
Description
inline Opcode getOpcodeWide(OpcodeID id)
{
#if ENABLE(COMPUTED_GOTO_OPCODES)
return g_opcodeMapWide[id];
#else
UNUSED_PARAM(id);
RELEASE_ASSERT_NOT_REACHED();
#endif
}
{
#if ENABLE(COMPUTED_GOTO_OPCODES)
return g_opcodeMapWide[id];
#else
UNUSED_PARAM(id);
RELEASE_ASSERT_NOT_REACHED();
#endif
}
Attachments
Issue Links
- backported by
-
JDK-8228900 [Windows] Fix assertion failure on X86 32-bit when enabling CLOOP based JavaScript interpreter
-
- Resolved
-
-
JDK-8229131 [Windows] Fix assertion failure on X86 32-bit when enabling CLOOP based JavaScript interpreter
-
- Closed
-
-
JDK-8232807 [Windows] Fix assertion failure on X86 32-bit when enabling CLOOP based JavaScript interpreter
-
- Closed
-
- links to