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.
2 parents 8a06b55 + 87eef04 commit 7c186bbCopy full SHA for 7c186bb
espresso/src/com.oracle.truffle.espresso.jdwp/src/com/oracle/truffle/espresso/jdwp/api/Ids.java
@@ -47,7 +47,7 @@ public final class Ids<T> {
47
* All entities stored while communicating with the debugger. The array will be expanded
48
* whenever an ID for a new entity is requested.
49
*/
50
- private WeakReference<T>[] objects;
+ private volatile WeakReference<T>[] objects;
51
52
/**
53
* A special object representing the null value. This object must be passed on by the
0 commit comments