On Thu, 5 Sep 2024 23:02:16 GMT, Chen Liang <li...@openjdk.org> 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. This pull request has now been integrated. Changeset: 5b72bbf9 Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5b72bbf9d4a4c9c966a665c8d48e5f6c0dcdba1c Stats: 73 lines in 1 file changed: 8 ins; 12 del; 53 mod 8339519: Remove size field from instructions Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/20880