hotspot/src/share/vm/memory/universe.hpp
changeset 26843 1220c9e50fff
parent 26688 bb0cdd873e51
child 28039 bf5a8340bf8a
--- a/hotspot/src/share/vm/memory/universe.hpp	Wed Sep 10 13:01:13 2014 -0700
+++ b/hotspot/src/share/vm/memory/universe.hpp	Wed Sep 10 16:06:53 2014 -0700
@@ -178,6 +178,8 @@
   // the vm thread.
   static oop          _vm_exception;
 
+  static oop          _allocation_context_notification_obj;
+
   // The particular choice of collected heap.
   static CollectedHeap* _collectedHeap;
 
@@ -307,6 +309,10 @@
   static oop          arithmetic_exception_instance() { return _arithmetic_exception_instance; }
   static oop          virtual_machine_error_instance() { return _virtual_machine_error_instance; }
   static oop          vm_exception()                  { return _vm_exception; }
+
+  static inline oop   allocation_context_notification_obj();
+  static inline void  set_allocation_context_notification_obj(oop obj);
+
   static Method*      throw_illegal_access_error()    { return _throw_illegal_access_error; }
 
   static Array<int>*       the_empty_int_array()    { return _the_empty_int_array; }