--- old/src/hotspot/cpu/zero/cppInterpreterGenerator_zero.cpp 2018-04-27 15:29:43.434202930 +0200 +++ new/src/hotspot/cpu/zero/cppInterpreterGenerator_zero.cpp 2018-04-27 15:29:43.190202938 +0200 @@ -65,7 +65,7 @@ } address CppInterpreterGenerator::generate_Reference_get_entry(void) { -#if INCLUDE_ALL_GCS +#if INCLUDE_G1GC if (UseG1GC) { // We need to generate have a routine that generates code to: // * load the value in the referent field @@ -77,7 +77,7 @@ // field as live. Unimplemented(); } -#endif // INCLUDE_ALL_GCS +#endif // INCLUDE_G1GC // If G1 is not enabled then attempt to go through the normal entry point // Reference.get could be instrumented by jvmti