JDK-8132961 : Implement enhanced failures handler
  • Type: Task
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-08-04
  • Updated: 2017-12-06
  • Resolved: 2015-12-17
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 b103Fixed
Related Reports
Blocks :  
Duplicate :  
Sub Tasks
JDK-8139140 :  
JDK-8139142 :  
JDK-8139143 :  
JDK-8139144 :  
JDK-8139145 :  
JDK-8139146 :  
Description
Develop a observer which gathers environment information in case of test failures and a timeout handler which gather information about test processes. 
Comments
information to gather timeout handler: - C- and java-stack of test processes if they are alive - core dumps (minidumps on windows) of alive test processes - java heap statistic for alive test java processes observer: - last system/kernel messages - other processes - CPU load - I/O system load - free disk space - open sockets - open file descriptors - established network connections - list of logged in users
04-08-2015