< prev index next >

src/hotspot/share/ci/ciStreams.hpp

Print this page

*** 233,243 **** // If this bytecode is a new, newarray, multianewarray, instanceof, // or checkcast, get the referenced klass. ciKlass* get_klass(bool& will_link); int get_klass_index() const; ! bool get_never_null() const; // If this bytecode is one of the ldc variants, get the referenced // constant. Do not attempt to resolve it, since that would require // execution of Java code. If it is not resolved, return an unloaded // object (ciConstant.as_object()->is_loaded() == false). --- 233,243 ---- // If this bytecode is a new, newarray, multianewarray, instanceof, // or checkcast, get the referenced klass. ciKlass* get_klass(bool& will_link); int get_klass_index() const; ! bool is_klass_never_null() const; // If this bytecode is one of the ldc variants, get the referenced // constant. Do not attempt to resolve it, since that would require // execution of Java code. If it is not resolved, return an unloaded // object (ciConstant.as_object()->is_loaded() == false).
< prev index next >