< prev index next >

src/hotspot/cpu/sparc/relocInfo_sparc.hpp

Print this page
rev 48402 : 8193927: Optimize scanning code for oops.
Reviewed-by: simonis, mdoerr, aph

*** 1,7 **** /* ! * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 36,45 **** --- 36,50 ---- // sufficiently self-identifying. // Except narrow oops in 64-bits VM. format_width = 1 }; + public: + + // This platform has no oops in the code that are not also + // listed in the oop section. + static bool mustIterateImmediateOopsInCode() { return false; } //Reconciliation History // 1.3 97/10/15 15:38:36 relocInfo_i486.hpp // 1.4 97/12/08 16:01:06 relocInfo_i486.hpp // 1.5 98/01/23 01:34:55 relocInfo_i486.hpp
< prev index next >