Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -196,8 +196,6 @@ public static interface ObjectGraphVisitor {
public Map<Long, RubyBasicObject> collectLiveObjects() {
RubyNode.notDesignedForCompilation();

// TODO(CS): probably a race condition here if multiple threads try to collect at the same time

liveObjects = new HashMap<>();

visitor = new ObjectGraphVisitor() {

0 comments on commit 48dfab8

Please sign in to comment.