jvm.h (_Jv_VTable): Handle function descriptors for ia64...
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 21 Sep 2001 16:59:12 +0000 (09:59 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 21 Sep 2001 16:59:12 +0000 (09:59 -0700)
commitf5ddf15465053a1e7e764e896405bf6ff6756e89
tree8a0b15f8ae55ff04e4e9997580f5dcc5bbc78ec7
parent6723181663a87a735bdfdf2e16a6bd41dbc30be1
jvm.h (_Jv_VTable): Handle function descriptors for ia64...

        * include/jvm.h (_Jv_VTable): Handle function descriptors for ia64;
        add get_method, set_method, vtable_elt_size, new_vtable.
        (_Jv_ArrayVTable): Derive from _Jv_VTable.
        * resolve.cc (_Jv_PrepareClass): Use new _Jv_VTable methods.
        * interpret.cc (_Jv_InterpMethod::continue1): Likewise.
        * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Likewise.

From-SVN: r45734
libjava/ChangeLog
libjava/include/jvm.h
libjava/interpret.cc
libjava/java/lang/natClassLoader.cc
libjava/resolve.cc