On Tue, 9 Jun 2026 18:19:36 GMT, Chen Liang <[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?

-------------

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2532#discussion_r3384944700

Reply via email to