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

module-info classfile missing the preview flag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 24, 25
    • tools
    • b06

        Consider module-info.java like this:
        ---
        module m {
            requires transitive java.base;
        }
        ---

        When compiled with `--enable-preview --source 24/25`, the resulting classfile is missing the preview flag.

              jlahoda Jan Lahoda
              jlahoda Jan Lahoda
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: