< 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,10 +20,12 @@
  * 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,5 +158,7 @@
   // 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 >