On Wed, 20 May 2026 20:50:12 GMT, Dan Smith <[email protected]> wrote:
>> Do you mean to reject any superclass that is an abstract value class here? > > Yes. Any value class, abstract or not, with fields or not, must have its > instances initialized using a real constructor. I thought this might break java.lang.Number, but after checking this shouldn't hurt. Will make this change. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2350#discussion_r3277823334
