We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89460 commit 3edd4caCopy full SHA for 3edd4ca
src/lambdaisland/classpath.clj
@@ -387,7 +387,8 @@
387
;; SecurityException, so we skip those. We can't do an
388
;; `instance?` check because the module jdk.internal.misc is
389
;; private.
390
- :when (not (= "class jdk.internal.misc.InnocuousThread" (str (class thread))))
+ :when (not (#{"class jdk.internal.misc.CarrierThread"
391
+ "class jdk.internal.misc.InnocuousThread"} (str (class thread))))
392
;; Install the new loader in every thread that has a Clojure
393
;; loader, and always in the thread this is invoked in, even if
394
;; for some reason it does not yet have a Clojure loader
0 commit comments