hotspot/src/share/vm/code/vtableStubs.cpp
changeset 20017 81eba62e9048
parent 19696 bd5a0131bde1
child 20072 6da61000acff
--- a/hotspot/src/share/vm/code/vtableStubs.cpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/hotspot/src/share/vm/code/vtableStubs.cpp	Fri Sep 13 22:38:02 2013 -0400
@@ -111,7 +111,7 @@
 }
 
 
-address VtableStubs::create_stub(bool is_vtable_stub, int vtable_index, Method* method) {
+address VtableStubs::find_stub(bool is_vtable_stub, int vtable_index) {
   assert(vtable_index >= 0, "must be positive");
 
   VtableStub* s = ShareVtableStubs ? lookup(is_vtable_stub, vtable_index) : NULL;