Integrated: 8349624: Validation for slot missing in CodeBuilder local variable instructions

Chen Liang liach at openjdk.org
Tue Feb 11 16:24:16 UTC 2025


On Fri, 7 Feb 2025 19:40:44 GMT, Chen Liang <liach at openjdk.org> wrote:

> In CodeBuilder, validation for a slot was missing due to concurrent patches, and the original patch did not add effective tests for CodeBuilder because of the complex exceptional behaviors. Now the bug is fixed with renames to prevent future risky usages, and the tests have been enhanced to ensure at least the failure-case behavior (while the non-failure case is harder to check due to exceptional behaviors)
> 
> Testing: JDK tier 1-3

This pull request has now been integrated.

Changeset: 32dc41c9
Author:    Chen Liang <liach at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/32dc41c9f782d0c8829e1ef29846d236b3cf0fe2
Stats:     61 lines in 2 files changed: 38 ins; 1 del; 22 mod

8349624: Validation for slot missing in CodeBuilder local variable instructions

Reviewed-by: asotona

-------------

PR: https://git.openjdk.org/jdk/pull/23522


More information about the core-libs-dev mailing list