cfang [Mon, 31 Aug 2009 08:31:45 -0700] rev 3799
6876276: assert(!is_visited,"visit only once")
Summary: schedule the superword loads based on dependence constraints
Reviewed-by: kvn, never
twisti [Mon, 31 Aug 2009 02:24:21 -0700] rev 3798
6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711
Reviewed-by: cfang, never
kvn [Fri, 28 Aug 2009 11:19:33 -0700] rev 3797
6875577: CTW fails with /hotspot/src/share/vm/opto/memnode.cpp
Summary: Fix do_null_check to check for unloaded klass for all oop pointers.
Reviewed-by: never, cfang
twisti [Thu, 27 Aug 2009 06:17:23 -0700] rev 3796
6865583: Verbose CIPrintMethodCodes asserts when ldc an empty String
Summary: ldc seems to load an empty String and that leads to an assert on offset < length, which are both zero.
Reviewed-by: kvn, never