Changeset: 0125094eb636 Author: amurillo Date: 2013-06-21 18:55 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/0125094eb636
8017252: new hotspot build - hs24-b51 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 707635752c58 Author: ehelin Date: 2013-06-22 10:42 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/707635752c58 8016734: Remove extra code due to duplicated push Reviewed-by: brutisso, tschatzl ! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp Changeset: 913ce96aaa86 Author: ehelin Date: 2013-06-22 14:16 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/913ce96aaa86 Merge Changeset: c0643ff8feb5 Author: adlertz Date: 2013-06-14 01:19 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c0643ff8feb5 8016157: During CTW: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block Summary: Disable rematerialization for negD node Reviewed-by: kvn, roland ! src/share/vm/adlc/formssel.cpp ! src/share/vm/adlc/formssel.hpp Changeset: 76e9dce17c31 Author: johnc Date: 2013-06-24 10:40 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/76e9dce17c31 8015237: Parallelize string table scanning during strong root processing Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets. Changes were also reviewed by Per Liden <[email protected]>. Reviewed-by: tschatzl, stefank, twisti ! src/share/vm/classfile/symbolTable.cpp ! src/share/vm/classfile/symbolTable.hpp ! src/share/vm/memory/sharedHeap.cpp Changeset: 7c945fe9f388 Author: johnc Date: 2013-06-24 10:45 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/7c945fe9f388 Merge Changeset: b986e7953c87 Author: johnc Date: 2013-06-24 14:27 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/b986e7953c87 Merge Changeset: 7dd0c5a45d07 Author: tschatzl Date: 2013-06-25 09:55 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/7dd0c5a45d07 8016740: assert in GC_locker from PSOldGen::expand with -XX:+PrintGCDetails and Verbose Summary: Use GC_locker::is_active_and_needs_gc() instead of GC_locker::is_active() for providing information about the reason of heap expansion. Reviewed-by: johnc, tamao ! src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp Changeset: 3500f22d989d Author: morris Date: 2013-06-25 11:32 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/3500f22d989d 8013546: compiler/8011901/Test8011901.java fails with CompilationError: Compilation failed Summary: Remove JDK8 specific test Reviewed-by: kvn - test/compiler/8011901/Test8011901.java Changeset: 1122b46889b9 Author: adlertz Date: 2013-06-26 00:40 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/1122b46889b9 8017510: Add a regression test for 8005956 Summary: Regression test for 8005956 Reviewed-by: kvn, twisti + test/compiler/8005956/PolynomialRoot.java Changeset: 8805ca77133d Author: egahlin Date: 2013-06-26 17:02 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/8805ca77133d 8016331: Minor issues in event tracing metadata Reviewed-by: stefank, brutisso, mgronlun ! src/share/vm/trace/trace.xml Changeset: 43f92d82c553 Author: mgronlun Date: 2013-06-26 17:48 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/43f92d82c553 Merge Changeset: c1130faa6248 Author: adlertz Date: 2013-06-24 07:28 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c1130faa6248 8001345: VM crashes with assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc Summary: Remove unnecessary LoadN / DecodeN nodes at MemBarAcquire nodes. Reviewed-by: kvn, roland ! src/share/vm/opto/memnode.cpp Changeset: f460d2390c02 Author: kvn Date: 2013-06-26 12:52 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/f460d2390c02 Merge Changeset: dcb233d6bfad Author: brutisso Date: 2013-06-26 13:09 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/dcb233d6bfad 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment Summary: Make sure max alignemnt is at least as large as min alignment Reviewed-by: johnc, jmasa, tschatzl ! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp ! src/share/vm/memory/collectorPolicy.cpp + test/gc/g1/TestRegionAlignment.java Changeset: 785a9733f507 Author: brutisso Date: 2013-06-26 04:20 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/785a9733f507 Merge - test/compiler/8011901/Test8011901.java Changeset: a6a52b788186 Author: brutisso Date: 2013-06-26 16:05 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/a6a52b788186 Merge Changeset: 91f2a56579c2 Author: zgu Date: 2013-06-25 17:22 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/91f2a56579c2 8017478: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Fixed possible NULL pointer that caused SIGSEGV Reviewed-by: coleenp, acorn, ctornqvi ! src/share/vm/services/memReporter.cpp Changeset: b1e9bbeb81f3 Author: zgu Date: 2013-06-26 20:21 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/b1e9bbeb81f3 Merge Changeset: ad5bb04f36f5 Author: kvn Date: 2013-05-31 13:54 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/ad5bb04f36f5 8015441: runThese crashed with assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P ..) failed: sanity Summary: Relax the assert to accept any raw ptr types. Reviewed-by: roland ! src/share/vm/opto/escape.cpp Changeset: 2417fa1acf2b Author: amurillo Date: 2013-06-28 00:44 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/2417fa1acf2b Merge - test/compiler/8011901/Test8011901.java Changeset: 9658c969b7cf Author: amurillo Date: 2013-06-28 00:44 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/9658c969b7cf Added tag hs24-b51 for changeset 2417fa1acf2b ! .hgtags Changeset: 67131c21181a Author: katleman Date: 2013-07-03 16:36 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/67131c21181a Added tag jdk7u40-b32 for changeset 9658c969b7cf ! .hgtags Changeset: 4ebc4781f877 Author: amurillo Date: 2013-06-28 00:52 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-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/jdk7u-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/jdk7u-dev/hotspot/rev/1dad4752d5f7 Merge Changeset: 12019d9953a8 Author: brutisso Date: 2013-06-29 01:23 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/12019d9953a8 Merge Changeset: 9a72ee84e61b Author: tamao Date: 2013-07-02 15:08 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-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/jdk7u-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/jdk7u-dev/hotspot/rev/15706a73a506 Merge Changeset: 0b9149d22ee0 Author: amurillo Date: 2013-07-04 03:19 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/0b9149d22ee0 Added tag hs24-b52 for changeset 15706a73a506 ! .hgtags
