On 29/08/2008, Ian Rogers <[EMAIL PROTECTED]> wrote:
> Hi,
>
> the attached patch is trying to continue Andrew's good work and reduce the
> amount of redundant array copying, in this case in jlr.Proxy. There is a
> TODO in that we have no back door to turn a char[] in to a String without
> copying
Hi,
the attached patch is trying to continue Andrew's good work and reduce
the amount of redundant array copying, in this case in jlr.Proxy. There
is a TODO in that we have no back door to turn a char[] in to a String
without copying.
Thanks,
Ian
Index: java/lang/reflect/Proxy.java
=