src/cpu/sparc/vm/c1_Runtime1_sparc.cpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 4860
46f6f063b272
     1.1 --- a/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -35,6 +35,7 @@
     1.4  #include "runtime/sharedRuntime.hpp"
     1.5  #include "runtime/signature.hpp"
     1.6  #include "runtime/vframeArray.hpp"
     1.7 +#include "utilities/macros.hpp"
     1.8  #include "vmreg_sparc.inline.hpp"
     1.9  
    1.10  // Implementation of StubAssembler
    1.11 @@ -822,7 +823,7 @@
    1.12        }
    1.13        break;
    1.14  
    1.15 -#ifndef SERIALGC
    1.16 +#if INCLUDE_ALL_GCS
    1.17      case g1_pre_barrier_slow_id:
    1.18        { // G4: previous value of memory
    1.19          BarrierSet* bs = Universe::heap()->barrier_set();
    1.20 @@ -984,7 +985,7 @@
    1.21          __ delayed()->restore();
    1.22        }
    1.23        break;
    1.24 -#endif // !SERIALGC
    1.25 +#endif // INCLUDE_ALL_GCS
    1.26  
    1.27      default:
    1.28        { __ set_info("unimplemented entry", dont_gc_arguments);

mercurial