src/hotspot/share/runtime/signature.hpp
changeset 54847 59ea39bb2809
parent 54133 829bf950287e
child 58722 cba8afa5cfed
--- 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);