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

Chen Liang liach at openjdk.org
Tue Feb 11 16:24:15 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

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/23522#issuecomment-2651318152


More information about the core-libs-dev mailing list