Changeset: 4ebc4781f877 Author: amurillo Date: 2013-06-28 00:52 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/4ebc4781f877
8019298: new hotspot build - hs24-b52 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 973c3ede4866 Author: brutisso Date: 2013-06-27 09:59 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/973c3ede4866 8017483: G1 tests fail with native OOME on Solaris x86 after HeapBaseMinAddress has been increased Summary: Set HeapBaseMinAddress as default rather than ergo Reviewed-by: stefank, jmasa, kvn ! src/share/vm/runtime/arguments.cpp Changeset: 1dad4752d5f7 Author: brutisso Date: 2013-06-28 14:25 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/1dad4752d5f7 Merge Changeset: 12019d9953a8 Author: brutisso Date: 2013-06-29 01:23 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/12019d9953a8 Merge Changeset: 9a72ee84e61b Author: tamao Date: 2013-07-02 15:08 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/9a72ee84e61b 7122222: GC log is limited to 2G for 32-bit Summary: Manual backport to hsx24 from hsx25: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation Reviewed-by: dcubed, jcoomes ! make/linux/makefiles/vm.make ! make/solaris/makefiles/vm.make ! src/os/solaris/vm/os_solaris.inline.hpp Changeset: b68a2c45f554 Author: johnc Date: 2013-07-01 09:30 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/b68a2c45f554 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression. Reviewed-by: jmasa, tamao, brutisso ! src/share/vm/gc_implementation/g1/g1CardCounts.cpp Changeset: 15706a73a506 Author: amurillo Date: 2013-07-04 03:19 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/15706a73a506 Merge Changeset: 0b9149d22ee0 Author: amurillo Date: 2013-07-04 03:19 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/hotspot/rev/0b9149d22ee0 Added tag hs24-b52 for changeset 15706a73a506 ! .hgtags
