We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d15b09 commit 48dfab8Copy full SHA for 48dfab8
truffle/src/main/java/org/jruby/truffle/runtime/subsystems/ObjectSpaceManager.java
@@ -196,8 +196,6 @@ public static interface ObjectGraphVisitor {
196
public Map<Long, RubyBasicObject> collectLiveObjects() {
197
RubyNode.notDesignedForCompilation();
198
199
- // TODO(CS): probably a race condition here if multiple threads try to collect at the same time
200
-
201
liveObjects = new HashMap<>();
202
203
visitor = new ObjectGraphVisitor() {
0 commit comments