mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7199068: NPG: SharedSkipVerify is meaningless
Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp
This commit is contained in:
parent
769dd50182
commit
6b158b4089
6 changed files with 9 additions and 19 deletions
|
@ -1243,10 +1243,6 @@ void Universe::print_heap_after_gc(outputStream* st, bool ignore_extended) {
|
|||
}
|
||||
|
||||
void Universe::verify(bool silent, VerifyOption option) {
|
||||
if (SharedSkipVerify) {
|
||||
return;
|
||||
}
|
||||
|
||||
// The use of _verify_in_progress is a temporary work around for
|
||||
// 6320749. Don't bother with a creating a class to set and clear
|
||||
// it since it is only used in this method and the control flow is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue