]> gcc.gnu.org Git - gcc.git/commit
natString.cc (init): Test for overflow condition during out of bounds check.
authorAnthony Green <green@cygnus.com>
Sun, 9 Jan 2000 22:25:54 +0000 (22:25 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 9 Jan 2000 22:25:54 +0000 (22:25 +0000)
commitb11f64301ac5a915a3803c6d6d4fa33b6733d187
tree643466db439a80706c0651653ca6f845432f490d
parent0e3dd56798d7650cafc05c87ccf429d85dd092f2
natString.cc (init): Test for overflow condition during out of bounds check.

2000-01-09  Anthony Green  <green@cygnus.com>

* java/lang/natString.cc (init): Test for overflow condition
during out of bounds check.
(getChars): Throw StringIndexOutOfBoundsException, not
ArrayIndexOutOfBoundsException.
(getBytes): Ditto.
(regionMatches): Obey case option during string comparison.

* configure.host (ligcj_interpreter): New variable.  Enable
interpreter by default on IA-32.
* configure.in:  Examine libgcj_interpreter.
* configure: Rebuilt.

From-SVN: r31300
libjava/ChangeLog
libjava/configure
libjava/configure.host
libjava/configure.in
libjava/java/lang/natString.cc
This page took 0.054379 seconds and 5 git commands to generate.