src/hotspot/share/memory/universe.cpp
changeset 54847 59ea39bb2809
parent 54786 ebf733a324d4
child 54927 1512d88b24c6
--- a/src/hotspot/share/memory/universe.cpp	Tue May 14 11:28:44 2019 -0400
+++ b/src/hotspot/share/memory/universe.cpp	Tue May 14 11:29:18 2019 -0400
@@ -807,7 +807,7 @@
                              Symbol* signature,
                              bool is_static, TRAPS)
 {
-  TempNewSymbol name = SymbolTable::new_symbol(method, CHECK);
+  TempNewSymbol name = SymbolTable::new_symbol(method);
   Method* m = NULL;
   // The klass must be linked before looking up the method.
   if (!ik->link_class_or_fail(THREAD) ||