< prev index next >

src/hotspot/share/ci/ciConstant.hpp

Print this page
@@ -116,10 +116,12 @@
      return basic_type() != T_ILLEGAL;
    }
  
    bool is_loaded() const;
  
+   bool should_be_constant() const;
+ 
    // Debugging output
    void print();
  };
  
  #endif // SHARE_CI_CICONSTANT_HPP
< prev index next >