mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8010121: Remove definition of ShouldNotReachHere2(msg)
Reviewed-by: kvn, stefank, rbackman, twisti
This commit is contained in:
parent
e6dc6a3b3a
commit
e6e67652d9
4 changed files with 14 additions and 25 deletions
|
@ -178,7 +178,7 @@ void SharedHeap::process_strong_roots(bool activate_scope,
|
|||
SystemDictionary::always_strong_oops_do(roots);
|
||||
ClassLoaderDataGraph::always_strong_oops_do(roots, klass_closure, !is_scavenging);
|
||||
} else {
|
||||
ShouldNotReachHere2("We should always have selected either SO_AllClasses or SO_SystemClasses");
|
||||
fatal("We should always have selected either SO_AllClasses or SO_SystemClasses");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue