On Sat, 2006-03-25 at 01:05 +0900, Ito Kazumitsu wrote:
> ChangeLog:
> 2006-03-24  Ito Kazumitsu  <[EMAIL PROTECTED]>
> 
>       * gnu/regexp/CharIndexed.java(setLastMatch, getLastMatch, getAnchor):
>       New methods.
>       * gnu/regexp/CharIndexedCharArray.java(setLastMatch, getLastMatch,
>       getAnchor): New methods.
>       * gnu/regexp/CharIndexedInputStream.java(setLastMatch, getLastMatch,
>       getAnchor): New methods.
>       * gnu/regexp/CharIndexedString.java(setLastMatch, getLastMatch,
>       getAnchor): New methods.
>       * gnu/regexp/CharIndexedStringBuffer.java(setLastMatch, getLastMatch,
>       getAnchor): New methods.
>       * gnu/regexp/REMatch.java(start1): New field.
>       * gnu/regexp/RE.java(initialize): Added support for \z and \G,
>       (match): set the starting position to start1[] instead of start[],
>       (getMatchImpl): Set the found REMatch to the input,
>       (makeCharIndexed): Made public.
>       * gnu/regexp/RETokenEndOfPreviousMatch.java: New file.
>       * gnu/regexp/RETokenEndSub.java(matchThis, findMatch):
>       set the value of start[] copying from start1[].
>       * gnu/regexp/RETokenLookBehind.java(matchThis): Added the settings of
>       offset.
>       * java/util/regex/Matcher.java(inputCharIndexed): New field
>       to be used as a parameter of the RE#getMatch.

Hi!

Today I commited the VM layer changes to CACAO SVN trunk and noticed
afterwards some serious regressions with GNU Classpath CVS head, like
tomcat, eclipse or jboss not starting up anymore, eating 100% CPU.

After some digging I found out that this patch causes the regressions.

TWISTI

PS: It would have been much easier with SVN to track that patch down.

Reply via email to