8227252: [aix] Disable jdk/java/lang/reflect/exeCallerAccessTest
Reviewed-by: goetz
This commit is contained in:
parent
a6b4e5c3d1
commit
937f230ce3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user