visualvm icon indicating copy to clipboard operation
visualvm copied to clipboard

VisualVM is an All-in-One Java Troubleshooting Tool

Results 126 visualvm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** After profiling finished for a terminated application, starting the same application again and profiling it causes the Profiler tab of the original application to update as well....

bug

**Is your feature request related to a problem? Please describe.** When a stack trace or GC trace references method invocations it's not clear which line number the method is on,...

enhancement

**Describe the bug** It looks like VisualVM freezes when connecting to a Java application which is currently suspended by a debugger. This seems to occur every time you click on...

bug

**Is your feature request related to a problem? Please describe.** The GitHub issue template currently only says: https://github.com/oracle/visualvm/blob/0c39bd63aeb5134fa400021509b5bf85192efdd7/.github/ISSUE_TEMPLATE/bug_report.md?plain=1#L24 It might not be clear to users where to find this file....

enhancement

**Is your feature request related to a problem? Please describe.** I would like to be able to record snapshots of sampled CPU usage from the command line in a headless...

enhancement

**Describe the bug** In threads list in tab 'Threads' threads that have been renamed do not change their names after they had been initially displayed in list. **To Reproduce** Steps...

Remove Self time nodes from the sampler/profiler CPU trees when their total time is at 0,0 ms. Maybe with an option? Self time at 0,0 ms are not useful and...

enhancement

**Is your feature request related to a problem? Please describe.** Sampling does not include method parameters. Instead, all calls to methods with the same name are aggregated as calls with...

enhancement

**Describe the bug** I installed intellij visualvm plugin. When I try to profile simple hello world, visualvm launches and raises an error: `Cannot open requested application.` **VisualVM log** ``` -------------------------------------------------------------------------------...

**Describe the bug** When running a large java app using the ZGC garbage collector, the VisualVM tab VisualGC falsely claims it doesn't support the running JVM (whereas actually, it's the...