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."
35
35
[java.util.concurrent.locks Lock]
36
36
[java.util.concurrent Executors Executor ThreadLocalRandom ExecutorService]
37
37
[java.util Arrays ArrayList]
38
- [clojure.lang Var]
39
- [java.lang Thread$Builder]))
38
+ [clojure.lang Var]))
40
39
41
40
(alias 'core 'clojure.core)
42
41
@@ -469,7 +468,7 @@ to catch and handle."
469
468
(def ^ExecutorService io-thread-exec
470
469
(if (= " 21" (System/getProperty " java.vm.specification.version" ))
471
470
(eval '(Executors/newThreadPerTaskExecutor (-> (Thread/ofVirtual )
472
- (Thread$Builder/.name " io-thread-" 0 )
471
+ (java.lang. Thread$Builder/.name " io-thread-" 0 )
473
472
.factory)))
474
473
thread-macro-executor))
475
474
You can’t perform that action at this time.
0 commit comments