summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d7f07322..4d0bf6dbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-21 Pekka Enberg <penberg@kernel.org>
+
+ * java/lang/Class.java:
+ (getDeclaredField): Throw NullPointerException instead of
+ NoSuchFieldException if name is null.
+ (getField): Likewise.
+ (getDeclaredMethod): Throw NullPointerException instead of
+ NoSuchMethodException if name is null.
+ (getMethod): Likewise.
+
2010-12-25 Andrew John Hughes <ahughes@redhat.com>
PR classpath/42390