aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)AuthorFilesLines
2003-12-03Class.h (hack_signers): Renamed signers to hack_signers.Michael Koch1-2/+2
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey1-1/+1
2003-11-04natClass.cc (newInstance): Throw InstantiationException if class has no null-...Bryce McKinlay1-1/+1
2003-10-28natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ...Bryce McKinlay1-2/+7
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay1-11/+1
2003-10-24Obvious fix for systems with no interpreter.Anthony Green1-0/+2
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-5/+60
2003-10-22re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey1-57/+19
2003-10-09ClassLoader.java (setSigners): Implemented.Tom Tromey1-0/+12
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-48/+212
2003-09-25Proxy.java (generate): Uncomment protection domain code.Tom Tromey1-1/+2
2003-07-21Runtime.java: Comment fix.Tom Tromey1-29/+58
2003-05-01re PR libgcj/10582 (array assignment fails in some situations)Tom Tromey1-16/+24
2003-03-29natClass.cc (newInstance): Put method name in exception.Tom Tromey1-6/+6
2003-01-30natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE...Jeff Sturm1-1/+17
2002-12-23exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type.Jeff Sturm1-3/+8
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey1-11/+30
2002-12-05Class.h (_Jv_SetVTableEntries): Updated declaration.Tom Tromey1-22/+49
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-3/+23
2002-11-10natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as m...Mark Wielaard1-2/+7
2002-11-02Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.Tom Tromey1-3/+1
2002-09-03Class.h (_getDeclaredMethod): Declare.Tom Tromey1-4/+3
2002-07-05re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey1-2/+16
2002-06-25natPlainDatagramSocketImpl.cc (BooleanClass): Removed.Tom Tromey1-26/+22
2001-12-21re PR libgcj/2428 (Classloader is not set)Tom Tromey1-0/+28
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay1-1/+192
2001-12-09Makefile.in: Rebuilt.Tom Tromey1-2/+1
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey1-2/+4
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-18/+5
2001-09-30natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe...Bryce McKinlay1-2/+3
2001-06-05natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...Martin Kahlert1-6/+16
2001-05-18[multiple changes]Bryce McKinlay1-4/+3
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay1-5/+14
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-34/+33
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner1-7/+10
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey1-2/+4
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-1/+6
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay1-2/+6
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers1-1/+1
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay1-1/+1
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco1-23/+0
2001-01-15All files with updated copyright.Alexandre Petit-Bianco1-5/+21
2001-01-08In gcc/java:Bryce McKinlay1-4/+15
2000-12-28natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay1-2/+2
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green1-6/+13
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-14/+8
2000-08-17natClass.cc (finit_name): Initialized with `finit$'.Alexandre Petit-Bianco1-4/+13
2000-06-18re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey1-9/+4
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay1-15/+29
2000-05-19Jumbo patch:Tom Tromey1-1/+75