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


Andrew Haley wrote:

 > Use java.lang.StringBuilder instead of gnu.gcj.runtime.StringBuffer.
 > Patch approved with that change.

Forget that. Use gnu.gcj.runtime.StringBuffer if you wish.

Is there a preference? Since this is another case of using one of these things to build a String once without ever modifying it. Is g.g.r.StringBuffer the preferred way to do this, or am I confusing it with something else?


Keith


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