< prev index next >

buildSrc/addExports

Print this page
rev 10911 : 8198329: Support FX build / test using JDK that doesn't include javafx.* modules
Reviewed-by:
   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
   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
< prev index next >