On Fri, 26 Jun 2026 15:50:01 GMT, Frederic Parain <[email protected]> wrote:
> Change in finalizers registration to prevent it for value classes. > > Tested tier1-4. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/hotspot/share/classfile/classFileParser.cpp line 2253: > 2251: Method* ClassFileParser::parse_method(const ClassFileStream* const cfs, > 2252: bool is_interface, > 2253: bool is_identity_class, Why change the signature to pass this in when we can just call `is_identity_class()` at line 2831?? ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2589#discussion_r3510535968
