kvn [Wed, 09 Sep 2009 16:28:03 -0700] rev 3803
6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions.
Reviewed-by: never
kvn [Tue, 08 Sep 2009 16:56:31 -0700] rev 3802
6880052: SIGSEGV in GraphKit::null_check_common()
Summary: Check that a klass is not NULL before the is_loaded() call.
Reviewed-by: never
kvn [Tue, 08 Sep 2009 10:42:50 -0700] rev 3801
6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp
Summary: In load_array_length() cast array's type to TypeOopPtr when calling make_ideal_length() method.
Reviewed-by: never
never [Mon, 31 Aug 2009 17:07:53 -0700] rev 3800
6855215: Calculation error (NaN) after about 1500 calculations
Reviewed-by: kvn
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