8228448: Jconsole can't connect to itself
Additions done to allow jconsole to connect to itself Reviewed-by: erikj
This commit is contained in:
parent
f8caabaac7
commit
5decc88da4
@ -29,6 +29,7 @@ $(eval $(call SetupBuildLauncher, jconsole, \
|
|||||||
MAIN_CLASS := sun.tools.jconsole.JConsole, \
|
MAIN_CLASS := sun.tools.jconsole.JConsole, \
|
||||||
JAVA_ARGS := --add-opens java.base/java.io=jdk.jconsole \
|
JAVA_ARGS := --add-opens java.base/java.io=jdk.jconsole \
|
||||||
--add-modules ALL-DEFAULT \
|
--add-modules ALL-DEFAULT \
|
||||||
-Djconsole.showOutputViewer, \
|
-Djconsole.showOutputViewer \
|
||||||
|
-Djdk.attach.allowAttachSelf=true, \
|
||||||
CFLAGS_windows := -DJAVAW, \
|
CFLAGS_windows := -DJAVAW, \
|
||||||
))
|
))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user