On Thu, 5 Sep 2024 23:02:16 GMT, Chen Liang wrote:
> `AbstractInstruction` has a redundant `size` field unnecessary for the
> majority of instructions. We should add this field to the 2 switch
> instructions that need it only.
Looks good to me.
-
Marked as reviewed by asotona (Re
`AbstractInstruction` has a redundant `size` field unnecessary for the majority
of instructions. We should add this field to the 2 switch instructions that
need it only.
-
Commit messages:
- 8339519: Remove size field from instructions
Changes: https://git.openjdk.org/jdk/pull/208