src/share/vm/oops/klassVtable.hpp

changeset 1100
c89f86385056
parent 451
f8236e79048a
child 1111
d3676b4cb78c
     1.1 --- a/src/share/vm/oops/klassVtable.hpp	Thu Mar 19 09:13:24 2009 -0700
     1.2 +++ b/src/share/vm/oops/klassVtable.hpp	Fri Mar 20 23:19:36 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2006 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -298,6 +298,8 @@
    1.11  
    1.12    // Resolving of method to index
    1.13    static int compute_itable_index(methodOop m);
    1.14 +  // ...and back again:
    1.15 +  static methodOop method_for_itable_index(klassOop klass, int itable_index);
    1.16  
    1.17    // Debugging/Statistics
    1.18    static void print_statistics() PRODUCT_RETURN;

mercurial