The below works under Java 8, but not 9:
$ java -version
java version "9.0.4"
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
$ script/nashornrepljs
To quit, type: :cljs/quit
cljs.user=> (require 'cljs.js)
Function has more than 262143 program points
cljs.user=> cljs.js
nil
Likely closely related to CLJS-2530.