--- old/src/hotspot/share/ci/ciObject.hpp 2019-03-11 14:25:26.310355706 +0100 +++ new/src/hotspot/share/ci/ciObject.hpp 2019-03-11 14:25:26.110355709 +0100 @@ -122,6 +122,7 @@ virtual bool is_array() { return false; } virtual bool is_obj_array() { return false; } virtual bool is_type_array() { return false; } + virtual bool is_value_array() { return false; } // Is this a type or value which has no associated class? // It is true of primitive types and null objects.