8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
authorstuefe
Thu, 04 Jul 2019 11:55:00 +0200
changeset 55695 7eb1f8d4a4e9
parent 55694 7b7df2be6219
child 55696 7e04ccc598e0
8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest Reviewed-by: goetz
test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java
--- a/test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java	Fri Jul 12 08:40:37 2019 -0700
+++ b/test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java	Thu Jul 04 11:55:00 2019 +0200
@@ -28,9 +28,12 @@
  * @summary Test uses custom launcher that starts VM using JNI that verifies
  *          reflection API with null caller class
  * @library /test/lib
+ * @requires os.family != "aix"
  * @run main/native CallerAccessTest
  */
 
+// Test disabled on AIX since we cannot invoke the JVM on the primordial thread.
+
 import java.io.File;
 import java.util.Map;
 import jdk.test.lib.Platform;