never [Fri, 26 Jun 2009 13:03:29 -0700] rev 3178
6818666: G1: Type lost in g1 pre-barrier
Reviewed-by: kvn
twisti [Fri, 26 Jun 2009 07:26:10 -0700] rev 3177
5057225: Remove useless I2L conversions
Summary: The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free.
Reviewed-by: kvn
kvn [Wed, 24 Jun 2009 12:00:51 -0700] rev 3176
6841800: Incorrect boundary values behavior for option -XX:MaxLabelRootDepth=0-6 leads to jvm crash
Summary: MaxLabelRootDepth value less then 10 is invalid.
Reviewed-by: never
twisti [Wed, 24 Jun 2009 02:09:45 -0700] rev 3175
Merge
twisti [Wed, 17 Jun 2009 09:08:56 -0700] rev 3174
6851829: solaris build fails with 5.8 compilers
Summary: Solaris builds with the CC 5.8 compilers (used for jdk6 update builds) fail while compiling adlc.
Reviewed-by: never
kvn [Tue, 23 Jun 2009 17:52:29 -0700] rev 3173
6837094: False positive for "meet not symmetric" failure
Summary: Have the meet not symmetric check recursively do the interface-vs-oop check on array subtypes.
Reviewed-by: jrose
Contributed-by: rasbold@google.com