hg: jdk9/hs/hotspot: 15 new changesets
dean.long at oracle.com
dean.long at oracle.com
Fri Jan 9 00:57:09 UTC 2015
Changeset: 20e9f2d07673
Author: iignatyev
Date: 2014-12-13 00:54 +0300
URL: http://hg.openjdk.java.net/jdk9/hs/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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
More information about the jdk9-all-changes
mailing list