hotspot/src/share/vm/memory/universe.inline.hpp
changeset 26843 1220c9e50fff
parent 7397 5b173b4ca846
child 32375 b84c2d16ba53
--- a/hotspot/src/share/vm/memory/universe.inline.hpp	Wed Sep 10 13:01:13 2014 -0700
+++ b/hotspot/src/share/vm/memory/universe.inline.hpp	Wed Sep 10 16:06:53 2014 -0700
@@ -41,4 +41,12 @@
   return type == T_DOUBLE || type == T_LONG;
 }
 
+inline oop Universe::allocation_context_notification_obj() {
+  return _allocation_context_notification_obj;
+}
+
+inline void Universe::set_allocation_context_notification_obj(oop obj) {
+  _allocation_context_notification_obj = obj;
+}
+
 #endif // SHARE_VM_MEMORY_UNIVERSE_INLINE_HPP