Re: [cp-patches] RFC: Try to reduce char[] copying in jlr.Proxy

2008-08-29 Thread Andrew John Hughes
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

[cp-patches] RFC: Try to reduce char[] copying in jlr.Proxy

2008-08-29 Thread Ian Rogers
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 =