aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-19/+747
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz1-0/+9
2006-10-18register2.java: New file.Tom Tromey1-0/+8
2006-09-06Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins...Keith Seitz1-12/+7
2006-05-21natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_...Andreas Tobler1-5/+6
2006-05-04[multiple changes]Andrew Haley1-3/+13
2006-04-24* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.Tom Tromey1-5/+12
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey1-3/+3
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay1-9/+8
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster1-2/+3
2006-01-23Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz1-1/+27
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey1-20/+45
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-12/+12
2005-06-14Class.java (getClasses): New method.Tom Tromey1-29/+4
2005-04-22* java/lang/natClass.cc (initializeClass): Link class.Tom Tromey1-1/+14
2005-03-24Makefile.in: Rebuilt.Tom Tromey1-10/+10
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay1-1/+0
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-29/+8
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey1-4/+4
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-942/+191
2004-10-20natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int.Andreas Schwab1-3/+3
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-17/+11
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner1-3/+0
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner1-0/+6
2004-05-21Layout interfaces during preparation, not initialization.Bryce McKinlay1-3/+0
2004-04-21natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay1-0/+17
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-2/+2
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green1-2/+3
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