< prev index next >

src/share/vm/gc/shared/memset_with_concurrent_readers_sparc.cpp

Print this page
rev 13527 : 8186578: Zero fails to build on linux-sparc due to sparc-specific code

*** 20,29 **** --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifdef SPARC + #include "precompiled.hpp" #include "gc/shared/memset_with_concurrent_readers.hpp" #include "runtime/prefetch.inline.hpp" #include "utilities/align.hpp"
*** 156,160 **** --- 158,164 ---- // Fill any partial word suffix. Also the prefix if size < BytesPerWord. fill_subword(to, end, value); } #endif // INCLUDE_ALL_GCS + + #endif // SPARC
< prev index next >