summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-16 08:56:29 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-16 08:56:29 +0000
commite5e80d40d79599acccc7da72bf71ffacd7ac082b (patch)
treeff9074d933a019a660cdd900d098b48311aea034 /libjava/ChangeLog
parent40c3c1b332aefc465959ab7f413583ec5ddbdaa1 (diff)
downloadppe42-gcc-e5e80d40d79599acccc7da72bf71ffacd7ac082b.tar.gz
ppe42-gcc-e5e80d40d79599acccc7da72bf71ffacd7ac082b.zip
2006-06-16 Andrew Haley <aph@redhat.com>
* class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't copy the whole Class instance from the initializer: instead, copy everything but the first word (the vtable pointer). Change prototype to (const char* class_initializer). (_Jv_RegisterNewClasses): Change prototype to (const char**). * java/lang/Class.h (_Jv_RegisterNewClasses): Change prototype to (const char**). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index c1d7d2bf117..211e3a4e5d9 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,13 @@
+2006-06-16 Andrew Haley <aph@redhat.com>
+
+ * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't
+ copy the whole Class instance from the initializer: instead, copy
+ everything but the first word (the vtable pointer).
+ Change prototype to (const char* class_initializer).
+ (_Jv_RegisterNewClasses): Change prototype to (const char**).
+ * java/lang/Class.h (_Jv_RegisterNewClasses): Change prototype to
+ (const char**).
+
2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>
* classpath/Makefile.am: Do not recurse into tools directory.
OpenPOWER on IntegriCloud