RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-19 Thread Edward Yang
@googlegroups.com Subject: Re: Clojure (Slim 1.4.0) and Azul don't like each other We've tracked down the problem, and it turns out to be a semantic issue around forced vs. hinted initialization (or initialization avoidance) on explicit class loading. It appears that Clojure make

Re: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-16 Thread Gil Tene
We've tracked down the problem, and it turns out to be a semantic issue around forced vs. hinted initialization (or initialization avoidance) on explicit class loading. It appears that Clojure makes multiple Class.forName() calls on the same class, with the first call intended to avoid static i

Re: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Mark
> *From:* clojure@googlegroups.com [clojure@googlegroups.com] on behalf of > Mark [markaddle...@gmail.com] > *Sent:* Wednesday, June 13, 2012 3:01 PM > *To:* clojure@googlegroups.com > *Subject:* Re: Clojure (Slim 1.4.0) and Azul don't like each other > > I'm speaking fr

RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Edward Yang
PM To: clojure@googlegroups.com Subject: Re: Clojure (Slim 1.4.0) and Azul don't like each other I'm speaking from ignorance but this kind of error smacks of a version mismatch between the Java runtime library and what Clojure is expecting. What version of Java runtime are you using?

RE: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Edward Yang
oglegroups.com Subject: Re: Clojure (Slim 1.4.0) and Azul don't like each other I'm speaking from ignorance but this kind of error smacks of a version mismatch between the Java runtime library and what Clojure is expecting. What version of Java runtime are you using? Also, is the Azul

Re: Clojure (Slim 1.4.0) and Azul don't like each other

2012-06-13 Thread Mark
I'm speaking from ignorance but this kind of error smacks of a version mismatch between the Java runtime library and what Clojure is expecting. What version of Java runtime are you using? Also, is the Azul Java library the same as Sun's? What's the entire stacktrace? On Wednesday, June 13, 2