src/cpu/zero/vm/cppInterpreter_zero.cpp

changeset 4542
db9981fd3124
parent 4314
2cd5e15048e6
child 4727
0094485b46c7
     1.1 --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -47,6 +47,7 @@
     1.4  #include "runtime/vframeArray.hpp"
     1.5  #include "stack_zero.inline.hpp"
     1.6  #include "utilities/debug.hpp"
     1.7 +#include "utilities/macros.hpp"
     1.8  #ifdef SHARK
     1.9  #include "shark/shark_globals.hpp"
    1.10  #endif
    1.11 @@ -791,7 +792,7 @@
    1.12  }
    1.13  
    1.14  address InterpreterGenerator::generate_Reference_get_entry(void) {
    1.15 -#ifndef SERIALGC
    1.16 +#if INCLUDE_ALL_GCS
    1.17    if (UseG1GC) {
    1.18      // We need to generate have a routine that generates code to:
    1.19      //   * load the value in the referent field
    1.20 @@ -803,7 +804,7 @@
    1.21      // field as live.
    1.22      Unimplemented();
    1.23    }
    1.24 -#endif // SERIALGC
    1.25 +#endif // INCLUDE_ALL_GCS
    1.26  
    1.27    // If G1 is not enabled then attempt to go through the accessor entry point
    1.28    // Reference.get is an accessor

mercurial