Skip to content

Instantly share code, notes, and snippets.

@nahi
Created December 13, 2011 05:49
Show Gist options
  • Save nahi/1470785 to your computer and use it in GitHub Desktop.
Save nahi/1470785 to your computer and use it in GitHub Desktop.
diff --git a/src/org/jruby/runtime/load/LoadService.java b/src/org/jruby/runtime/load/LoadService.java
index e78b69d..311abf4 100644
--- a/src/org/jruby/runtime/load/LoadService.java
+++ b/src/org/jruby/runtime/load/LoadService.java
@@ -400,7 +400,7 @@ public class LoadService {
if (requireLock.isLocked()) {
requireLock.unlock();
}
- requireLocks.remove(requireName);
+ //requireLocks.remove(requireName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment