duke [Wed, 05 Jul 2017 17:10:08 +0200] rev 5263
Merge
mikejwre [Thu, 15 Apr 2010 13:54:50 -0700] rev 5262
Added tag jdk7-b89 for changeset 6bdda0396d9d
duke [Wed, 05 Jul 2017 17:10:05 +0200] rev 5261
Merge
mikejwre [Thu, 15 Apr 2010 13:55:04 -0700] rev 5260
Added tag jdk7-b89 for changeset 892f63d483d9
duke [Wed, 05 Jul 2017 17:10:03 +0200] rev 5259
Merge
trims [Tue, 20 Apr 2010 21:38:23 -0700] rev 5258
Merge
trims [Thu, 15 Apr 2010 19:09:48 -0700] rev 5257
Added tag hs18-b02 for changeset 0c79cc0b79fd
trims [Thu, 15 Apr 2010 19:08:48 -0700] rev 5256
Merge
jrose [Tue, 13 Apr 2010 13:01:37 -0700] rev 5255
Merge
jrose [Thu, 08 Apr 2010 17:45:20 -0700] rev 5254
Merge
iveresov [Thu, 08 Apr 2010 12:13:07 -0700] rev 5253
6942223: c1 64 bit fixes
Summary: This fixes lir_cmp_l2i on x64 and sparc 64bit, and the debug info generation.
Reviewed-by: never
twisti [Thu, 08 Apr 2010 10:55:40 +0200] rev 5252
6941529: SharedRuntime::raw_exception_handler_for_return_address must reset thread MethodHandle flag
Summary: During testing a bug was hit when an exception returned to the interpreter and the SP was wrong.
Reviewed-by: kvn, never
kvn [Wed, 07 Apr 2010 12:39:27 -0700] rev 5251
6940726: Use BIS instruction for allocation prefetch on Sparc
Summary: Use BIS instruction for allocation prefetch on Sparc
Reviewed-by: twisti
kvn [Wed, 07 Apr 2010 10:35:56 -0700] rev 5250
6940733: allocate non static oop fields in super and sub classes together
Summary: Use FieldsAllocationStyle=2 to allocate non static oop fields in super and sub classes together
Reviewed-by: twisti
kvn [Wed, 07 Apr 2010 09:37:47 -0700] rev 5249
6940701: Don't align loops in stubs for Niagara sparc
Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive.
Reviewed-by: twisti, never
kvn [Tue, 06 Apr 2010 15:18:10 -0700] rev 5248
6940677: Use 64 bytes chunk copy for arraycopy on Sparc
Summary: For large arrays we should use 64 bytes chunks copy.
Reviewed-by: twisti