Oh, well disregard my last message then!
> On Jan 16, 2019, at 5:47 PM, Alex Miller wrote:
>
> Off the top of my head, I think the only stuff in this area is the big bump
> in the asm bytecode version, which could theoretically come into play here.
> There were changes in reflection but I don
Off the top of my head, I think the only stuff in this area is the big bump in
the asm bytecode version, which could theoretically come into play here. There
were changes in reflection but I don’t think you’re doing reflection. I am
going to poke at this some more so it would probably be good to
I've been able to reproduce this by deliberately building with Java
11/Clojure 1.10, then running on Java 8. Doing the same thing but built
with Java 8 is fine.
So, somehow some classes built with Java 11 must have gotten into the
build. Time to check my build cleanliness...
Thanks again, and
I am pretty sure I'm using Java 8. I do have both Java 8 and Java 11
installed, but the environment it's built with:
$ java -version
java version "1.8.0_162"
Java(TM) SE Runtime Environment (build 1.8.0_162-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.162-b12, mixed mode)
$ echo $JAVA_HOME