Tomas Hurka

Results 130 comments of Tomas Hurka

You can use `bin/visualvm --jdkhome $JAVA_HOME` to start VisualVM with particular JDK.

It would be also useful to try running VisualVM on newer JDK. Can you try JDK 18? `jvisualvm --jdkhome `

How long does your `simple hello world` application run? Maybe it no longer runs, when VisualVM starts. Does VisualVM works without Intellij visualvm plugin? Can you see your application when...

> Is there any news with that? I have the same issue, running macOS 10.15 Beta, on Android Studio 3.5.1 We need steps to reproduce, to be able to diagnose...

[VisualVM artifacts](https://twitter.com/visualvm/status/1424661070715703300) are available on Maven Central since VisualVM 2.1. This should solve your requests.

2. Is already implemented since VisualVM 1.1 3. Done in GH-89.

> I'm seeing this when running `visualvm`. The application stops working completely. Above warning is not a reason for visualvm to stop working. Please fine a new issue. Thanks.

> Same here, tried to use the profiler, but the app stops completely. Above warning is not a reason for visualvm to stop working. Please file a new issue. Thanks.

Currently there is no way to obtain such heap dump. It would be great if you can file an enhancement request against GraalVM to allow heap dump from libgraal. Once...

LaunchWrapper modifies bytecode of the loaded application and this collides with the profiling, which does the same. Maybe there is a way to carefully set cpu profiler settings to avoid...