r116848 - in /branches/gcj-eclipse/libjava: Cha...
aph@gcc.gnu.org
aph@gcc.gnu.org
Mon Sep 11 16:32:00 GMT 2006
Author: aph
Date: Mon Sep 11 16:32:14 2006
New Revision: 116848
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116848
Log:
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**).
Modified:
branches/gcj-eclipse/libjava/ChangeLog
branches/gcj-eclipse/libjava/java/lang/Class.h
branches/gcj-eclipse/libjava/java/lang/natClassLoader.cc
More information about the Gcc-cvs
mailing list