hg: jdk9/hs-rt/hotspot: 31 new changesets

yumin.qi at oracle.com yumin.qi at oracle.com
Sat Jan 10 23:40:29 UTC 2015


Changeset: a13726250f7f
Author:    tschatzl
Date:      2014-12-23 15:48 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a13726250f7f

8068018: Clean up friends of G1CollectedHeap
Summary: Remove unnecessary friend class declaration in the G1CollectedHeap class.
Reviewed-by: jwilhelm, jmasa

! src/share/vm/gc_implementation/g1/g1Allocator.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Changeset: 760291a06def
Author:    jwilhelm
Date:      2014-12-22 17:33 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/760291a06def

8067947: Regression test for JDK-6522873
Summary: Added a regression test that will fail if we allow extra characters after flag names
Reviewed-by: ctornqvi, tschatzl

+ test/runtime/CommandLine/TestNullTerminatedFlags.java

Changeset: 63c9de418926
Author:    jwilhelm
Date:      2015-01-05 15:00 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/63c9de418926

Merge


Changeset: 8c911031c3e7
Author:    brutisso
Date:      2015-01-07 10:19 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/8c911031c3e7

8067676: Add applicable closed gc jtreg tests to run in JPRT
Reviewed-by: ehelin

! test/TEST.groups

Changeset: 354d56cd6eb2
Author:    tschatzl
Date:      2015-01-07 15:15 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/354d56cd6eb2

8048179: Early reclaim of large objects that are referenced by a few objects
Summary: Push the remembered sets of large objects with few referenced into the dirty card queue at the beginning of the evacuation so that they may end up with zero remembered set entries at the end of the collection, and are potentially reclaimed. Also improve timing measurements of the early reclaim mechanism, and shorten flag names.
Reviewed-by: brutisso, jmasa, dfazunen

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp
! src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
- test/gc/g1/TestEagerReclaimHumongousRegions2.java
+ test/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
+ test/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
+ test/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java
- test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java
! test/gc/g1/TestGCLogMessages.java

Changeset: 4eab25cf19d2
Author:    brutisso
Date:      2015-01-07 15:02 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/4eab25cf19d2

8067868: Add GCOld as a JTreg test
Reviewed-by: kbarrett, dfazunen, ehelin

! test/TEST.groups
+ test/stress/gc/TestGCOld.java

Changeset: e38b7790484a
Author:    brutisso
Date:      2015-01-07 16:24 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/e38b7790484a

Merge


Changeset: 94222120e827
Author:    jwilhelm
Date:      2015-01-08 15:44 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/94222120e827

Merge


Changeset: 20e9f2d07673
Author:    iignatyev
Date:      2014-12-13 00:54 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/20e9f2d07673

8066440: Various changes in testlibrary for JDK-8059613
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko at oracle.com

! test/testlibrary/com/oracle/java/testlibrary/Utils.java

Changeset: c17923cd9925
Author:    iignatyev
Date:      2014-12-13 00:13 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c17923cd9925

8059613: JEP-JDK-8043304: Test task: JMX- tests
Reviewed-by: thartmann, twisti
Contributed-by: dmitrij.pochepko at oracle.com

! test/TEST.groups
+ test/compiler/codecache/jmx/BeanTypeTest.java
+ test/compiler/codecache/jmx/CodeCacheUtils.java
+ test/compiler/codecache/jmx/CodeHeapBeanPresenceTest.java
+ test/compiler/codecache/jmx/GetUsageTest.java
+ test/compiler/codecache/jmx/InitialAndMaxUsageTest.java
+ test/compiler/codecache/jmx/ManagerNamesTest.java
+ test/compiler/codecache/jmx/MemoryPoolsPresenceTest.java
+ test/compiler/codecache/jmx/PeakUsageTest.java
+ test/compiler/codecache/jmx/PoolsIndependenceTest.java
+ test/compiler/codecache/jmx/ThresholdNotificationsTest.java
+ test/compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java
+ test/compiler/codecache/jmx/UsageThresholdExceededTest.java
+ test/compiler/codecache/jmx/UsageThresholdIncreasedTest.java
+ test/compiler/codecache/jmx/UsageThresholdNotExceededTest.java

Changeset: a80766c108b0
Author:    tpivovarova
Date:      2014-12-19 14:12 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a80766c108b0

8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: kvn, fzhinkin, iignatyev

! test/compiler/ciReplay/TestSA.sh
! test/compiler/ciReplay/common.sh

Changeset: 6750ba31b175
Author:    iignatyev
Date:      2014-12-23 16:36 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/6750ba31b175

8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
Reviewed-by: kvn, iignatyev
Contributed-by: pavel.chistyakov at oracle.com

! test/testlibrary/com/oracle/java/testlibrary/InfiniteLoop.java

Changeset: d4d484865822
Author:    tpivovarova
Date:      2014-12-16 17:26 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d4d484865822

8067173: remove Utils::fileAsList
Reviewed-by: kvn, iignatyev

! test/testlibrary/com/oracle/java/testlibrary/Utils.java

Changeset: 16ba94e0bd44
Author:    eistepan
Date:      2014-12-23 12:40 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/16ba94e0bd44

8066864: remove ctw-test from testlibrary/
Reviewed-by: kvn, iignatyev

- test/testlibrary/ctw/test/Bar.java
- test/testlibrary/ctw/test/ClassesDirTest.java
- test/testlibrary/ctw/test/ClassesListTest.java
- test/testlibrary/ctw/test/CtwTest.java
- test/testlibrary/ctw/test/Foo.java
- test/testlibrary/ctw/test/JarDirTest.java
- test/testlibrary/ctw/test/JarsTest.java
- test/testlibrary/ctw/test/classes.lst

Changeset: d536758aa7bb
Author:    fzhinkin
Date:      2014-12-24 19:32 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/d536758aa7bb

8068183: Add isTieredSupported method to c.o.j.t.Platforms
Reviewed-by: kvn, iignatyev

! test/testlibrary/com/oracle/java/testlibrary/Platform.java
! test/testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
+ test/testlibrary_tests/TestPlatformIsTieredSupported.java

Changeset: a7adb22849d6
Author:    fzhinkin
Date:      2014-12-26 14:33 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a7adb22849d6

8059623: JEP-JDK-8043304: Test task: command line options tests
Reviewed-by: twisti, thartmann, goetz, iignatyev

+ test/compiler/codecache/cli/TestSegmentedCodeCacheOption.java
+ test/compiler/codecache/cli/codeheapsize/CodeCacheFreeSpaceRunner.java
+ test/compiler/codecache/cli/codeheapsize/GenericCodeHeapSizeRunner.java
+ test/compiler/codecache/cli/codeheapsize/JVMStartupRunner.java
+ test/compiler/codecache/cli/codeheapsize/TestCodeHeapSizeOptions.java
+ test/compiler/codecache/cli/common/CodeCacheCLITestBase.java
+ test/compiler/codecache/cli/common/CodeCacheCLITestCase.java
+ test/compiler/codecache/cli/common/CodeCacheInfoFormatter.java
+ test/compiler/codecache/cli/common/CodeCacheOptions.java
+ test/compiler/codecache/cli/printcodecache/PrintCodeCacheRunner.java
+ test/compiler/codecache/cli/printcodecache/TestPrintCodeCacheOption.java

Changeset: 022f7f1bfb4e
Author:    pchistyakov
Date:      2014-12-26 14:47 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/022f7f1bfb4e

8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class
Reviewed-by: drchase, fzhinkin, iignatyev

! test/testlibrary/com/oracle/java/testlibrary/ByteCodeLoader.java

Changeset: ed3f650cff02
Author:    dpochepk
Date:      2014-12-25 15:57 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/ed3f650cff02

8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature
Reviewed-by: sspitsyn, twisti, fzhinkin, iignatyev

+ test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTest.java
+ test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTestScript.d
+ test/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTestWorker.java
+ test/compiler/testlibrary/CompilerUtils.java
+ test/testlibrary/com/oracle/java/testlibrary/dtrace/DtraceResultsAnalyzer.java
+ test/testlibrary/com/oracle/java/testlibrary/dtrace/DtraceRunner.java

Changeset: 2025390834c6
Author:    fzhinkin
Date:      2014-12-30 11:07 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/2025390834c6

8068272: Extend WhiteBox API with methods that check monitor state and force safepoint
Reviewed-by: kvn, iignatyev

! src/share/vm/prims/whitebox.cpp

Changeset: 2f8520599d39
Author:    fzhinkin
Date:      2014-12-30 11:09 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/2f8520599d39

8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
Reviewed-by: kvn, iignatyev

! test/compiler/rtm/locking/TestRTMAbortRatio.java
! test/compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java
! test/compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java
! test/compiler/rtm/locking/TestRTMLockingThreshold.java
! test/compiler/rtm/locking/TestRTMTotalCountIncrRate.java
! test/compiler/rtm/locking/TestUseRTMAfterLockInflation.java
! test/compiler/testlibrary/rtm/AbortProvoker.java
! test/compiler/testlibrary/rtm/BusyLock.java
! test/compiler/testlibrary/rtm/MemoryConflictProvoker.java
! test/compiler/testlibrary/rtm/RTMTestBase.java

Changeset: 7dfa629d203a
Author:    roland
Date:      2014-12-22 11:21 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/7dfa629d203a

8055530: assert(_exits.control()->is_top() || !_gvn.type(ret_phi)->empty()) failed: return value must be well defined
Summary: concurrent class loading causes return phi to become top
Reviewed-by: kvn

! src/share/vm/opto/c2compiler.cpp
! src/share/vm/opto/c2compiler.hpp
! src/share/vm/opto/compile.cpp
! src/share/vm/opto/parse1.cpp

Changeset: acfdd92cedaa
Author:    roland
Date:      2014-12-16 13:49 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/acfdd92cedaa

6700100: optimize inline_native_clone() for small objects with exact klass
Summary: optimize small instance clones as loads/stores
Reviewed-by: kvn, iveresov

! src/share/vm/ci/ciInstanceKlass.cpp
! src/share/vm/ci/ciInstanceKlass.hpp
! src/share/vm/oops/fieldStreams.hpp
! src/share/vm/opto/c2_globals.hpp
! src/share/vm/opto/callnode.cpp
! src/share/vm/opto/callnode.hpp
! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/macroArrayCopy.cpp
+ test/compiler/arraycopy/TestArrayCopyMacro.java
- test/compiler/arraycopy/TestArrayOfNoTypeCheck.java
+ test/compiler/arraycopy/TestArraysCopyOfNoTypeCheck.java
+ test/compiler/arraycopy/TestInstanceCloneAsLoadsStores.java

Changeset: c48b9950573b
Author:    dlong
Date:      2015-01-08 17:45 -0500
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c48b9950573b

Merge

! src/share/vm/prims/whitebox.cpp
! test/TEST.groups
- test/compiler/arraycopy/TestArrayOfNoTypeCheck.java
- test/testlibrary/ctw/test/Bar.java
- test/testlibrary/ctw/test/ClassesDirTest.java
- test/testlibrary/ctw/test/ClassesListTest.java
- test/testlibrary/ctw/test/CtwTest.java
- test/testlibrary/ctw/test/Foo.java
- test/testlibrary/ctw/test/JarDirTest.java
- test/testlibrary/ctw/test/JarsTest.java
- test/testlibrary/ctw/test/classes.lst

Changeset: 7f062b70a344
Author:    lana
Date:      2014-12-18 19:57 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/7f062b70a344

Added tag jdk9-b43 for changeset 65a9747147b8

! .hgtags

Changeset: 43a44b56dca6
Author:    lana
Date:      2014-12-23 13:57 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/43a44b56dca6

Merge


Changeset: b3d08045220f
Author:    katleman
Date:      2014-12-30 09:44 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b3d08045220f

Added tag jdk9-b44 for changeset 43a44b56dca6

! .hgtags

Changeset: 5f7a9a0766f2
Author:    lana
Date:      2014-12-25 19:45 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/5f7a9a0766f2

Merge


Changeset: b6b89b8f8531
Author:    lana
Date:      2014-12-30 13:19 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/b6b89b8f8531

Merge


Changeset: 5dc8184af1e2
Author:    lana
Date:      2015-01-01 16:11 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/5dc8184af1e2

Merge

- test/testlibrary/whitebox/Makefile
- test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
- test/testlibrary/whitebox/sun/hotspot/code/BlobType.java
- test/testlibrary/whitebox/sun/hotspot/code/CodeBlob.java
- test/testlibrary/whitebox/sun/hotspot/code/NMethod.java
- test/testlibrary/whitebox/sun/hotspot/cpuinfo/CPUInfo.java
- test/testlibrary/whitebox/sun/hotspot/parser/DiagnosticCommand.java

Changeset: 5094d9cb92bd
Author:    amurillo
Date:      2015-01-08 17:11 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/5094d9cb92bd

Merge

- test/compiler/arraycopy/TestArrayOfNoTypeCheck.java
- test/gc/g1/TestEagerReclaimHumongousRegions2.java
- test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java
- test/testlibrary/ctw/test/Bar.java
- test/testlibrary/ctw/test/ClassesDirTest.java
- test/testlibrary/ctw/test/ClassesListTest.java
- test/testlibrary/ctw/test/CtwTest.java
- test/testlibrary/ctw/test/Foo.java
- test/testlibrary/ctw/test/JarDirTest.java
- test/testlibrary/ctw/test/JarsTest.java
- test/testlibrary/ctw/test/classes.lst

Changeset: c0c96d6b39da
Author:    minqi
Date:      2015-01-10 12:35 -0800
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/c0c96d6b39da

Merge

! test/TEST.groups
- test/compiler/arraycopy/TestArrayOfNoTypeCheck.java
- test/gc/g1/TestEagerReclaimHumongousRegions2.java
- test/gc/g1/TestG1TraceReclaimDeadHumongousObjectsAtYoungGC.java
- test/testlibrary/ctw/test/Bar.java
- test/testlibrary/ctw/test/ClassesDirTest.java
- test/testlibrary/ctw/test/ClassesListTest.java
- test/testlibrary/ctw/test/CtwTest.java
- test/testlibrary/ctw/test/Foo.java
- test/testlibrary/ctw/test/JarDirTest.java
- test/testlibrary/ctw/test/JarsTest.java
- test/testlibrary/ctw/test/classes.lst



More information about the jdk9-all-changes mailing list