changeset 44993 | f61bcd80ec1f |
parent 44522 | b10606c613ef |
child 45057 | a93a8a7f862f |
--- a/hotspot/src/share/vm/runtime/globals.hpp Sat Apr 22 12:05:20 2017 +0200 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu May 04 07:26:28 2017 +0000 @@ -3874,6 +3874,9 @@ product(bool, StartAttachListener, false, \ "Always start Attach Listener at VM startup") \ \ + product(bool, EnableDynamicAgentLoading, true, \ + "Allow tools to load agents with the attach mechanism") \ + \ manageable(bool, PrintConcurrentLocks, false, \ "Print java.util.concurrent locks in thread dump") \ \