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 ofJDK-8227695 at the latest.
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
- blocks
-
JDK-8227695 assert(pss->trim_ticks().seconds() == 0.0) failed: Unexpected partial trimming during evacuation
- Closed
- relates to
-
JDK-8232771 Revert JDK-8230794 because of environment changes
- Resolved