< prev index next >

src/hotspot/share/oops/access.cpp

Print this page

        

*** 30,36 **** // access.hpp file, to break dependencies to the access.inline.hpp file. #define INSTANTIATE_HPP_ACCESS(decorators, T, barrier_type) \ template struct RuntimeDispatch<DecoratorFixup<decorators>::value, T, barrier_type> namespace AccessInternal { ! INSTANTIATE_HPP_ACCESS(INTERNAL_EMPTY, oop, BARRIER_EQUALS); } --- 30,36 ---- // access.hpp file, to break dependencies to the access.inline.hpp file. #define INSTANTIATE_HPP_ACCESS(decorators, T, barrier_type) \ template struct RuntimeDispatch<DecoratorFixup<decorators>::value, T, barrier_type> namespace AccessInternal { ! INSTANTIATE_HPP_ACCESS(DECORATORS_NONE, oop, BARRIER_EQUALS); }
< prev index next >