JDK-6356527 : jshort_disjoint_arraycopy doesn't properly guard against zero when aligning up addresses
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0u5
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2005-11-29
  • Updated: 2010-04-02
  • Resolved: 2005-12-07
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 JDK 6
5.0u7Fixed 6 b63Fixed
Related Reports
Relates :  
Description
Previously users of the function guarded against this but that was removed as part of the zeroing elimination.

Comments
SUGGESTED FIX http://analemma.sfbay.sun.com/net/prt-archiver.sfbay/data/archived_workspaces/main/c2_baseline/2005/20051201180148.never.c1/workspace/webrevs/webrev-2005.12.01/index.html
02-12-2005

EVALUATION This is correct. The fix is to added a test for zero to the unaligned case. All other cases are correct.
01-12-2005