Code Review for 6920346

Prepared by:never on Tue Jan 26 15:41:57 PST 2010
Workspace:/net/smite.sfbay/export/ws/baseline
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 14 lines changed: 13 ins; 0 del; 1 mod; 1234 unchg
Patch of changes: 6920346.patch
Author comments:
6920346: G1: "must avoid base_memory and AliasIdxTop"
Summary:
Reviewed-by:

The fix for 6877254 added a new field to StoreCMNode but the size_of,
hash and cmp routines needed to be implemented to make cloning and
hashing work correctly. This particular failure is caused by size_of
reporting too small a size so the clone has uninitialized fields. The
fix is simply to implement the needed routines in the obvious way.
Tested with dacapo bloat test.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/memnode.hpp

14 lines changed: 13 ins; 0 del; 1 mod; 1234 unchg

This code review page was prepared using /never/bin/webrev (vers 23.18-hg-never).