[15] RFR(T) 8242370: Enable JFR TestGCPhaseConcurrent test for Shenandoah
Stefan Karlsson
stefan.karlsson at oracle.com
Wed Apr 8 13:25:44 UTC 2020
Hi Zhengyu,
Unfortunately, this patch breaks the dispatching of the tests if the
user specifies the the GC to test.
For example:
makec ../build/fastdebug test
TEST=test/jdk/jdk/jfr/event/gc/detailed/TestGCPhaseConcurrent.java
JTREG="JAVA_OPTIONS=-XX:+UseZGC"
Will try to run the Shenandoah run line with both -XX:+UseZGC and
-XX:+UseShenandoahGC.
You need to split this up into separate run like this:
https://cr.openjdk.java.net/~stefank/8242370/webrev.01/
Thanks,
StefanK
On 2020-04-08 14:46, Zhengyu Gu wrote:
> JDK-8241984 fixed top level concurrent event in Shenandoah, let's enable
> this test to ensure no regression in the future.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8242370
> Webrev: http://cr.openjdk.java.net/~zgu/JDK-8242370/webrev.00/
>
> Test:
> TestGCPhaseConcurrent.java test on Linux x86_64
>
>
> Thanks,
>
> -Zhengyu
>
More information about the shenandoah-dev
mailing list