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