JDK-6817078 : vm/gc/6494543/Test6494543.sh test failed just on SLES11
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 1.4.2_20-rev
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_suse_sles_11
  • CPU: x86
  • Submitted: 2009-03-13
  • Updated: 2012-08-06
  • Resolved: 2011-02-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_21 b02Fixed
Related Reports
Relates :  
Description
See the Comments

Comments
EVALUATION Just ran this testcase on SLES11 with 1.4.2_29. Error message did not appear and testcase passed. qt8:/tmp/sc/j2sdk1.4.2_29/demo/jfc/Java2D # uname -a Linux qt8 2.6.27.19-5-pae #1 SMP 2009-02-28 04:40:21 +0100 i686 i686 i386 GNU/Linux qt8:/tmp/sc/j2sdk1.4.2_29/demo/jfc/Java2D # more /etc/SuSE-release SUSE Linux Enterprise Server 11 (i586) VERSION = 11 PATCHLEVEL = 0 I'm going to move this to fix delivered again and follow up with submitter in case further testing is required.
20-02-2011

SUGGESTED FIX ------- Test6494543.sh ------- *** /tmp/sccs.ZOai9H Mon Mar 16 16:08:43 2009 --- Test6494543.sh Mon Mar 16 15:51:51 2009 *************** *** 72,80 **** if [ -s console_after ] then ! tail console_after ! echo "Test Failed" ! exit 1 else echo "Test Passed" exit 0 --- 72,87 ---- if [ -s console_after ] then ! egrep -i 'parallel | survivor' console_after ! if [ $? = 0 ] ! then ! tail console_after ! echo "Test Failed" ! exit 1 ! else ! echo "Test Passed" ! exit 0 ! fi else echo "Test Passed" exit 0
16-03-2009

EVALUATION test bug. Testcase should be modified to grep the output file for specific GC output. Unrelated system warnings should not imply failure for this GC fix.
16-03-2009