Re: RFR: 8339519: Remove size field from instructions

2024-09-06 Thread Adam Sotona
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

RFR: 8339519: Remove size field from instructions

2024-09-05 Thread Chen Liang
`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