File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/clojure/clojure/core Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ to catch and handle."
3535 [java.util.concurrent.locks Lock]
3636 [java.util.concurrent Executors Executor ThreadLocalRandom ExecutorService]
3737 [java.util Arrays ArrayList]
38- [clojure.lang Var]
39- [java.lang Thread$Builder]))
38+ [clojure.lang Var]))
4039
4140(alias 'core 'clojure.core)
4241
@@ -469,7 +468,7 @@ to catch and handle."
469468(def ^ExecutorService io-thread-exec
470469 (if (= " 21" (System/getProperty " java.vm.specification.version" ))
471470 (eval '(Executors/newThreadPerTaskExecutor (-> (Thread/ofVirtual )
472- (Thread$Builder/.name " io-thread-" 0 )
471+ (java.lang. Thread$Builder/.name " io-thread-" 0 )
473472 .factory)))
474473 thread-macro-executor))
475474
You can’t perform that action at this time.
0 commit comments