JDK-8098852 : java/lang/ProcessHandle/InfoTest.java failed: total cpu time expected < 10s more
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: sparc_64
  • Submitted: 2015-06-16
  • Updated: 2016-06-13
  • Resolved: 2015-07-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b73Fixed
Related Reports
Relates :  
Description
The test failed during Hotspot nightly testing:

test InfoTest.test2(): failure
java.lang.AssertionError: total cpu time expected < 10s more than previous iteration, actual: PT11.144234464S expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:494)
	at org.testng.Assert.assertTrue(Assert.java:42)
	at InfoTest.test2(InfoTest.java:192)

Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-July/034469.html
07-07-2015