< prev index next >

make/launcher/Launcher-jdk.jconsole.gmk

Print this page

        

*** 27,34 **** $(eval $(call SetupBuildLauncher, jconsole, \ MAIN_CLASS := sun.tools.jconsole.JConsole, \ JAVA_ARGS := --add-opens java.base/java.io=jdk.jconsole \ --add-modules ALL-DEFAULT \ ! -Djconsole.showOutputViewer, \ CFLAGS_windows := -DJAVAW, \ )) --- 27,35 ---- $(eval $(call SetupBuildLauncher, jconsole, \ MAIN_CLASS := sun.tools.jconsole.JConsole, \ JAVA_ARGS := --add-opens java.base/java.io=jdk.jconsole \ --add-modules ALL-DEFAULT \ ! -Djconsole.showOutputViewer \ ! -Djdk.attach.allowAttachSelf=true, \ CFLAGS_windows := -DJAVAW, \ ))
< prev index next >