gcc/libjava/java
Per Bothner 033509daea natField.cc (setAddr): New function.
* java/lang/reflect/natField.cc (setAddr):  New function.
	Calls getAddr and then checks that the field isn't final.
	(setBoolean. setChar, setByte, setShort, setInt, setLong, setFloat,
	setDouble, set):  Use setAddr instead of getAddr, to check for FINAL.
	(set):  Call setAddr before check that new value has right type,
	to better match specified semantics.

From-SVN: r49153
2002-01-23 11:42:18 -08:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt TextField.java: Replaced with Classpath version. 2002-01-23 00:07:39 +00:00
beans Add license clarification. 2002-01-22 22:40:42 +00:00
io Add license clarification. 2002-01-22 22:40:42 +00:00
lang natField.cc (setAddr): New function. 2002-01-23 11:42:18 -08:00
math Add license clarification. 2002-01-22 22:40:42 +00:00
net Add license clarification. 2002-01-22 22:40:42 +00:00
rmi Add license clarification. 2002-01-22 22:40:42 +00:00
security Add license clarification. 2002-01-22 22:40:42 +00:00
sql Add license clarification. 2002-01-22 22:40:42 +00:00
text Add license clarification. 2002-01-22 22:40:42 +00:00
util Add license clarification. 2002-01-22 22:40:42 +00:00