--- old/src/share/vm/gc/shared/genCollectedHeap.cpp 2015-10-08 07:24:05.000000000 -1000 +++ new/src/share/vm/gc/shared/genCollectedHeap.cpp 2015-10-08 07:24:05.000000000 -1000 @@ -1224,11 +1224,11 @@ }; void GenCollectedHeap::gc_epilogue(bool full) { -#ifdef COMPILER2 +#if defined(COMPILER2) || INCLUDE_JVMCI assert(DerivedPointerTable::is_empty(), "derived pointer present"); size_t actual_gap = pointer_delta((HeapWord*) (max_uintx-3), *(end_addr())); guarantee(actual_gap > (size_t)FastAllocateSizeLimit, "inline allocation wraps"); -#endif /* COMPILER2 */ +#endif /* COMPILER2 || INCLUDE_JVMCI */ resize_all_tlabs();