-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
itanium
-
linux
Name: aaR10208 Date: 08/20/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b15
Testbase : RegTest-test
Platform[s] : RedHat Linux 2.1 Adv. Server (ia64)
switch/Mode : -client, -server
Falling test[s]: java/lang/management/MemoryMBean/LowMemoryTestAllGC.sh
RegTest-test java/lang/management/MemoryMBean/LowMemoryTestAllGC.sh test fails on JDK1.5.0-b15 (linux-ia64),
but passes with linux-i586 build.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/latest/ws/j2se/test/java/lang/management/MemoryMBean/LowMemoryTestAllGC.sh
jtr file location:
==================
/net/jtgb4u4c/export/sail15/results/tiger/b15/regtest/linux/RH21AS_server_jcc_itanium_01/workDir/test/java/lang/management/MemoryMBean/LowMemoryTestAllGC.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
TESTBASE=/net/koori.sfbay/p/jdk06/jdk/1.5.0/beta/b15/ws/j2se/test
#JDK=/net/koori.sfbay/p/jdk06/jdk/1.5.0/beta/b15/binaries/linux-i586
JDK=/net/koori.sfbay/p/jdk06/jdk/1.5.0/beta/b15/binaries/linux-ia64
TESTSRC=${TESTBASE}/java/lang/management/MemoryMBean
TESTJAVA=${JDK}
TESTCLASSES=`pwd`
cp ${TESTSRC}/LowMemoryTest.java .
${JDK}/bin/javac LowMemoryTest.java
export TESTSRC
export TESTJAVA
export TESTCLASSES
sh ${TESTSRC}/LowMemoryTestAllGC.sh
echo "Exit status: $?"
--- script end ---
Test output (jtr part):
=======================
runOne -XX:+UseParallelGC LowMemoryTest
Setting threshold for PS Old Gen from 0 to 2000000. Current used = 0
AllocatorThread is doing task 1
Invoking GC to force low memory detection to happen.
Sensor notification count = 1 Prev count = 0
TEST FAILED: GC invoked.
SweepThread is doing task 1
----------System.err:(3/223)----------
Exception in thread "main" java.lang.RuntimeException: Unexpected number of triggers = 1 but expected to be 5
at LowMemoryTest$TestListener.checkResult(LowMemoryTest.java:48)
at LowMemoryTest.main(LowMemoryTest.java:133)
result: Failed. Execution failed: exit code 2
test result: Failed. Execution failed: exit code 2
Specific machine info:
======================
Hostname: JCC-ITANIUM-01
OS: RedHat Linux 2.1 Adv. Server (ia64)
======================================================================
- duplicates
-
JDK-4899578 RegTest-test java/lang/management/MemoryMBean/LowMemoryTestAllGC.sh fails
- Closed