###@###.### 2002-09-25
With the fix for the following bug in place:
4617314 4/4 runhprof assert(!thread->owns_locks(), "must release all
locks when leaving VM")
I see intermittent failures with the following two tests on Linux RH7.2
in java_g -Xint mode (Client VM):
nsk/hprof/options/cpu/cpu004
nsk/hprof/options/cpu/cpu005
cpu004 launches hprof with the following options:
java_g -client -Xint -Xrunhprof:heap=dump,cpu=samples
and the hprof output file contains:
HPROF ERROR: object count zero on free, exiting.
HPROF_ERROR: tag=3 size=32
cpu005 launches hprof with the following options:
java_g -client -Xint -Xrunhprof:heap=sites,cpu=samples
and the hprof output file contains:
HPROF ERROR: byte count too small on free, exiting.
HPROF_ERROR: tag=3 size=32
With the fix for the following bug in place:
4617314 4/4 runhprof assert(!thread->owns_locks(), "must release all
locks when leaving VM")
I see intermittent failures with the following two tests on Linux RH7.2
in java_g -Xint mode (Client VM):
nsk/hprof/options/cpu/cpu004
nsk/hprof/options/cpu/cpu005
cpu004 launches hprof with the following options:
java_g -client -Xint -Xrunhprof:heap=dump,cpu=samples
and the hprof output file contains:
HPROF ERROR: object count zero on free, exiting.
HPROF_ERROR: tag=3 size=32
cpu005 launches hprof with the following options:
java_g -client -Xint -Xrunhprof:heap=sites,cpu=samples
and the hprof output file contains:
HPROF ERROR: byte count too small on free, exiting.
HPROF_ERROR: tag=3 size=32
- relates to
-
JDK-4803184 HPROF: nsk/hprof/options/cpu/cpu004 crashes on Solaris Sparc
- Closed