Questions tagged [jrockit]

JRockit is a High performance JVM built into Oracle Fusion Middleware.

JRockit, a proprietary Java Virtual Machine (JVM) originally developed by Appeal Virtual Machines and acquired by BEA Systems in 2002,[1] became part of Oracle Fusion Middleware in 2008.

The JRockit code base and the HotSpot virtual machine from Sun Microsystems (now Oracle) are currently being integrated, with the target of releasing a JVM with a combined code base around the release date of JDK 8.

101 questions
49
votes
3 answers

JRockit JVM versus HotSpot JVM

If anyone can give me brief information about the advantages and disadvantages of the two JVM since they all depend on the Standard JVM Specification.
Richeve Bebedor
  • 2,138
  • 4
  • 26
  • 40
25
votes
3 answers

Does Scala work well on proprietary JVM's?

My company has a large legacy Java code base and many of our customers run WebSphere and WebLogic. We are considering starting to use Scala but have been unable to confirm that Scala (2.9.X) works well with IBM's JDK (and BEA's JRockit). Since…
Lars Tackmann
  • 20,275
  • 13
  • 66
  • 83
14
votes
2 answers

How do I analyze a .mdmp file?

I have java application that is crashing while in production. It doesn't do so in dev/QA. The jvm is creating a .mdmp file and a text file. How do I analyze the binary dump file? I googled but had no luck. We are using bea jrockit jvm 1.5 R27.
fastcodejava
  • 39,895
  • 28
  • 133
  • 186
10
votes
1 answer

What happens when we set Xmx and Xms equal size

When we set the values of Xms and Xmx to be equal, what is the impact on the FullGC, or allocation for young/ tenured gen in HotSpot. Does it make any difference in JRockit?
meso_2600
  • 1,940
  • 5
  • 25
  • 50
8
votes
2 answers

Caveats to watch for in transition from Sun JVM to JRockit?

We are thinking of transitioning a large product from relying on Sun's JVM to JRockit. I'm not naive enough to believe that this is going to be a smooth transition (though I'd love to be wrong). What issues should we watch out for or focus our…
Uri
  • 88,451
  • 51
  • 221
  • 321
7
votes
4 answers

Jdeveloper - Unrecognized option: -jrockit

Every time I try to run a weblogic webcenter application on Jdev I get the following error and I cant find any reference on how to fix this anywhere on the web. starting weblogic with Java version: Could not create the Java virtual machine.…
I AM L
  • 241
  • 1
  • 4
  • 11
6
votes
2 answers

Will Oracle merge JRockIt and the Standard JDK?

I just want to know as it does seem like they have duplication of effort in maintaining two JDKs.
yazz.com
  • 57,320
  • 66
  • 234
  • 385
6
votes
1 answer

Is JRockit merged into JDK 8?

There are many articles/webpages stating that JRockit will be merged into new version of JVM or JDK 8: https://en.wikipedia.org/wiki/JRockit http://www.mythics.com/about/blog/answers-to-common-questions-on-java-versions-editions Where to download…
ysrhung
  • 554
  • 2
  • 6
  • 11
6
votes
1 answer

Calling JNI_CreateJavaVM crashes the program

I have a C DLL which uses JNI to proxy any calls to an underlying java program which does the actual weightlifting. I am dynamically loading jrockit jvm.dll to make the function call. Vendor A has a C# DLL which actually invokes my C DLL and another…
shawn
  • 4,063
  • 7
  • 37
  • 54
5
votes
3 answers

how to debug an issue when the cause is not known

We are facing the following exception in weblogic server v10.3.2.0. We are using JRockit JRE 6.0. We have around 6-7 XA datasources involved in every server request. We face this exception when processing on the last datasource just begins. Please…
Krishnan
  • 175
  • 4
  • 19
5
votes
2 answers

Where to download JRockit for Java 7?

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.
Alex Gorbunov
  • 239
  • 3
  • 8
5
votes
2 answers

Java 7 JVM slower than JRockit 6?

I was very interested in upgrading to Java 7 (for my own selfish coding reasons). However, we have users who are very latency sensitive (everything needs to be sub-millisecond). I did a simple performance comparison test between 3 different JVMs…
Sam Goldberg
  • 6,711
  • 8
  • 52
  • 85
5
votes
2 answers

Diffrence between JRockit in BEA Weblogic and Sun Java Implementation

We have different JRE implementation from 2 vendors one is Jrockit from BEA and other is from Sun. In my project the document clearly states to use the Jrockit implementation from BEA. So i want to know the differences and upperhand of Jrockit over…
Punith Raj
  • 2,164
  • 3
  • 27
  • 45
4
votes
3 answers

Monitor JRockit JVM via SNMP

I would like to monitor my Java application (running in JRockit) via SNMP protocol. I only need some basic informations. Is there any startup parameter that I can add to my app to enable SNMP?
Ivan Bosnic
  • 1,916
  • 5
  • 21
  • 31
3
votes
4 answers

Where to download JRockit for Java 1.5

I checked on download page http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html but only versions for java 6 are available.
Paolo
  • 2,461
  • 5
  • 31
  • 45
1
2 3 4 5 6 7