--- old/src/hotspot/share/ci/ciStreams.hpp 2019-01-08 13:57:18.194630568 -0800 +++ new/src/hotspot/share/ci/ciStreams.hpp 2019-01-08 13:57:18.026624321 -0800 @@ -235,7 +235,7 @@ // or checkcast, get the referenced klass. ciKlass* get_klass(bool& will_link); int get_klass_index() const; - bool get_never_null() 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