David Daney wrote:
Andrew John Hughes wrote:This adds our new non-copying variant of StringBuilder, which I've called CPStringBuffer. It should be used internally where we can get away with a non-synchronized non-copying string buffer.ChangeLog:I missed the change log part but... > +package gnu.classpath; Can we make it package private to java.lang?
Well that will not work. It would not be accessible where needed. How do we do this in libgcj? I didn't think we used reflection. David Daney