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

dmitry.dmitriev at oracle.com dmitry.dmitriev at oracle.com
Thu Jan 14 17:39:03 UTC 2016


Changeset: a9b6cebbb713
Author:    akulyakh
Date:      2016-01-14 15:35 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/a9b6cebbb713

8130063: Refactoring tmtools jstat and jstack tests to jtreg
Summary: Some of the jstat and jstack tests refactored to be run with the jtreg
Reviewed-by: jbachorik

! test/TEST.groups
+ test/serviceability/tmtools/jstack/DaemonThreadTest.java
+ test/serviceability/tmtools/jstack/JstackTool.java
+ test/serviceability/tmtools/jstack/SpreadLockTest.java
+ test/serviceability/tmtools/jstack/ThreadNamesTest.java
+ test/serviceability/tmtools/jstack/TraveledLockTest.java
+ test/serviceability/tmtools/jstack/WaitNotifyThreadTest.java
+ test/serviceability/tmtools/jstack/utils/Consts.java
+ test/serviceability/tmtools/jstack/utils/DefaultFormat.java
+ test/serviceability/tmtools/jstack/utils/Format.java
+ test/serviceability/tmtools/jstack/utils/JStack.java
+ test/serviceability/tmtools/jstack/utils/LockInfo.java
+ test/serviceability/tmtools/jstack/utils/MethodInfo.java
+ test/serviceability/tmtools/jstack/utils/MonitorInfo.java
+ test/serviceability/tmtools/jstack/utils/ThreadStack.java
+ test/serviceability/tmtools/jstack/utils/Utils.java
+ test/serviceability/tmtools/jstat/GcCapacityTest.java
+ test/serviceability/tmtools/jstat/GcCauseTest01.java
+ test/serviceability/tmtools/jstat/GcCauseTest02.java
+ test/serviceability/tmtools/jstat/GcCauseTest03.java
+ test/serviceability/tmtools/jstat/GcNewTest.java
+ test/serviceability/tmtools/jstat/GcTest01.java
+ test/serviceability/tmtools/jstat/GcTest02.java
+ test/serviceability/tmtools/jstat/utils/ClassLoadUtils.java
+ test/serviceability/tmtools/jstat/utils/GcProvoker.java
+ test/serviceability/tmtools/jstat/utils/GcProvokerImpl.java
+ test/serviceability/tmtools/jstat/utils/GeneratedClassProducer.java
+ test/serviceability/tmtools/jstat/utils/GeneratingClassLoader.java
+ test/serviceability/tmtools/jstat/utils/JstatGcCapacityResults.java
+ test/serviceability/tmtools/jstat/utils/JstatGcCapacityTool.java
+ test/serviceability/tmtools/jstat/utils/JstatGcCauseResults.java
+ test/serviceability/tmtools/jstat/utils/JstatGcCauseTool.java
+ test/serviceability/tmtools/jstat/utils/JstatGcNewResults.java
+ test/serviceability/tmtools/jstat/utils/JstatGcNewTool.java
+ test/serviceability/tmtools/jstat/utils/JstatGcResults.java
+ test/serviceability/tmtools/jstat/utils/JstatGcTool.java
+ test/serviceability/tmtools/jstat/utils/JstatResults.java
+ test/serviceability/tmtools/jstat/utils/Pools.java
+ test/serviceability/tmtools/jstat/utils/StringOfValues.java
+ test/serviceability/tmtools/jstat/utils/TemplateClass.java
+ test/serviceability/tmtools/share/common/TmTool.java
+ test/serviceability/tmtools/share/common/ToolResults.java
+ test/serviceability/tmtools/share/common/ToolRunner.java

Changeset: 89bf16f7155a
Author:    ddmitriev
Date:      2016-01-14 16:20 +0000
URL:       http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/89bf16f7155a

Merge




More information about the jdk9-hs-rt-changes mailing list