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: [PATCH] Fix PR libgcj/36252, OutOfMemoryError in String constructor.


>>>>> "David" == David Daney <ddaney@avtrex.com> writes:

David> My patch to String's native code is simple and lets the String contain
David> all the valid characters.  Throwing away invalid data is contemplated
David> and allowed by the specification.

In that case, this is ok.  Thanks for digging into the details.
If you want to put this in 4.3, that is also ok by me.

Tom


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