never [Tue, 15 Jun 2010 12:03:15 -0700] rev 5886
6952176: Remove debug flag from adlc makefile for 6Update trains
Reviewed-by: kvn, twisti
twisti [Mon, 14 Jun 2010 00:52:15 -0700] rev 5885
6960550: Missing semicolon in Zero
Summary: There is a missing semicolon in cppInterpreter_zero.cpp.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
jrose [Sat, 12 Jun 2010 22:53:43 -0700] rev 5884
6960865: ldc of unloaded class throws an assert in ciTypeFlow
Summary: Support java_mirror for unloaded klasses, arrays as well as instances. Simplify ciTypeFlow by removing unused path.
Reviewed-by: kvn
kvn [Thu, 10 Jun 2010 13:04:20 -0700] rev 5883
6730276: JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
Summary: Modify assembler code to check for 0 count for all copy routines.
Reviewed-by: never, ysr, jcoomes