If I try to profile application, (which is prepared under Eclipse, but running from command line) with the help of VisualVM, I get the following error message
Simultaneously, the project folder is fouled with newly created class files. Although they are already existing in target/classes
.
The project structure is Maven's, i.e. there is a foder target/classes
in current directory and I us the following command to run the application
java -Xmx16g -cp target/classes tests.Runner01
How to fix?
UPDATE
The same occurs with conventional java project too.
Below it the picture of populated class files, which located where they should not
Here https://netbeans.org/bugzilla/show_bug.cgi?id=191297 appears a workaround: run profiled application with -Xverify:none
According to this GitHub issue, it's been fixed. Updating to version 1.4 solved the problem for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With