Skip to content

Instantly share code, notes, and snippets.

@izerui
Created July 6, 2015 09:08
Show Gist options
  • Select an option

  • Save izerui/3af0a3fa7e0072e04762 to your computer and use it in GitHub Desktop.

Select an option

Save izerui/3af0a3fa7e0072e04762 to your computer and use it in GitHub Desktop.
jvisualvm 远程服务器 jstatd -J-Djava.security.policy=jstatd.all.policy
grant codebase "file:${java.home}/../lib/tools.jar" {
permission java.security.AllPermission;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment