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

6.5: Opcode description issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • 25
    • 24
    • specification
    • vm

      bipush and sipush: They are pushing immediate/constant int instead of byte or short
      ior, ixor, ...: They are bitwise instead of "Boolean" operations. Still can mention ixor, ior will be used for boolean operations given how booleans are represented in the JVM.
      ishr, lshr: might clarify to be "arithmetic" to contrast with iushr and lushr's "logical".

            dlsmith Dan Smith
            liach Chen Liang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: