thartmann [Tue, 10 Jun 2014 08:53:22 +0200] rev 24944
8033145: Runtime1::arraycopy_count_address uses wrong _oop_arraycopy_cnt variable
Summary: The method Runtime1::arraycopy_count_address(..) returns the address of Runtime::_oop_arraycopy_cnt instead of the the file static variable _oop_arraycopy_cnt.
Reviewed-by: roland, kvn, twisti
iignatyev [Wed, 11 Jun 2014 18:56:01 +0400] rev 24943
8044673: Create jtreg groups to list GC specific tests
Reviewed-by: dholmes, iignatyev
Contributed-by: dmitry.fazunenko@oracle.com
jmasa [Tue, 10 Jun 2014 20:46:28 -0700] rev 24942
Merge
jwilhelm [Fri, 02 May 2014 02:11:34 +0200] rev 24941
8042298: Remove the names gen0 and gen1 from the GC code
Summary: Renamed gen0 and gen1 to young and old throughout the GC code.
Reviewed-by: sjohanss, jcoomes
jwilhelm [Wed, 30 Apr 2014 02:41:00 +0200] rev 24940
8026396: Remove information duplication in the collector policy
Summary: Cleaned up the usage of flags in collector policy.
Reviewed-by: sjohanss, jcoomes
kvn [Mon, 09 Jun 2014 15:42:31 -0700] rev 24939
8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes
Summary: Add missing check for Opaque nodes from loop predicates in clone_loop().
Reviewed-by: iveresov