--- old/src/hotspot/share/ci/ciType.hpp 2018-05-25 13:59:43.346919550 +0200 +++ new/src/hotspot/share/ci/ciType.hpp 2018-05-25 13:59:42.886919556 +0200 @@ -76,7 +76,6 @@ // What kind of ciObject is this? bool is_type() const { return true; } bool is_classless() const { return is_primitive_type(); } - bool is__Value() const; const char* name(); virtual void print_name_on(outputStream* st);