On Tue, 24 Feb 2026 09:17:32 GMT, Casper Norrbin <[email protected]> wrote:

>> Hi everyone,
>> 
>> In `ClassFileParser::verify_legal_class_modifiers`, the `valid_value_class` 
>> bool had a redundant `!is_identity`. Since `is_identity` is already handled 
>> by short-circuiting earlier in the expression, that condition is always true 
>> in the remaining branch. This change removes the redundancy without changing 
>> behavior.
>> 
>> Testing:
>> - Tier 1
>
> Casper Norrbin has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   removed class_note

@caspernorrbin 
Your change (at version 13c153f8572c7a6d168c5db8aaafe129da1b7749) is now ready 
to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/valhalla/pull/2146#issuecomment-3958917002

Reply via email to