visualvm
visualvm copied to clipboard
VisualVM is an All-in-One Java Troubleshooting Tool
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/visualvm/commit/8977e42be14430a063c7171f0257e9a2239ca7b6#commitcomment-42280440 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/visualvm/commit/340b51db27f1165d4d89c07cfe6a931d4b85688a...
The GoToSource Plugin in 2.0.4 works with Profiler, Sampler and Heap Viewer. Should also work with Thread Dumps and call stacks across the tool.
**Is your feature request related to a problem? Please describe.** I'd like to understand what objects are present in GraalVM's `libgraal` memory area. **Describe the solution you'd like** I want...
**Is your feature request related to a problem? Please describe.** I want to know what Truffle is doing to optimise my code when I'm working on a Truffle language or...
**Is your feature request related to a problem? Please describe.** In certain applications, the part of code that is measured runs at very regular intervals, followed by a call to...
JMX over RMI over k8s port-forwarding is not possible. JMX over TCP with JMXMP is fine, but you need to manually add the jmxremote_optional.jar and VisualVM does allow to configure...
Currently we use a socks proxy to make remote connections to our servers and it works great. We do however run into hangs when certain local java processes are running,...
1) IMHO, Maven is much easier to use and build a Netbeans Platform based application such as VisualVM. Ant is more flexible but NB projects are more complexe to understand...
**Is your feature request related to a problem? Please describe.** Accidentally clicking on GC root or Retained Size will start a Heap-Global computation possibly taking hours on large heaps. **Describe...
**Is your feature request related to a problem? Please describe.** Heap dumps are often huge. **Describe the solution you'd like** So let's offer saving them in a compressed way, such...