hg: shenandoah/jdk: 5 new changesets

shade at redhat.com shade at redhat.com
Thu Nov 29 19:38:19 UTC 2018


Changeset: eb626136aef9
Author:    shade
Date:      2018-11-29 19:56 +0100
URL:       http://hg.openjdk.java.net/shenandoah/jdk/rev/eb626136aef9

Reformat Shenandoah tests

! test/hotspot/jtreg/gc/shenandoah/EvilSyncBug.java
! test/hotspot/jtreg/gc/shenandoah/HumongousThreshold.java
! test/hotspot/jtreg/gc/shenandoah/LargeObjectAlignment.java
! test/hotspot/jtreg/gc/shenandoah/LotsOfCycles.java
! test/hotspot/jtreg/gc/shenandoah/PinnedGarbage.java
! test/hotspot/jtreg/gc/shenandoah/ShenandoahJNICritical.java
! test/hotspot/jtreg/gc/shenandoah/ShenandoahStrDedupStress.java
! test/hotspot/jtreg/gc/shenandoah/TestArrayCopyCheckCast.java
! test/hotspot/jtreg/gc/shenandoah/TestArrayCopyStress.java
! test/hotspot/jtreg/gc/shenandoah/TestElasticTLAB.java
! test/hotspot/jtreg/gc/shenandoah/TestGCThreadGroups.java
! test/hotspot/jtreg/gc/shenandoah/TestHeapAlloc.java
! test/hotspot/jtreg/gc/shenandoah/TestMemoryMXBeans.java
! test/hotspot/jtreg/gc/shenandoah/TestPeriodicGC.java
! test/hotspot/jtreg/gc/shenandoah/TestRegionSampling.java
! test/hotspot/jtreg/gc/shenandoah/TestSelectiveBarrierFlags.java
! test/hotspot/jtreg/gc/shenandoah/TestShenandoahStrDedup.java
! test/hotspot/jtreg/gc/shenandoah/TestShenandoahWithLogLevel.java
! test/hotspot/jtreg/gc/shenandoah/TestSmallHeap.java
! test/hotspot/jtreg/gc/shenandoah/TestVerifyLevels.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/AllocHumongousFragment.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/AllocIntArrays.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/AllocObjectArrays.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/AllocObjects.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/HeapUncommit.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/ParallelRefprocSanity.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/RefprocSanity.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/RetainObjects.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/SieveObjects.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/StringInternCleanup.java
! test/hotspot/jtreg/gc/shenandoah/acceptance/VerifyJCStressTest.java
! test/hotspot/jtreg/gc/shenandoah/compiler/C1ArrayCopyNPE.java
! test/hotspot/jtreg/gc/shenandoah/compiler/C1VectorizedMismatch.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestMaybeNullUnsafeAccess.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestNullCheck.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestWriteBarrierClearControl.java
! test/hotspot/jtreg/gc/shenandoah/jni/TestJNIGlobalRefs.java
! test/hotspot/jtreg/gc/shenandoah/jvmti/TestHeapDump.java
! test/hotspot/jtreg/gc/shenandoah/mxbeans/ChurnNotifications.java
! test/hotspot/jtreg/gc/shenandoah/mxbeans/PauseNotifications.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargeObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargerThanHeap.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocSmallObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestClassLoaderLeak.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestThreadFailure.java
! test/hotspot/jtreg/gc/shenandoah/options/AlwaysPreTouch.java
! test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestEnabled.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGC.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGCNoConcurrent.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHeuristicsUnlock.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHumongousThresholdArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestLoopMiningArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestObjectAlignment.java
! test/hotspot/jtreg/gc/shenandoah/options/TestPacing.java
! test/hotspot/jtreg/gc/shenandoah/options/TestParallelRegionStride.java
! test/hotspot/jtreg/gc/shenandoah/options/TestRegionSizeArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestShenandoahArgumentRanges.java

Changeset: a40827278a51
Author:    shade
Date:      2018-11-29 19:56 +0100
URL:       http://hg.openjdk.java.net/shenandoah/jdk/rev/a40827278a51

Remove obsolete and ignored TestHeapAlloc

- test/hotspot/jtreg/gc/shenandoah/TestHeapAlloc.java

Changeset: 55e1d662c0f4
Author:    shade
Date:      2018-11-29 19:56 +0100
URL:       http://hg.openjdk.java.net/shenandoah/jdk/rev/55e1d662c0f4

Move Shenandoah tests to proper locations

+ test/hotspot/jtreg/gc/shenandoah/AllocHumongousFragment.java
+ test/hotspot/jtreg/gc/shenandoah/AllocIntArrays.java
+ test/hotspot/jtreg/gc/shenandoah/AllocObjectArrays.java
+ test/hotspot/jtreg/gc/shenandoah/AllocObjects.java
+ test/hotspot/jtreg/gc/shenandoah/HeapUncommit.java
+ test/hotspot/jtreg/gc/shenandoah/ParallelRefprocSanity.java
- test/hotspot/jtreg/gc/shenandoah/PinnedGarbage.java
+ test/hotspot/jtreg/gc/shenandoah/RefprocSanity.java
+ test/hotspot/jtreg/gc/shenandoah/RetainObjects.java
- test/hotspot/jtreg/gc/shenandoah/ShenandoahJNICritical.java
+ test/hotspot/jtreg/gc/shenandoah/SieveObjects.java
+ test/hotspot/jtreg/gc/shenandoah/StringInternCleanup.java
- test/hotspot/jtreg/gc/shenandoah/TestMemoryMXBeans.java
- test/hotspot/jtreg/gc/shenandoah/TestMemoryPools.java
- test/hotspot/jtreg/gc/shenandoah/TestSelectiveBarrierFlags.java
+ test/hotspot/jtreg/gc/shenandoah/VerifyJCStressTest.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/AllocHumongousFragment.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/AllocIntArrays.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/AllocObjectArrays.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/AllocObjects.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/HeapUncommit.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/ParallelRefprocSanity.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/RefprocSanity.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/RetainObjects.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/SieveObjects.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/StringInternCleanup.java
- test/hotspot/jtreg/gc/shenandoah/acceptance/VerifyJCStressTest.java
+ test/hotspot/jtreg/gc/shenandoah/jni/PinnedGarbage.java
+ test/hotspot/jtreg/gc/shenandoah/jni/ShenandoahJNICritical.java
+ test/hotspot/jtreg/gc/shenandoah/jni/libPinnedGarbage.c
+ test/hotspot/jtreg/gc/shenandoah/jni/libShenandoahJNICritical.c
- test/hotspot/jtreg/gc/shenandoah/libPinnedGarbage.c
- test/hotspot/jtreg/gc/shenandoah/libShenandoahJNICritical.c
+ test/hotspot/jtreg/gc/shenandoah/mxbeans/TestMemoryMXBeans.java
+ test/hotspot/jtreg/gc/shenandoah/mxbeans/TestMemoryPools.java
+ test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java

Changeset: 4fda1e5bcae1
Author:    shade
Date:      2018-11-29 19:56 +0100
URL:       http://hg.openjdk.java.net/shenandoah/jdk/rev/4fda1e5bcae1

Drop "Shenandoah" from test names

! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/gc/shenandoah/ShenandoahStrDedupStress.java
+ test/hotspot/jtreg/gc/shenandoah/StringDedupStress.java
- test/hotspot/jtreg/gc/shenandoah/TestShenandoahStrDedup.java
- test/hotspot/jtreg/gc/shenandoah/TestShenandoahWithLogLevel.java
+ test/hotspot/jtreg/gc/shenandoah/TestStringDedup.java
+ test/hotspot/jtreg/gc/shenandoah/TestWithLogLevel.java
! test/hotspot/jtreg/gc/shenandoah/jni/TestJNICritical.java < test/hotspot/jtreg/gc/shenandoah/jni/ShenandoahJNICritical.java
! test/hotspot/jtreg/gc/shenandoah/jni/libTestJNICritical.c < test/hotspot/jtreg/gc/shenandoah/jni/libShenandoahJNICritical.c
+ test/hotspot/jtreg/gc/shenandoah/options/TestArgumentRanges.java
- test/hotspot/jtreg/gc/shenandoah/options/TestShenandoahArgumentRanges.java
+ test/hotspot/jtreg/gc/shenandoah/options/TestSingleThreaded.java
- test/hotspot/jtreg/gc/shenandoah/options/TestSingleThreadedShenandoah.java

Changeset: fc031a7f74f2
Author:    shade
Date:      2018-11-29 19:56 +0100
URL:       http://hg.openjdk.java.net/shenandoah/jdk/rev/fc031a7f74f2

Prefix Shenandoah tests with "Test"

! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/gc/shenandoah/AllocHumongousFragment.java
- test/hotspot/jtreg/gc/shenandoah/AllocIntArrays.java
- test/hotspot/jtreg/gc/shenandoah/AllocObjectArrays.java
- test/hotspot/jtreg/gc/shenandoah/AllocObjects.java
- test/hotspot/jtreg/gc/shenandoah/EvilSyncBug.java
- test/hotspot/jtreg/gc/shenandoah/HeapUncommit.java
- test/hotspot/jtreg/gc/shenandoah/HumongousThreshold.java
- test/hotspot/jtreg/gc/shenandoah/LargeObjectAlignment.java
- test/hotspot/jtreg/gc/shenandoah/LotsOfCycles.java
- test/hotspot/jtreg/gc/shenandoah/ParallelRefprocSanity.java
- test/hotspot/jtreg/gc/shenandoah/RefprocSanity.java
- test/hotspot/jtreg/gc/shenandoah/RetainObjects.java
- test/hotspot/jtreg/gc/shenandoah/SieveObjects.java
- test/hotspot/jtreg/gc/shenandoah/StringInternCleanup.java
+ test/hotspot/jtreg/gc/shenandoah/TestAllocHumongousFragment.java
+ test/hotspot/jtreg/gc/shenandoah/TestAllocIntArrays.java
+ test/hotspot/jtreg/gc/shenandoah/TestAllocObjectArrays.java
+ test/hotspot/jtreg/gc/shenandoah/TestAllocObjects.java
+ test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java
+ test/hotspot/jtreg/gc/shenandoah/TestHeapUncommit.java
+ test/hotspot/jtreg/gc/shenandoah/TestHumongousThreshold.java
+ test/hotspot/jtreg/gc/shenandoah/TestLargeObjectAlignment.java
+ test/hotspot/jtreg/gc/shenandoah/TestLotsOfCycles.java
+ test/hotspot/jtreg/gc/shenandoah/TestParallelRefprocSanity.java
+ test/hotspot/jtreg/gc/shenandoah/TestRefprocSanity.java
+ test/hotspot/jtreg/gc/shenandoah/TestRetainObjects.java
+ test/hotspot/jtreg/gc/shenandoah/TestSieveObjects.java
! test/hotspot/jtreg/gc/shenandoah/TestStringDedupStress.java < test/hotspot/jtreg/gc/shenandoah/StringDedupStress.java
+ test/hotspot/jtreg/gc/shenandoah/TestStringInternCleanup.java
+ test/hotspot/jtreg/gc/shenandoah/TestVerifyJCStress.java
+ test/hotspot/jtreg/gc/shenandoah/TestWrongArrayMember.java
- test/hotspot/jtreg/gc/shenandoah/VerifyJCStressTest.java
- test/hotspot/jtreg/gc/shenandoah/WrongArrayMember.java
- test/hotspot/jtreg/gc/shenandoah/compiler/C1ArrayCopyNPE.java
- test/hotspot/jtreg/gc/shenandoah/compiler/C1VectorizedMismatch.java
+ test/hotspot/jtreg/gc/shenandoah/compiler/TestC1ArrayCopyNPE.java
+ test/hotspot/jtreg/gc/shenandoah/compiler/TestC1VectorizedMismatch.java
- test/hotspot/jtreg/gc/shenandoah/jni/PinnedGarbage.java
+ test/hotspot/jtreg/gc/shenandoah/jni/TestPinnedGarbage.java
- test/hotspot/jtreg/gc/shenandoah/jni/libPinnedGarbage.c
+ test/hotspot/jtreg/gc/shenandoah/jni/libTestPinnedGarbage.c
- test/hotspot/jtreg/gc/shenandoah/mxbeans/ChurnNotifications.java
- test/hotspot/jtreg/gc/shenandoah/mxbeans/PauseNotifications.java
+ test/hotspot/jtreg/gc/shenandoah/mxbeans/TestChurnNotifications.java
+ test/hotspot/jtreg/gc/shenandoah/mxbeans/TestPauseNotifications.java
- test/hotspot/jtreg/gc/shenandoah/options/AlwaysPreTouch.java
+ test/hotspot/jtreg/gc/shenandoah/options/TestAlwaysPreTouch.java



More information about the shenandoah-dev mailing list