src/hotspot/share/memory/universe.cpp
changeset 49067 c153e9daadce
parent 48942 a6c4b85163c1
parent 49054 fa4c8865a4ff
child 49186 b8bfadfacded
--- a/src/hotspot/share/memory/universe.cpp	Wed Feb 28 15:28:46 2018 +0100
+++ b/src/hotspot/share/memory/universe.cpp	Sun Feb 25 04:59:43 2018 +0100
@@ -134,7 +134,6 @@
 oop Universe::_arithmetic_exception_instance          = NULL;
 oop Universe::_virtual_machine_error_instance         = NULL;
 oop Universe::_vm_exception                           = NULL;
-oop Universe::_allocation_context_notification_obj    = NULL;
 oop Universe::_reference_pending_list                 = NULL;
 
 Array<int>* Universe::_the_empty_int_array            = NULL;
@@ -213,7 +212,6 @@
   f->do_oop((oop*)&_main_thread_group);
   f->do_oop((oop*)&_system_thread_group);
   f->do_oop((oop*)&_vm_exception);
-  f->do_oop((oop*)&_allocation_context_notification_obj);
   f->do_oop((oop*)&_reference_pending_list);
   debug_only(f->do_oop((oop*)&_fullgc_alot_dummy_array);)
 }