mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8228484: Remove NoAllocVerifier because nothing uses it
Reviewed-by: hseigel, kbarrett
This commit is contained in:
parent
81db7083a7
commit
d9c3c6f9bf
4 changed files with 2 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue