RFR(xs): JDK-8222952 - Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Wed Apr 24 23:52:26 UTC 2019


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