mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
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, \
|
||||
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, \
|
||||
))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user