hg: jdk9/hs/hotspot: 8 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Thu Jan 15 15:54:07 UTC 2015


Changeset: 0034df25722b
Author:    redestad
Date:      2015-01-08 14:13 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/0034df25722b

8068037: Remove dead code in G1CollectedHeap
Reviewed-by: stefank, tschatzl

! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1MarkSweep.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.hpp

Changeset: 4f7805dda8bc
Author:    brutisso
Date:      2015-01-09 08:38 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/4f7805dda8bc

8068653: TestSmalllHeap.java fails when the page size is 64k
Reviewed-by: tschatzl

! test/gc/TestSmallHeap.java

Changeset: ec5c719ed245
Author:    kbarrett
Date:      2015-01-09 11:33 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/ec5c719ed245

8067306: Improve STATIC_ASSERT
Summary: New improved implementation
Reviewed-by: ehelin, stefank

! src/share/vm/utilities/debug.hpp

Changeset: 6d5167142f35
Author:    jwilhelm
Date:      2015-01-12 12:51 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6d5167142f35

Merge


Changeset: 00e69efa02c6
Author:    sjohanss
Date:      2015-01-12 15:24 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/00e69efa02c6

8062063: Usage of UseHugeTLBFS, UseLargePagesInMetaspace and huge SurvivorAlignmentInBytes cause crashes in CMBitMapClosure::do_bit
Summary: Making sure committed memory is cleared when re-committed, even if using large pages.
Reviewed-by: kbarrett, tschatzl

! src/share/vm/gc_implementation/g1/g1PageBasedVirtualSpace.cpp
! src/share/vm/gc_implementation/g1/g1PageBasedVirtualSpace.hpp
! src/share/vm/gc_implementation/g1/g1RegionToSpaceMapper.cpp

Changeset: acec9aeeaaea
Author:    tschatzl
Date:      2015-01-13 11:04 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/acec9aeeaaea

8068739: G1CollectoryPolicy uses uninitialized field '_sigma' in the constructor
Summary: Change initialization order in constructor. Remove suppression for suppression of "'this': used in base member initializer list" warning.
Reviewed-by: mgerdin, tschatzl, simonis
Contributed-by: Johannes Scheerer <johannes.scheerer at sap.com>

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp

Changeset: 57fbee73a452
Author:    sjohanss
Date:      2015-01-15 11:10 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/57fbee73a452

8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
Summary: Added the test to needs_g1gc group in TEST.groups to avoid running when G1 is not available.
Reviewed-by: jwilhelm, dholmes

! test/TEST.groups

Changeset: f11c5713ab7f
Author:    jwilhelm
Date:      2015-01-15 14:36 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f11c5713ab7f

Merge

! src/share/vm/utilities/debug.hpp
! test/TEST.groups
- test/runtime/7194254/Test7194254.java



More information about the jdk9-hs-changes mailing list