On Wed, 10 Jun 2026 01:49:16 GMT, Jab125 <[email protected]> wrote: >> MigratedValueClass was previously used by javac and now is no longer >> necessary for our build system based value class conversion. The annotation >> can be nuked given we have the `/*value*/` stubs. >> >> We think that when in doubt, it's better to drop unnecessary changes, such >> as this MVC annotation. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > src/java.base/share/classes/java/util/OptionalDouble.java line 69: > >> 67: public final /*value*/ class OptionalDouble { >> 68: /** >> 69: * Common instance f`or {@code empty()}. > > typo?
Good spotting. And sorry that skara bot is slow as hell today. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2532#discussion_r3385067347
