jrockit
JRockit Mission Control on Mac OS X to Connect to a Remote JVM
How does one connect to and monitor a remote JVM using JRockit Mission Control during a load test? Flags? Settings?[详细]
2023-04-10 20:31 分类:问答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 proc[详细]
2023-03-31 06:25 分类:问答What is the default nursery size for JRockit R27.6.0_1.6.0_05 when -XgcPrio:pausetime is used?
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[详细]
2023-02-20 11:35 分类:问答Query about JRockit Garbage Collection
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.[详细]
2023-02-12 20:01 分类:问答JRockit vs HotSpot classloading issue - META-INF/services
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[详细]
2023-01-14 11:20 分类:问答Java availableProcessors() in a Solaris Container
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).[详细]
2023-01-13 18:30 分类:问答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[详细]
2023-01-06 21:24 分类:问答JRockit Mission Control does not capture Spring Bean methods invocations
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[详细]
2023-01-02 11:43 分类:问答Java native methods issues with SUN JVM (jdk1.5.0_14) and multi-core CPU’s
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[详细]
2022-12-27 00:47 分类:问答Sun permgen & JRockit garbage collection
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[详细]
2022-12-26 01:21 分类:问答