hotspot/src/share/vm/memory/universe.cpp
changeset 26843 1220c9e50fff
parent 26688 bb0cdd873e51
child 27683 1d5707553fff
--- a/hotspot/src/share/vm/memory/universe.cpp	Wed Sep 10 13:01:13 2014 -0700
+++ b/hotspot/src/share/vm/memory/universe.cpp	Wed Sep 10 16:06:53 2014 -0700
@@ -127,6 +127,8 @@
 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;
+
 Method* Universe::_throw_illegal_access_error         = NULL;
 Array<int>* Universe::_the_empty_int_array            = NULL;
 Array<u2>* Universe::_the_empty_short_array           = NULL;
@@ -196,6 +198,7 @@
   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);
   debug_only(f->do_oop((oop*)&_fullgc_alot_dummy_array);)
 }