Commit Graph

3 Commits

Author SHA1 Message Date
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
97aaa419b4 quick sketch of java/io/* 2007-07-24 18:34:45 -06:00
5f3bf175e0 start work on reflection; bugfixes 2007-07-23 19:44:20 -06:00