This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JDWP] VMVirtualMachine StringBuffer cleanup


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]