src/hotspot/cpu/zero/relocInfo_zero.hpp
changeset 48486 bda5211e7876
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
48485:258a4dab74a7 48486:bda5211e7876
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007 Red Hat, Inc.
     3  * Copyright 2007 Red Hat, Inc.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    32     // these constants mean nothing without an assembler
    32     // these constants mean nothing without an assembler
    33     offset_unit  =  1,
    33     offset_unit  =  1,
    34     format_width =  1
    34     format_width =  1
    35   };
    35   };
    36 
    36 
       
    37  public:
       
    38 
       
    39   static bool mustIterateImmediateOopsInCode() { return true; }
       
    40 
    37 #endif // CPU_ZERO_VM_RELOCINFO_ZERO_HPP
    41 #endif // CPU_ZERO_VM_RELOCINFO_ZERO_HPP