src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 4542
db9981fd3124
parent 4338
fd74228fd5ca
child 4727
0094485b46c7
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -44,6 +44,7 @@
     1.4  #include "runtime/timer.hpp"
     1.5  #include "runtime/vframeArray.hpp"
     1.6  #include "utilities/debug.hpp"
     1.7 +#include "utilities/macros.hpp"
     1.8  
     1.9  #define __ _masm->
    1.10  
    1.11 @@ -761,7 +762,7 @@
    1.12  
    1.13  // Method entry for java.lang.ref.Reference.get.
    1.14  address InterpreterGenerator::generate_Reference_get_entry(void) {
    1.15 -#ifndef SERIALGC
    1.16 +#if INCLUDE_ALL_GCS
    1.17    // Code: _aload_0, _getfield, _areturn
    1.18    // parameter size = 1
    1.19    //
    1.20 @@ -844,7 +845,7 @@
    1.21  
    1.22      return entry;
    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