The test fails on ARMv8 platforms with the following message:
----------System.out:(11/406)----------
Verifying method group: ARCH
Trying to evaluate predicate with name isARM
Predicate evaluated to: false
Trying to evaluate predicate with name isPPC
Predicate evaluated to: false
Trying to evaluate predicate with name isSparc
Predicate evaluated to: false
Trying to evaluate predicate with name isX86
Predicate evaluated to: false
Trying to evaluate predicate with name isX64
Predicate evaluated to: false
----------System.err:(19/1476)----------
java.lang.RuntimeException: Only one predicate from group ARCH should be evaluated to true (Actually 0 predicates were evaluated to true).
	at com.oracle.java.testlibrary.Asserts.error(Asserts.java:450)
	at com.oracle.java.testlibrary.Asserts.assertTrue(Asserts.java:377)
	at com.oracle.java.testlibrary.Asserts.assertEquals(Asserts.java:169)
	at com.oracle.java.testlibrary.Asserts.assertEQ(Asserts.java:142)
	at TestMutuallyExclusivePlatformPredicates.verifyPredicates(TestMutuallyExclusivePlatformPredicates.java:84)
	at java.lang.Iterable.forEach(Iterable.java:75)
	at TestMutuallyExclusivePlatformPredicates.main(TestMutuallyExclusivePlatformPredicates.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:745)