JDK-8129437 : [AARCH64] testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java fails on arm64
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 8u60
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-06-22
  • Updated: 2015-06-23
  • Resolved: 2015-06-23
Related Reports
Duplicate :  
Relates :  
Description
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)

Comments
JDK-8080600 needs to be backported to 8u60. This needs to be done quickly before RDP2 - and also needs to be raised to P3.
23-06-2015