< 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,7 **** --- 1,11 ---- # buildSrc/addExports: temporary --add-exports and --add-reads # + # NOTE: this is only used for the bundled sdk build. It is needed only + # for changes that have been added to module-info.java and are not in + # the minimum required boot JDK. + # # After a promoted jdk build includes the module-info changes associated # with a particular fix, we might eventually remove the --add-exports or # --add-reads from this file for that fix, after bumping the minimum jdk # to that build. #
< prev index next >