< prev index next >

src/share/vm/utilities/macros.hpp

Print this page
rev 12906 : [mq]: gc_interface

*** 158,167 **** --- 158,171 ---- #else #define NOT_ALL_GCS_RETURN {} #define NOT_ALL_GCS_RETURN_(code) { return code; } #endif // INCLUDE_ALL_GCS + #ifndef INCLUDE_SHENANDOAH_GC + #define INCLUDE_SHENANDOAH_GC 0 + #endif + #ifndef INCLUDE_NMT #define INCLUDE_NMT 1 #endif // INCLUDE_NMT #if INCLUDE_NMT
< prev index next >