src/cpu/x86/vm/c1_Runtime1_x86.cpp

changeset 4542
db9981fd3124
parent 4037
da91efe96a93
child 4860
46f6f063b272
     1.1 --- a/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -36,6 +36,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_x86.inline.hpp"
     1.9  
    1.10  
    1.11 @@ -1607,7 +1608,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        {
    1.19          StubFrame f(sasm, "g1_pre_barrier", dont_gc_arguments);
    1.20 @@ -1804,7 +1805,7 @@
    1.21  
    1.22        }
    1.23        break;
    1.24 -#endif // !SERIALGC
    1.25 +#endif // INCLUDE_ALL_GCS
    1.26  
    1.27      default:
    1.28        { StubFrame f(sasm, "unimplemented entry", dont_gc_arguments);

mercurial