< prev index next >

buildSrc/addExports

Print this page


   1 # buildSrc/addExports: temporary --add-exports and --add-reads
   2 #
   3 # After a promoted jdk build includes the module-info changes associated
   4 # with a particular fix, we might eventually remove the --add-exports or
   5 # --add-reads from this file for that fix, after bumping the minimum jdk
   6 # to that build.
   7 #
   8 # ----------------------------------------------------------------------
   9 #
  10 # Reads for JDK-8195801
  11 --add-reads=javafx.graphics=jdk.unsupported




  12 #
  13 # ----------------------------------------------------------------------
  14 #
  15 # end temporary --add-exports
   1 # buildSrc/addExports: temporary --add-exports and --add-reads
   2 #
   3 # After a promoted jdk build includes the module-info changes associated
   4 # with a particular fix, we might eventually remove the --add-exports or
   5 # --add-reads from this file for that fix, after bumping the minimum jdk
   6 # to that build.
   7 #
   8 # ----------------------------------------------------------------------
   9 #
  10 # Reads for JDK-8195801
  11 --add-reads=javafx.graphics=jdk.unsupported
  12 # Qualified exports for JDK-8195799
  13 --add-exports=javafx.base/com.sun.javafx.logging=javafx.controls
  14 --add-exports=javafx.base/com.sun.javafx.logging=javafx.fxml
  15 --add-exports=javafx.base/com.sun.javafx.logging=javafx.swing
  16 #
  17 # ----------------------------------------------------------------------
  18 #
  19 # end temporary --add-exports
< prev index next >