summaryrefslogtreecommitdiff
path: root/libjava/java/lang/Class.h
Commit message (Expand)AuthorAgeFilesLines
* defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey2005-02-071-0/+2
* Class.h (next): Updated documentation.Tom Tromey2005-01-241-2/+4
* PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey2005-01-101-5/+3
* natDebug.cc (getField): Don't qualify name.Tom Tromey2004-11-261-7/+12
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-66/+73
* Makefile.am: Correct friend function declaration.Kriang Lerdsuwanakij2004-11-181-99/+205
* * libjava/java/lang/Class.hKriang Lerdsuwanakij2004-10-261-5/+12
* Index: gcc/gcc/ChangeLogGeoffrey Keating2004-10-261-2/+7
* javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner2004-08-111-1/+1
* prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay2004-07-241-1/+1
* Print -verbose:message on "loading", not initialization.Per Bothner2004-07-191-3/+2
* natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay2004-04-211-0/+1
* class.c (make_class_data): Add new field aux_info.Bryce McKinlay2004-04-201-0/+4
* prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2004-04-161-1/+1
* Class.h (hack_signers): Renamed signers to hack_signers.Michael Koch2003-12-031-1/+1
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2003-10-241-0/+10
* re PR libgcj/12416 (java.lang.Class.getFields returns duplicate entries.)Tom Tromey2003-10-221-2/+3
* ClassLoader.java (setSigners): Implemented.Tom Tromey2003-10-091-0/+3
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-011-1/+9
* Proxy.java (generate): Uncomment protection domain code.Tom Tromey2003-09-251-0/+1
* Makefile.in: Rebuilt.Tom Tromey2003-08-281-0/+2
* Runtime.java: Comment fix.Tom Tromey2003-07-211-1/+4
* Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard2003-01-201-1/+2
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-0/+3
* natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey2002-12-191-3/+4
* Class.h (_Jv_SetVTableEntries): Updated declaration.Tom Tromey2002-12-051-1/+1
* natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley2002-12-031-0/+13
* resolve.cc (METHOD_NOT_THERE, [...]): Remove.Jeff Sturm2002-11-041-2/+0
* Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.Tom Tromey2002-11-021-2/+3
* Class.h (_getDeclaredMethod): Declare.Tom Tromey2002-09-031-1/+3
* Class.h: Include Package.h.Tom Tromey2002-08-281-0/+3
* re PR libgcj/7060 (getMethod() doesn't search super interface)Tom Tromey2002-07-051-1/+1
* verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey2002-06-241-1/+0
* Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey2002-06-111-1/+4
* re PR libgcj/2428 (Classloader is not set)Tom Tromey2001-12-211-4/+1
* For PR java/5088:Tom Tromey2001-12-161-13/+2
* java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay2001-12-151-0/+23
* Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey2001-11-051-0/+2
* HACKING, [...]: Fix spelling errors.Joseph Myers2001-10-311-1/+1
* Forgot this file in last commit.Bryce McKinlay2001-10-161-21/+6
* javaprims.h (_Jv_RegisterClassHook): New extern declaration.Per Bothner2001-08-311-0/+1
* Field.java (toString): Use Method.appendClassName.Tom Tromey2001-08-241-0/+8
* For PR java/3562:Tom Tromey2001-07-051-2/+2
* [multiple changes]Tom Tromey2001-05-241-0/+1
* Class.h (_Jv_Self): New union type.Bryce McKinlay2001-05-061-3/+9
* decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay2001-04-251-1/+6
* Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay2001-01-171-7/+9
* prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco2001-01-171-36/+20
* All files with updated copyright.Alexandre Petit-Bianco2001-01-151-3/+49
* In gcc/java:Bryce McKinlay2001-01-081-6/+17