This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] VMVirtualMachine StringBuffer cleanup
- From: Andrew Haley <aph at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Fri, 12 Jan 2007 12:17:57 +0000
- Subject: Re: [RFA/JDWP] VMVirtualMachine StringBuffer cleanup
- References: <4552294E.1070500@redhat.com> <45A6E7D2.2030306@redhat.com>
Keith Seitz writes:
> Post-merge ping.
>
> Keith
>
> Keith Seitz wrote:
> > Hi,
> >
> > I've been meaning to cleanup a lot of the gnu/classpath/jdwp/nat*.cc
> > files, and this is one of the things that made it onto my pet peeve list
> > recently. The attached patch switches to the
> > gnu.gcj.runtime.StringBuffer instead of the java.lang one.
> >
> > I've got some other little cleanups that I'll submit after this.
> >
> > Keith
> >
> > ChangeLog
> > 2006-11-08 Keith Seitz <keiths@redhat.com>
> >
> > * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
> > gnu.gcj.runtime.StringBuffer instead of java.lang.StringBuffer.
> > (resumeThread): Likewise.
Use java.lang.StringBuilder instead of gnu.gcj.runtime.StringBuffer.
Patch approved with that change.
Andrew.