< prev index next >

buildSrc/addExports

Print this page
rev 10819 : 8195801: Replace jdk.internal.misc.Unsafe with sun.misc.Unsafe in MarlinFX
Reviewed-by:
   1 # buildSrc/addExports: temporary --add-exports
   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 from
   5 # this file for that fix, after bumping the minimum jdk to that build.

   6 #
   7 # ----------------------------------------------------------------------
   8 #
   9 # Qualified exports for JDK-8177566
  10 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.fxml
  11 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.web


  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 # Qualified exports for JDK-8177566
  11 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.fxml
  12 --add-exports=javafx.base/com.sun.javafx.reflect=javafx.web
  13 # Reads for JDK-8195801
  14 --add-reads=javafx.graphics=jdk.unsupported
  15 #
  16 # ----------------------------------------------------------------------
  17 #
  18 # end temporary --add-exports
< prev index next >