src/share/vm/memory/universe.inline.hpp

changeset 7164
fa6c442c59ee
parent 2314
f95d63e2154a
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
7163:2402de236865 7164:fa6c442c59ee
39 39
40 inline bool Universe::field_type_should_be_aligned(BasicType type) { 40 inline bool Universe::field_type_should_be_aligned(BasicType type) {
41 return type == T_DOUBLE || type == T_LONG; 41 return type == T_DOUBLE || type == T_LONG;
42 } 42 }
43 43
44 inline oop Universe::allocation_context_notification_obj() {
45 return _allocation_context_notification_obj;
46 }
47
48 inline void Universe::set_allocation_context_notification_obj(oop obj) {
49 _allocation_context_notification_obj = obj;
50 }
51
44 #endif // SHARE_VM_MEMORY_UNIVERSE_INLINE_HPP 52 #endif // SHARE_VM_MEMORY_UNIVERSE_INLINE_HPP

mercurial