-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
Description
Describe the bug
On the first start of VisualVM 2.2 I selected to import settings from 2.1.10, and it had missed custom visualvm.conf.
To Reproduce
Steps to reproduce the behavior:
~ $ find ~/.visualvm -name '*.conf'
/home/catap/.visualvm/2.1.10/etc/visualvm.conf
~ $ ls ~/.visualvm/
2.1.10
~ $ visual
visualinfo visualvm
~ $ visualvm
~ $ find ~/.visualvm -name '*.conf'
/home/catap/.visualvm/2.1.10/etc/visualvm.conf
~ $ ls ~/.visualvm/
2.1.10 2.2
~ $
Expected behavior
File should be copied.
VisualVM log
Screenshots
It doesn't applicable.
Desktop (please complete the following information):
- OS: OpenBSD 7.7
- JDK version: openjdk version "21.0.6" 2025-01-21
- Version: 2.2
Additional context
Reactions are currently unavailable