diff -r 258a4dab74a7 -r bda5211e7876 src/hotspot/cpu/zero/relocInfo_zero.hpp --- a/src/hotspot/cpu/zero/relocInfo_zero.hpp Tue Jan 02 07:50:17 2018 -0500 +++ b/src/hotspot/cpu/zero/relocInfo_zero.hpp Thu Dec 21 09:05:32 2017 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright 2007 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -34,4 +34,8 @@ format_width = 1 }; + public: + + static bool mustIterateImmediateOopsInCode() { return true; } + #endif // CPU_ZERO_VM_RELOCINFO_ZERO_HPP