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 f2a0e10 commit 87eef04Copy full SHA for 87eef04
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