On Thu, 21 May 2026 16:17:47 GMT, Manuel Hässig <[email protected]> wrote:
> The goal of this PR is to proactively fix some nitpicks in the C1 source that > might come up in the review of the big PR. The secondary goal is to remove > some unnecessary empty lines in the diff that do nothing but distract. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/hotspot/share/c1/c1_Instruction.hpp line 1503: > 1501: // creation > 1502: CheckCast(ciKlass* klass, Value obj, ValueStack* state_before) > 1503: : TypeCheck(klass, obj, objectType, state_before) {} This reverts the only change on that line. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2462#discussion_r3282692234
