8228448: Jconsole can't connect to itself

Additions done to allow jconsole to connect to itself

Reviewed-by: erikj
This commit is contained in:
Ramkumar Sunderbabu 2019-12-06 13:42:57 +05:30 committed by Rahul Raghavan
parent f8caabaac7
commit 5decc88da4

View File

@ -29,6 +29,7 @@ $(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, \
-Djconsole.showOutputViewer \
-Djdk.attach.allowAttachSelf=true, \
CFLAGS_windows := -DJAVAW, \
))