-
Bug
-
Resolution: Unresolved
-
P5
-
24
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".
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".
- relates to
-
JDK-8322481 2.11.1: Clarify that small primitives on stack are always ints
- Resolved