JDK-4872150 : Regression: VM C Heap increases 4-5 folds when moving from 1.3.1 to 1.4.1
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.1_02
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2003-05-30
  • Updated: 2003-06-17
  • Resolved: 2003-06-17
Related Reports
Duplicate :  
Description
The customer tested their previous release with 1.3.1 and 1.4.1 (vm
is the only variable). 

The results of the pmap are attached
for 1.3.1 (initially and after load), and for 1.4.1 (initially,
and with load)

Summarising the C Heap::
========================
jdk 1.3.1
Before: 00026000    3856    3440    1264    2176 read/write/exec    [ heap ]
After: 00026000   20112   19616     928   18688 read/write/exec    [ heap ]

jdk 1.4.1
Before: 0002A000    5672    5616    2616    3000 read/write/exec    [ heap ]
After: 0002A000  104304  104232    1096  103136 read/write/exec    [ heap ]

pldd ouput is::

> > 6951:   /usr/j2sdk1.4.1/bin/java -client -XX:+DisableExplicitGC
> > -XX:NewRatio=2
> > /usr/lib/libthread.so.1
> > /usr/lib/libdl.so.1
> > /usr/lib/libc.so.1
> > /usr/platform/sun4u/lib/libc_psr.so.1
> > /usr/j2sdk1.4.1/jre/lib/sparc/client/libjvm.so
> > /usr/lib/libCrun.so.1
> > /usr/lib/libsocket.so.1
> > /usr/lib/libnsl.so.1
> > /usr/lib/libm.so.1
> > /usr/lib/libw.so.1
> > /usr/lib/libmp.so.2 
> > /usr/j2sdk1.4.1/jre/lib/sparc/native_threads/libhpi.so
> > /usr/j2sdk1.4.1/jre/lib/sparc/libverify.so
> > /usr/j2sdk1.4.1/jre/lib/sparc/libjava.so
> > /usr/j2sdk1.4.1/jre/lib/sparc/libzip.so
> > /usr/j2sdk1.4.1/jre/lib/sparc/libnet.so

They are using Solaris 8 (5.8 Generic_108528-17 sun4u sparc Ultra 60)

Comments
EVALUATION This appears to be a duplicae of bug 4871440 ###@###.### 2003-06-02 Still not sure if this is related to mantis release ###@###.### 2003-06-02 Closing as a duplicate of 4871440. Both bugs come from the same company for the same issue. ###@###.### 2003-06-17
02-06-2003