diff -r 9fe9292f5931 -r 1772ebf07d1f src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp --- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp Mon Nov 06 20:29:49 2017 -0800 +++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp Mon Nov 06 21:28:03 2017 -0800 @@ -414,7 +414,7 @@ debug_time("Redirty Cards", _recorded_redirty_logged_cards_time_ms); trace_phase(_gc_par_phases[RedirtyCards]); -#if defined(COMPILER2) || INCLUDE_JVMCI +#if COMPILER2_OR_JVMCI debug_time("DerivedPointerTable Update", _cur_derived_pointer_table_update_time_ms); #endif