We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980dfb0 commit 56c8e30Copy full SHA for 56c8e30
visualvm/libs.profiler/profiler/src/org/graalvm/visualvm/lib/profiler/v2/ProfilerSession.java
@@ -157,7 +157,7 @@ public final void setAttach(final boolean attach) {
157
158
Runnable updater = new Runnable() {
159
public void run() {
160
- synchronized (this) { isAttach = attach; }
+ synchronized (ProfilerSession.this) { isAttach = attach; }
161
notifyStopAction();
162
notifyWindow();
163
}
0 commit comments