RFR(xs): JDK-8222952 - Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
Joseph D. Darcy
joe.darcy at oracle.com
Thu Apr 25 00:11:28 UTC 2019
Looks fine Jesper; cheers,
-Joe
On 4/24/2019 4:52 PM, jesper.wilhelmsson at oracle.com wrote:
> Hi,
>
> Please review this small patch to fix a typo in TEST.groups introduced by JDK-8213501. This is causing failures in every tier 5 run.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8222952
> Patch:
>
> diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups
> --- a/test/hotspot/jtreg/TEST.groups
> +++ b/test/hotspot/jtreg/TEST.groups
> @@ -439,7 +439,7 @@
> # JVMTI tests
> vmTestbase_nsk_jvmti = \
> vmTestbase/nsk/jvmti \
> - vmTestbase/nsk/share/ExceptionCheckingJniEnv
> + vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv
>
> # JDWP tests
> vmTestbase_nsk_jdwp = \
>
>
> Thanks,
> /Jesper
>
More information about the hotspot-dev
mailing list