changeset 57209:51ad5ced897a

8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest Reviewed-by: goetz
author stuefe
date Thu, 04 Jul 2019 11:55:00 +0200
parents ef032c55234c
children 014c8cd323af
files test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java	Wed Jul 03 13:34:10 2019 +0200
+++ 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;