< prev index next >

src/share/vm/compiler/oopMap.cpp

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

@@ -38,13 +38,10 @@
 #include "c1/c1_Defs.hpp"
 #endif
 #ifdef COMPILER2
 #include "opto/optoreg.hpp"
 #endif
-#ifdef SPARC
-#include "vmreg_sparc.inline.hpp"
-#endif
 
 // OopMapStream
 
 OopMapStream::OopMapStream(OopMap* oop_map, int oop_types_mask) {
   _stream = new CompressedReadStream(oop_map->write_stream()->buffer());
< prev index next >