]> git.ipfire.org Git - thirdparty/gcc.git/commit
java-interp.h (_Jv_CompileMethod): Add declaration.
authorKeith Seitz <keiths@redhat.com>
Wed, 18 Jan 2006 21:52:45 +0000 (21:52 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Wed, 18 Jan 2006 21:52:45 +0000 (21:52 +0000)
commitd0f4aa53e0b42986c8de41ddba304516169a6cc7
tree780f9c54ac5cfe5ef734495b62563e4e2b4f0cdc
parenta56e0baa694476ef6fcd90d27e18cec8ebbbe8db
java-interp.h (_Jv_CompileMethod): Add declaration.

        * include/java-interp.h (_Jv_CompileMethod): Add declaration.
        (class _Jv_InterpMethod): Add _Jv_CompileMethod as a friend.
        * interpret.cc (_Jv_CompileMethod): New function.
        (run):  Massage code to allow for NULL args.
        Update comments to explain NULL args.
        Return if compiling the method and args is NULL.

From-SVN: r109918
libjava/ChangeLog
libjava/include/java-interp.h
libjava/interpret.cc