diff -r e4049522b074 -r 59ea39bb2809 src/hotspot/share/runtime/signature.hpp --- a/src/hotspot/share/runtime/signature.hpp Tue May 14 11:28:44 2019 -0400 +++ b/src/hotspot/share/runtime/signature.hpp Tue May 14 11:29:18 2019 -0400 @@ -400,7 +400,7 @@ bool is_object() const; // True if this argument is an object bool is_array() const; // True if this argument is an array BasicType type() const { return _type; } - Symbol* as_symbol(TRAPS); + Symbol* as_symbol(); enum FailureMode { ReturnNull, NCDFError }; Klass* as_klass(Handle class_loader, Handle protection_domain, FailureMode failure_mode, TRAPS); oop as_java_mirror(Handle class_loader, Handle protection_domain, FailureMode failure_mode, TRAPS);