summaryrefslogtreecommitdiff
path: root/libjava/java/lang/natClass.cc
AgeCommit message (Expand)Author
2016-09-30Makefile.def: Remove libjava.Andrew Haley
2014-05-13Enable Java on Cygwin-64Bernd Edlinger
2011-12-12re PR libgcj/50053 (jc1 doesn't emit static initializer or initializer code f...Kai Tietz
2011-07-12natClass.cc (finalize): Make sure that the class really has an engine.Andrew Haley
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-01-26natClass.cc (registerClosure): Make sure closures is non NULL.Andrew Haley
2008-01-04re PR libgcj/34444 (Class.getEnclosingClass() returns null on enclosed class)Andrew Haley
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney
2007-04-18natVMProxy.cc (ncode_closure): Add method_index.Andrew Haley
2007-04-02natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.Andrew Haley
2007-03-13java-interp.h (_Jv_InterpClass): Declare friend function _Jv_GetInterpClassSo...Keith Seitz
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva
2007-03-05natVMProxy.cc (ncode_closure.meth): Delete.Andrew Haley
2007-03-05natClass.cc (parseAnnotationElement): Correct long annotations to read JV_CON...Andrew Haley
2007-03-02AnnotationInvocationHandler.java: Generify in a few places.Andrew Haley
2007-01-29natClass.cc (initializeClass): Re-throw SecurityExceptions.Andrew Haley
2007-01-23Class.h (_Jv_GetClassStatus): Declare.Keith Seitz
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz
2006-10-18register2.java: New file.Tom Tromey
2006-09-06Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins...Keith Seitz
2006-05-21natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_...Andreas Tobler
2006-05-04[multiple changes]Andrew Haley
2006-04-24* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.Tom Tromey
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2006-01-23Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey
2005-06-14Class.java (getClasses): New method.Tom Tromey
2005-04-22* java/lang/natClass.cc (initializeClass): Link class.Tom Tromey
2005-03-24Makefile.in: Rebuilt.Tom Tromey
2005-03-11exception.cc: Remove stray MethodRef.h include.Bryce McKinlay
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-10-20natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int.Andreas Schwab
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner
2004-05-21Layout interfaces during preparation, not initialization.Bryce McKinlay
2004-04-21natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green
2003-12-03Class.h (hack_signers): Renamed signers to hack_signers.Michael Koch
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey
2003-11-04natClass.cc (newInstance): Throw InstantiationException if class has no null-...Bryce McKinlay
2003-10-28natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ...Bryce McKinlay
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay