On Mon, 1 Feb 2021 18:31:39 GMT, Erik Joelsson <er...@openjdk.org> wrote:
>> Adding "--add-exports java.base/sun.security.util=ALL-UNNAMED" is fine, I'm >> asking about "$(JAVAC_FLAGS)". > > Hm, maybe you just misunderstand how this makefile construct works. If you > just want to add "--add-exports java.base/sun.security.util=ALL-UNNAMED", > then that's all you should put in this assignment. yeah, I'm new to makefiles. Let me try that... ------------- PR: https://git.openjdk.java.net/jdk/pull/2255