JDK-8145982 : JMXInterfaceBindingTest is failing intermittently
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-12-22
  • Updated: 2019-02-22
  • Resolved: 2016-01-04
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 7 JDK 8 JDK 9 Other
7u171Fixed 8u102Fixed 9 b103Fixed openjdk7uFixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The test sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java is failing intermittently with the following message

test result: Failed. Unexpected exit from test [exit code: 0]

The underlying reason is that the test is only valid on setups with 2 or more IPs configured for the localhost. If that's not the case the test exits via System.exit(0) - and this being disallowed by JTreg harness will cause the test to fail.