7199068: NPG: SharedSkipVerify is meaningless

Remove the SharedSkipVerify flag

Reviewed-by: kamg, sspitsyn, coleenp
This commit is contained in:
Harold Seigel 2012-10-10 17:04:33 -04:00 committed by Coleen Phillimore
parent 769dd50182
commit 6b158b4089
6 changed files with 9 additions and 19 deletions

View file

@ -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