JDK-8230794 : Improve assert to get more information about the JDK-8227695 failure
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-09-10
  • Updated: 2019-10-22
  • Resolved: 2019-09-11
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 14
14 b14Fixed
Related Reports
Blocks :  
Relates :  
Description
Reproducing JDK-8227695 has been elusive: while there is an assertion failure in our CI, we never ever managed to reproduce either locally or tens of thousands manual runs in the CI.

There is apparently a very particular set of circumstances where that assertion failure occurs, yet the assertion failure itself does not give enough information for further debugging.

Enhance the assertion to hopefully get more information about the failure. This change should be reverted as part of JDK-8227695 at the latest.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/8b08eaf9a0eb User: tschatzl Date: 2019-09-11 08:19:50 +0000
11-09-2019