mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-01 17:11:41 +08:00
* java/lang/Integer.java (getInteger): Attempt to decode the value of the system property instead of the name of the system property. (parseInt): Throw NumberFormatException explicitly in the case of a null argument in keeping with JDK 1.3. From-SVN: r47095