On Tue, 24 Feb 2026 14:16:38 GMT, Casper Norrbin <[email protected]> wrote:
> Hi everyone, > > `ClassFileParser::verify_legal_class_name` has some leftover code referencing > `CONSTANT_CLASS_DESCRIPTORS`, which is no longer used and relevant. With the > code in place, we wrongly verifies classnames, resulting in test failures. > > With this PR I have removed all references to `CONSTANT_CLASS_DESCRIPTORS`. > The failing test now passes as expected and as such I have also removed it > from the problemlist. > > Testing: > - Tiers 1-3 Marked as reviewed by heidinga (no project role). ------------- PR Review: https://git.openjdk.org/valhalla/pull/2158#pullrequestreview-3848444774
