hg: jdk9/hs-rt/hotspot: 27 new changesets
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Fri Aug 29 19:38:00 UTC 2014
Changeset: 820608bf2902
Author: kvn
Date: 2014-08-22 12:03 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/820608bf2902
8055069: TSX and RTM should be deprecated more strongly until hardware is corrected
Summary: Require to specify UnlockExperimentalVMOptions flag together with UseRTMLocking flag on un-patched systems where CPUID allows it but is unsupported otherwise.
Reviewed-by: iveresov, fzhinkin
! src/cpu/x86/vm/vm_version_x86.cpp
! src/cpu/x86/vm/vm_version_x86.hpp
! test/compiler/rtm/cli/TestPrintPreciseRTMLockingStatisticsOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMDeoptOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMLockingOptionOnSupportedConfig.java
! test/compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java
Changeset: b7cadec70148
Author: thartmann
Date: 2014-08-25 07:08 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b7cadec70148
8055751: TestAnonymousClassUnloading.java needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
Summary: Copy additional Whitebox class file to JTwork (required by JDK-8011397).
Reviewed-by: kvn
! test/compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading.java
Changeset: 3ce2966392ef
Author: thartmann
Date: 2014-08-25 07:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3ce2966392ef
8055657: Test compiler/classUnloading/methodUnloading/TestMethodUnloading.java does not work with non-default GC
Summary: Remove the '-XX:+UseParallelGC' parameter from the test because it is conflicting with other GC settings.
Reviewed-by: kvn
! test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java
Changeset: 03792046279f
Author: thartmann
Date: 2014-08-25 07:44 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/03792046279f
Merge
Changeset: 09bd266452ee
Author: zmajo
Date: 2014-08-27 10:02 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/09bd266452ee
8051415: TypeTuple::make_domain() and TypeTuple::make_range() allocate too much memory
Summary: Change memory allocation in TypeTuple::make_domain() and TypeTuple::make_range() to not allocate memory for TypeFunc::Parms.
Reviewed-by: kvn, roland
! src/share/vm/opto/type.cpp
! src/share/vm/opto/type.hpp
Changeset: 3c92cbe3250f
Author: iignatyev
Date: 2014-08-27 17:09 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3c92cbe3250f
8056072: add jprt_optimized targets
Reviewed-by: kvn, roland
! make/Makefile
! make/jprt.gmk
! make/jprt.properties
Changeset: 6a88438902fb
Author: rbackman
Date: 2014-08-28 18:31 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/6a88438902fb
Merge
Changeset: c9f4b775ec14
Author: brutisso
Date: 2014-08-25 08:27 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c9f4b775ec14
8055818: Remove PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC from g1BlockOffsetTable.cpp
Reviewed-by: stefank, mgerdin
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp
Changeset: 73f74a485368
Author: stefank
Date: 2014-08-25 09:10 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/73f74a485368
8055416: Several vm/gc/heap/summary "After GC" events emitted for the same GC ID
Reviewed-by: brutisso, ehelin
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
Changeset: 8ef8e5c997cc
Author: stefank
Date: 2014-08-25 07:35 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/8ef8e5c997cc
Merge
Changeset: 7808b2d5d604
Author: tschatzl
Date: 2014-08-26 09:36 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/7808b2d5d604
8054819: Rename HeapRegionSeq to HeapRegionManager
Reviewed-by: jwilhelm, jmasa
! agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/G1CollectedHeap.java
+ agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionManager.java
- agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
+ src/share/vm/gc_implementation/g1/heapRegionManager.cpp
+ src/share/vm/gc_implementation/g1/heapRegionManager.hpp
+ src/share/vm/gc_implementation/g1/heapRegionManager.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegionSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionSet.hpp
! src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp
! src/share/vm/gc_implementation/g1/sparsePRT.cpp
! src/share/vm/gc_implementation/g1/vmStructs_g1.hpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceMirrorKlass.cpp
! src/share/vm/oops/instanceRefKlass.cpp
! src/share/vm/oops/objArrayKlass.cpp
Changeset: 6227e3d7a5b6
Author: jmasa
Date: 2014-08-28 08:56 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/6227e3d7a5b6
Merge
Changeset: 3e66f85c4b33
Author: jmasa
Date: 2014-08-28 17:45 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/3e66f85c4b33
Merge
- agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/HeapRegionSeq.java
- src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
- src/share/vm/gc_implementation/g1/heapRegionSeq.inline.hpp
Changeset: 0a92f32c3883
Author: tschatzl
Date: 2014-08-26 14:15 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/0a92f32c3883
8055953: [TESTBUG] Fix for 8055098 does not contain unit test
Summary: Add missing unit test.
Reviewed-by: tschatzl
Contributed-by: Leonid Mesnik <leonid.mesnik at oracle.com>
+ test/gc/whitebox/TestWBGC.java
Changeset: fc146c1f9594
Author: tschatzl
Date: 2014-08-26 14:15 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/fc146c1f9594
8055919: Remove dead code in G1 concurrent marking code
Reviewed-by: jmasa, jwilhelm
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
Changeset: 8024c15868c8
Author: tschatzl
Date: 2014-08-27 08:59 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/8024c15868c8
8056043: Heap does not shrink within the heap after JDK-8038423
Summary: Enable shrinking within the heap by removing some code added for JDK-8054818. Enable the test case that checks that again too.
Reviewed-by: jwilhelm, jmasa
! src/share/vm/gc_implementation/g1/heapRegionManager.cpp
! test/gc/g1/TestHumongousShrinkHeap.java
Changeset: 9c6176aa57b9
Author: brutisso
Date: 2014-08-27 10:51 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/9c6176aa57b9
8055816: Remove dead code in g1BlockOffsetTable
Reviewed-by: tschatzl, mgerdin
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.cpp
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.hpp
! src/share/vm/gc_implementation/g1/g1BlockOffsetTable.inline.hpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: 48de4d583857
Author: brutisso
Date: 2014-08-27 09:22 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/48de4d583857
Merge
Changeset: 14c813b8ba20
Author: sjohanss
Date: 2014-08-27 09:47 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/14c813b8ba20
8028787: tmtools/jstat/gcoldcapacity/jstat_gcoldcapacity02 fails nsk.share.Failure: OGC < OGCMN in RT_Baseline
Summary: Passing the min and max size of the generation into the counter instead of using the space to estimate sizes.
Reviewed-by: stefank, tschatzl
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.cpp
! src/share/vm/gc_implementation/parallelScavenge/psGenerationCounters.hpp
! src/share/vm/gc_implementation/parallelScavenge/psOldGen.cpp
! src/share/vm/gc_implementation/parallelScavenge/psYoungGen.cpp
! src/share/vm/gc_implementation/shared/generationCounters.cpp
! src/share/vm/gc_implementation/shared/generationCounters.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/tenuredGeneration.cpp
Changeset: 2c2fbe2d095a
Author: jmasa
Date: 2014-08-28 11:25 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/2c2fbe2d095a
Merge
Changeset: 647c1493f833
Author: tschatzl
Date: 2014-08-28 17:05 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/647c1493f833
8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark.
Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison.
Reviewed-by: brutisso, jmasa
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: fb7e346a0f3f
Author: jmasa
Date: 2014-08-29 08:07 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/fb7e346a0f3f
Merge
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: b515190809d5
Author: dfazunen
Date: 2014-08-28 18:38 +0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b515190809d5
8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
Reviewed-by: jmasa
! test/gc/g1/TestStringDeduplicationTools.java
Changeset: 40c22d6c0cef
Author: tschatzl
Date: 2014-08-28 17:06 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/40c22d6c0cef
Merge
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: aa64b1cbb1b8
Author: tschatzl
Date: 2014-08-28 15:55 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/aa64b1cbb1b8
Merge
Changeset: 1a3bdc233bda
Author: jmasa
Date: 2014-08-29 08:14 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/1a3bdc233bda
Merge
Changeset: 2e3b1aa376cc
Author: sspitsyn
Date: 2014-08-29 11:35 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/2e3b1aa376cc
Merge
More information about the jdk9-hs-rt-changes
mailing list