This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Non-synchronized StringBuffer
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: 28 Nov 2001 08:42:40 -0700
- Subject: Re: Non-synchronized StringBuffer
- References: <Pine.LNX.4.10.10111272355570.9325-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Did you accomplish this without copying the char array?
Sigh. I forgot about that.
Well, I asked for a reason and now I've got one :-)
Jeff> If you can send me your patch and test I can run it through
Jeff> iprobe on alpha/linux. That might reveal something.
Will do.
Tom