8282427: jdk/jfr/jvm/TestWaste.java is failing with "exit code 139"

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2025-10-15 00:58:34 +00:00
parent 3d95c83b14
commit c82c892063
2 changed files with 1 additions and 2 deletions

View File

@ -189,7 +189,7 @@ bool BFSClosure::is_complete() const {
if (_edge_queue->bottom() > _next_frontier_idx) {
// fallback onto DFS as part of processing the frontier
assert(_dfs_fallback_idx >= _prev_frontier_idx, "invariant");
assert(_dfs_fallback_idx < _next_frontier_idx, "invariant");
assert(_dfs_fallback_idx <= _next_frontier_idx, "invariant");
log_dfs_fallback();
return true;
}

View File

@ -750,7 +750,6 @@ jdk/incubator/vector/LoadJsvmlTest.java 8305390 windows-
jdk/jfr/event/compiler/TestCodeSweeper.java 8338127 generic-all
jdk/jfr/event/oldobject/TestShenandoah.java 8342951 generic-all
jdk/jfr/event/runtime/TestResidentSetSizeEvent.java 8309846 aix-ppc64
jdk/jfr/jvm/TestWaste.java 8282427 generic-all
############################################################################