--- old/src/hotspot/share/opto/type.hpp 2018-03-07 15:00:31.056188776 +0100 +++ new/src/hotspot/share/opto/type.hpp 2018-03-07 15:00:30.820183332 +0100 @@ -1121,6 +1121,9 @@ virtual const TypeInstPtr *xmeet_unloaded( const TypeInstPtr *t ) const; virtual const Type *xdual() const; // Compute dual right now. + const bool is_value_based() const; + const bool can_be_value_based() const; + // Convenience common pre-built types. static const TypeInstPtr *NOTNULL; static const TypeInstPtr *BOTTOM;