aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index cf84f1a..8183d0c 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-06 Colin Walters <walters@verbum.org>
+
+ * verify.cc (class _Jv_BytecodeVerifier) <op_new>: Don't
+ check for abstract classes or interfaces here; JVM spec
+ says it should throw an exception, so we'll do so later.
+ * interpret.cc (run): Throw an InstantiationException for
+ abstract classes and interfaces.
+
2005-07-08 Andrew Haley <aph@redhat.com>
* posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER