src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
changeset 47799 1772ebf07d1f
parent 47216 71c04702a3d5
child 49810 b5d5e53232ce
--- 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