8228484: Remove NoAllocVerifier because nothing uses it

Reviewed-by: hseigel, kbarrett
This commit is contained in:
Coleen Phillimore 2019-07-23 13:56:41 -04:00
parent 81db7083a7
commit d9c3c6f9bf
4 changed files with 2 additions and 43 deletions

View file

@ -250,7 +250,6 @@ Thread::Thread() {
// plain initialization
debug_only(_owned_locks = NULL;)
debug_only(_allow_allocation_count = 0;)
NOT_PRODUCT(_allow_safepoint_count = 0;)
NOT_PRODUCT(_skip_gcalot = false;)
_jvmti_env_iteration_count = 0;