--- old/src/hotspot/share/ci/ciValueKlass.cpp 2018-10-16 15:49:17.000000000 -0400 +++ new/src/hotspot/share/ci/ciValueKlass.cpp 2018-10-16 15:49:17.000000000 -0400 @@ -81,11 +81,6 @@ GUARDED_VM_ENTRY(return ValueKlass::cast(get_Klass())->can_be_returned_as_fields();) } -// Can this value type be returned as multiple values? -bool ciValueKlass::is_bufferable() const { - GUARDED_VM_ENTRY(return ValueKlass::cast(get_Klass())->is_bufferable();) -} - // When passing a value type's fields as arguments, count the number // of argument slots that are needed int ciValueKlass::value_arg_slots() {