On Tue, 2009-06-30 at 19:55 +0200, Vegard Nossum wrote: > We're scanning the method signature to determine the number of "real" > arguments to pass for an "invoke" opcode. We use the function > method_real_argument_count() for this. But it doesn't skip class names, > so if there is an uppercase J or D in the class name (of the argument > type), we count one argument less than we should and push one argument > less on the stack. > > Cc: Arthur HUILLET <[email protected]> > Signed-off-by: Vegard Nossum <[email protected]>
Applied, thanks! ------------------------------------------------------------------------------ _______________________________________________ Jatovm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jatovm-devel
