Joel Dice bead78d982 wrap primitive return values using correct types in Method.invoke
The VM uses Integer and Long instances internally to wrap the results
of dynamic method invocations, but Method.invoke should use the
correct, specific type for the primitive (e.g. Character for char).
2011-02-22 17:54:56 -07:00
..
2008-11-02 15:25:51 -07:00
2011-01-20 09:33:50 -07:00
2011-01-27 21:06:01 -07:00
2011-01-20 09:39:16 -07:00