--- old/src/hotspot/share/ci/ciObject.cpp 2018-03-16 09:33:35.523829935 +0100 +++ new/src/hotspot/share/ci/ciObject.cpp 2018-03-16 09:33:35.323829942 +0100 @@ -207,7 +207,7 @@ int flags = 0; if (x != NULL) { assert(Universe::heap()->is_in_reserved(x), "must be"); - if (x->is_scavengable()) + if (Universe::heap()->is_scavengable(x)) flags |= SCAVENGABLE_FLAG; } _ident |= flags;