1 # buildSrc/addExports: temporary --add-exports and --add-reads
   2 #
   3 # NOTE: this is only used for the bundled sdk build. It is needed only
   4 # for changes that have been added to module-info.java and are not in
   5 # the minimum required boot JDK.
   6 #
   7 # After a promoted jdk build includes the module-info changes associated
   8 # with a particular fix, we might eventually remove the --add-exports or
   9 # --add-reads from this file for that fix, after bumping the minimum jdk
  10 # to that build.
  11 #
  12 # ----------------------------------------------------------------------
  13 #
  14 # Reads for JDK-8195801
  15 --add-reads=javafx.graphics=jdk.unsupported
  16 # Qualified exports for JDK-8195799
  17 --add-exports=javafx.base/com.sun.javafx.logging=javafx.controls
  18 --add-exports=javafx.base/com.sun.javafx.logging=javafx.fxml
  19 --add-exports=javafx.base/com.sun.javafx.logging=javafx.swing
  20 #
  21 # ----------------------------------------------------------------------
  22 #
  23 # end temporary --add-exports