_Comment made by: mfikes_
CLJS-2927.patch LGTM and passes in CI.
Another place where this patch is needed is if you start a server REPL. For example, you will see this if you start one and then connect to port 5555.
$ clj -R:clj/next -J-Dclojure.server.repl="{:port 5555 :accept cljs.server.nashorn/repl}"
Clojure 1.10.0-RC1
user=> Warning: Nashorn engine is planned to be removed from a future JDK release
With the patch, this output is eliminated.