mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-30 12:50:11 +00:00
8282427: jdk/jfr/jvm/TestWaste.java is failing with "exit code 139"
Reviewed-by: mgronlun
This commit is contained in:
parent
3d95c83b14
commit
c82c892063
@ -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;
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
############################################################################
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user