Is there a way to set a JVM flag dynamically?
I want to turn the -verbose:class on only for debugging a specific class
loader scenario. Is there a way to enable and disable this flag any other
way than at JVM startup, for example, through JMX or programmatically?
No comments:
Post a Comment