hotspot/src/share/vm/oops/klassVtable.hpp
changeset 2343 6113864ecd70
parent 2264 55d0115a54fe
parent 2332 5c7b6f4ce0a1
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/oops/klassVtable.hpp	Fri Mar 27 16:58:30 2009 -0700
+++ b/hotspot/src/share/vm/oops/klassVtable.hpp	Tue Mar 31 10:02:01 2009 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 1997-2006 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1997-2009 Sun Microsystems, Inc.  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
@@ -301,6 +301,8 @@
 
   // Resolving of method to index
   static int compute_itable_index(methodOop m);
+  // ...and back again:
+  static methodOop method_for_itable_index(klassOop klass, int itable_index);
 
   // Debugging/Statistics
   static void print_statistics() PRODUCT_RETURN;