I was wondering if there somebody knows if there are some benchmarks which compare the following jvms.
sun jvm vs. openjdk jvm vs. rockit jvm vs. j9 jvm vs. apache harmony.
Which one ...
I have what seems to be a standard java problem: multiple database transactions, in Oracle, that need to all be committed or none. This is complicated by the fact that each ...
We have an Oracle AS 10.1.3.4 running 1 application on multiple JVMs. We have set up garbage collection logging using the -Xloggc parameter.
However, the gc logging of both JVMs is sent ...
java accepts -Xmx1k happily as an argument, but "experiments show" this is still really something like an 8MB heap.
Googling didn't turn up anything to use, so I'm wondering, what is the ...
I work on a Java application which is run within Tomcat 6 on top of the Oracle JVM (build 1.6.0_07-b06). This JVM is now 2+ years old and I think upgrading ...
I am build an Oracle Agile PLM CustomAction Px.
I called a webservice inside the Px to process some data.
After i deployed, it gave "Class not found exception" for javax.xml.ws.Service
so i copied ...
We are using Java Stored Procedures on Oracle 10g database. I want to profile the Java Stored Procedures using a Java Profiling tool like JProfiler. How do i do it?