Code Review for 6741642

Prepared by: Thomas Rodriguez (never) on Tue Aug 26 14:10:59 PDT 2008
Workspace:/export/ws/cit
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Compare against version:295
Summary of changes: 1 line changed: 0 ins; 0 del; 1 mod; 713 unchg
Patch of changes: 6741642.patch
Author comments:
6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold, martin
Contributed-by: doko@ubuntu.com

The definition of Cell in ciTypeFlow is invalid since it only mentions
one member so the compiler is free to only assign it one bit. Cell
actually covers the range of positive integers so the enum has to be
expanded to cover that range.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/ci/ciTypeFlow.hpp

rev 296 : 6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold
Contributed-by: doko@ubuntu.com
1 line changed: 0 ins; 0 del; 1 mod; 713 unchg

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