hg: jdk/submit: 8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress

mikhailo.seledtsov at oracle.com mikhailo.seledtsov at oracle.com
Thu Aug 29 15:36:10 UTC 2019


Changeset: e29b6ddfd9f4
Author:    mseledtsov
Date:      2019-08-29 08:35 -0700
URL:       https://hg.openjdk.java.net/jdk/submit/rev/e29b6ddfd9f4

8229210: [TESTBUG] Move gc stress tests from JFR directory tree to gc/stress
Summary: moved the tests
Reviewed-by: egahlin

+ test/hotspot/jtreg/gc/stress/jfr/TestStressAllocationGCEventsWithCMS.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressAllocationGCEventsWithDefNew.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressAllocationGCEventsWithG1.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressAllocationGCEventsWithParNew.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressAllocationGCEventsWithParallel.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithCMS.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithDefNew.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithG1.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithParNew.java
+ test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithParallel.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithCMS.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithDefNew.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithG1.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParNew.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressAllocationGCEventsWithParallel.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithCMS.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithDefNew.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithG1.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParNew.java
- test/jdk/jdk/jfr/event/gc/detailed/TestStressBigAllocationGCEventsWithParallel.java



More information about the jdk-submit-changes mailing list