Java 7 is EOL as of last week, so pretty much everybody who runs stuff in 
production should be upgrading to Java 8 unless they have a support 
contract that lets them do otherwise. There won't be (as far as I know) 
more security updates/etc on the Java 7 line any more.

Yeller's (http://yellerapp.com) been on oracle jdk8 for quite a while now. 
It's been great - there were notable performance improvements when 
upgrading to java 8, and stability is just as good as ever. Quite a few 
folk I know have seen much better behavior out of the G1GC under Java 8.

```
java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)
```

On Thursday, 7 May 2015 21:25:13 UTC+1, Pierre-Yves Ritschard wrote:
>
> Hi,
>
> There hasn't been a JDK version thread in a while and a few projects we 
> rely on will soon require a JDK8. Are people running large apps on JDK8 and 
> if so, which one ? I'd be intent on trying to stick with OpenJDK if at all 
> possible.
>
> Cheers,
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to