MCPcopy Index your code
hub / github.com/clojure/clojure / run

Method run

src/jvm/clojure/lang/RT.java:2183–2192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2181static public ClassLoader makeClassLoader(){
2182 return (ClassLoader) AccessController.doPrivileged(new PrivilegedAction(){
2183 public Object run(){
2184 try{
2185 Var.pushThreadBindings(RT.map(USE_CONTEXT_CLASSLOADER, RT.T));
2186// getRootClassLoader();
2187 return new DynamicClassLoader(baseLoader());
2188 }
2189 finally{
2190 Var.popThreadBindings();
2191 }
2192 }
2193 });
2194}
2195

Callers

nothing calls this directly

Calls 4

pushThreadBindingsMethod · 0.95
mapMethod · 0.95
baseLoaderMethod · 0.95
popThreadBindingsMethod · 0.95

Tested by

no test coverage detected