Tagged Questions
17
votes
3answers
214 views
Memory leaking without objects growing in number or size
On an IBM iSeries system, I have a Java program running - an application server with a web server component, all in-house developed. When running on the 32 bit or 64 bit J9 JVM (IBM Technology for ...
4
votes
2answers
2k views
Downloading IBM J9 JDK
I have the following questions on IBM J9 JDK/JRE.
Does any one know the location where I can download the latest J9 JDK? I googed it and couldn't find the location.
What is the relation between IBM ...
2
votes
1answer
146 views
IBM JVM Garbage Collector details
I'm looking for details on the optthruput garbage collector of the IBM JVM. I already found this article, but I would like to know more details. For instance, I'd like to know how does the collector ...
1
vote
0answers
55 views
Attaching to the J9VM using the Attach API
What is the correct way to attach to IBM's J9VM using the Java Attach API?
I am trying the following (with having the JDK's tools.jar in my classpath):
private static final J9AttachProvider ...
1
vote
7answers
2k views
Where can I find a particular version of the IBM JDK/JRE for Windows?
I'm trying to get a rather JDK-sensitive piece of Oracle software working with Websphere, and I need to find some particular versions of the IBM JDK to try. The problem is that IBM doesn't really ...
1
vote
2answers
59 views
Ibm J9 internet Connection on windows mobile
I need to manage the GPRS connection on a JavaME application (start an internet connection automatically or ask user to select some connection) in a symbol handheld device with Windows Mobile 5. I'm ...
1
vote
2answers
1k views
What's the default heap size for IBM's J9VM?
I have IBM's J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3) installed. After getting an OOM, the size of the heap dump is 383MB. How much heap does the JVM have?
The reason why I ask is that a 400MB heap ...