JDK-6730276 : JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs14
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-07-26
  • Updated: 2012-02-01
  • Resolved: 2011-03-08
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.
JDK 6 JDK 7 Other
6u21pFixed 7Fixed hs19Fixed
Related Reports
Relates :  
Description
The test is
	com/sun/jdi/PopAndInvokeTest.java

The failure mode is:
#  Internal Error (/tmp/jprt-jprtadm/P1/B/152449.dcubed/source/src/share/vm/utilities/globalDefinitions.cpp:38), pid=10087, tid=3072621456
#  Error: count must be non-zero

See /java/sqe/results/vm/gtee/JDK7/NIGHTLY/VM/2008-07-22/Serv_Baseline/javase/linux-i586/client/mixed/javase-linux-i586_client_mixed_JDI_REGRESSION2008-07-22-19-57-48/workDir/com/sun/jdi/PopAndInvokeTest.jtr

Comments
PUBLIC COMMENTS Modify assembler code to check for 0 count for all copy routines and remove asserts.
11-06-2010

EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/d93949c5bdcc
11-06-2010