hotspot/src/share/vm/classfile/klassFactory.hpp
changeset 40016 bf6fcd467a7b
parent 34666 1c7168ea0034
child 40923 10fe1c28b9f6
--- a/hotspot/src/share/vm/classfile/klassFactory.hpp	Tue Jul 26 10:29:27 2016 -0400
+++ b/hotspot/src/share/vm/classfile/klassFactory.hpp	Wed Jul 27 08:31:48 2016 -0400
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * This code is free software; you can redistribute it and/or modify it
@@ -74,7 +74,6 @@
                                                 Handle protection_domain,
                                                 const Klass* host_klass,
                                                 GrowableArray<Handle>* cp_patches,
-                                                TempNewSymbol* parsed_name,
                                                 TRAPS);
 };