--- old/src/share/vm/ci/ciType.hpp 2017-09-21 09:17:55.632998356 +0200 +++ new/src/share/vm/ci/ciType.hpp 2017-09-21 09:17:55.452998358 +0200 @@ -76,6 +76,7 @@ // 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);