JDK-8212630 : jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12,13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-10-18
  • Updated: 2019-06-14
  • Resolved: 2019-06-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 13 JDK 14
13 b24Fixed 14Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
----------System.err:(7/183)----------
Testing with GC Flag: UseParallelGC
Testing with GC Flag: UseG1GC
Testing with GC Flag: UseConcMarkSweepGC
Testing with GC Flag: UseSerialGC

JavaTest Message: Test complete.

result: Error. Agent error: java.lang.Exception: Agent 8 timed out with a timeout of 480 seconds; check console log for any additional details


Comments
Recent failures in mach5 still have essentially no useful debugging information being captured. The subprocess involved appears to have already died/finished/whatever, so we don't get any stack information to suggest where the test was at or why the timeout occurred.
28-05-2019

The failure still happens. Not clear why it is closed as a dup of 8205526. The test should be changed to othervm or fixed.
22-05-2019

After accounting for recent changes in timeout handling, this appears to be a duplicate of JDK-8205526.
22-10-2018