Memory-leak

With Sun J2sdk-1.5.0-b

With IBMjava2-1.4.1:

Comparison String and String-Buffer-implementation

Wit Sun2sdk-1.5.0:

This show what I believe: The String-Buffer-Version is better than the String-version. Unfortunaly, it crashes ... With IBMjava2-1.4.1:

I don't believe it.I expected that the string-Buffer version is more optimal since it don't alloc a new buffer at every time.