natString.cc (intern): If string's data does not point to this String, make a fresh...
authorPer Bothner <per@bothner.com>
Sun, 1 Apr 2001 21:54:10 +0000 (14:54 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 1 Apr 2001 21:54:10 +0000 (14:54 -0700)
commita3b63299e6974b2f7ac5855e3edcccd6367afc3c
tree9e1f195b291f3f9fb34b91a18a554d4b28f775e8
parentf44b63ae02d689ccf33f66022228ee8d7145cfd8
natString.cc (intern): If string's data does not point to this String, make a fresh String that does.

* java/lang/natString.cc (intern):  If string's data does not point to
this String, make a fresh String that does.

* java/lang/natString.cc (unintern):  Replace by static function.
* java/lang/String.java (unintern):  Remove method.

From-SVN: r40990
libjava/ChangeLog
libjava/java/lang/String.java
libjava/java/lang/natString.cc