Code Review for 6761594

Prepared by: Thomas Rodriguez (never) on Thu Nov 6 13:44:19 PST 2008
Workspace:/export/ws/c2b
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 1 line changed: 0 ins; 0 del; 1 mod; 2042 unchg
Patch of changes: 6761594.patch
Author comments:
6761594: framesize rounding code rounds using wrong units leading to slightly oversized frames
Reviewed-by:

The framesize rounding code is using a byte value when rounding a
value expressed in slots which results in oversized frames. The fix
is simply to use the slot based value.

Tested with runthese on sparc and intel, 32 and 64 bit.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/chaitin.cpp

1 line changed: 0 ins; 0 del; 1 mod; 2042 unchg

This code review page was prepared using /net/smite.sfbay/never/bin/hgwebrev (vers 23.12-hg-never).