How does one connect to and monitor a remote JVM using JRockit Mission Control during a load test? Flags? Settings?
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 proc
JRockit R28 documentation says that the default value of nursery size (-Xns) is \"10 MB per logical processor\" when -Xgc:pauset开发者_StackOverflow社区ime flag is used. Elsewhere in the same document
I have a question about Oracle\'s JRockit 1.6. When I use genpar, d开发者_如何学Pythonoes it select parallel for new generation or old generation or both.
According to the javadoc of javax.xml.validation.SchemaFactory#newInstance, I can specify which implementation of SchemaFactory I want, by placing a file in META-INF/services called javax.xml.validati
I\'m using a Solaris Container with 2 cores (the physical machine has 32 with 8 threads, each one) to run a jvm (BEA Jrockit).
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
I am trying to profile my Spring Web app running开发者_开发问答 on WebLogic 9.2 JRockit Mission Control 4.0 works perfectly except it doesn\'t capture Spring Beans method invocations. Are there any t
We are hosting an application on SUN JVM that handles a lot of XML parsing using Jaxb. The application is parsing the XML fine using JRockit 5 but when using the SUN JVM the JVM spends a majority of i
In the Sun JVM, classes that are loaded by the class loader are put in permgen space and never gc\'d. (Unless the class loader goes out of scope)It\'s my understanding that JRockit puts that same data