Where to download JRockit for Java 7?
Asked Answered
S

2

5

I tried http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html but all I get is

The content on this page is no longer available but your downloads may be found on the Oracle Java Archive page.

Slipcover answered 10/5, 2014 at 6:56 Comment(0)
H
9

See Java 7 Questions & Answers (circa 2011):

Q: When will JRockit be available for Java 7?

A: It won't. As we explained last year we are merging JRockit and HotSpot into one single JVM. JDK 7 contains the first release of this converged JVM, where one of the first steps was to start removing the PermGen concept. Future JDK 7 updates will complete the PermGen removal, as well as add more visible features from JRockit.

Haugen answered 10/5, 2014 at 6:59 Comment(1)
Note that the PermGen was indeed removed, in JDK 8.Carpophore
B
-2

Do also note that the commands in most cases just removed the R from JRockit commands.

JRCMD becomes JCMD

JRMC becomes JMC

Flight recording is even better because it - again - can make periodic thread dumps which had been removed in JRockit R28 but was available in JRockit R27.

The only feature I miss is JRockit Deterministic GC. But therefore we have an improved CMS collector and the G1 collector. Time will show whether this is a real alternative.

Bernat answered 6/6, 2015 at 11:29 Comment(1)
Where is the point? I just say that the tools are there but have different names. Flight recording is even better because it - again - can make periodic thread dumps which had been removed in JRockit R28 but was available in JRockit R27. The only feature I miss is JRockit Deterministic GC.Bernat

© 2022 - 2024 — McMap. All rights reserved.