Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8271959

[lworld] Convert Optional and VBS classes to value class

XMLWordPrintable

      When value classes are enabled with --enable-preview, classes labeled at `Value Based` should be implemented as value classes.
      Generally, this is a simple source modification to change "public class" to "public value class".
      The compiled class files should replace the original value based classes when invoked with --enable-preview.

      The modified classes need a place in the exploded and resulting image.
      Changes are need in the build, launcher, and the candidate set of classes.

            rriggs Roger Riggs
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: