[RFA/JVMTI] Small fix to GetArgumentsSize

Kyle Galloway kgallowa@redhat.com
Wed Mar 7 15:01:00 GMT 2007


This patch is a small fix to the method signature parsing in 
GetArgumentsSize.  In the case where one of the arguments is an array of 
longs or doubles, the current code would incorrectly count this as 
taking up two slots (to hold the wide type).  This patch changes this so 
that if it is an array of wide types, not just a single value, it 
correctly counts this as a single slot holding the array reference.

Questions/Comments/Concerns?

- Kyle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arr-sig.patch
Type: text/x-patch
Size: 692 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20070307/854217d4/attachment.bin>


More information about the Java-patches mailing list