aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-242004-11-24 Andrew Haley <aph@redhat.com>gcj-abi-2-dev-branchAndrew Haley
2004-11-16 * include/java-interp.h (_Jv_DefineClass): Updated.Tom Tromey
2004-11-162004-11-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-162004-11-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-162004-11-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-162004-11-16 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-162004-11-15 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-162004-11-15 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-152004-11-15 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-11 * gnu/gcj/runtime/natSharedLibLoader.cc (ensureSupersLinked): NewTom Tromey
2004-11-10 * class.c (make_field_value): Don't call build_static_field_ref.Tom Tromey
2004-11-10 * gcj.texi (Invoking gij): Document -verbose. Put -verbose andTom Tromey
2004-11-10 * gij.cc (main): Treat -verbose the same as -verbose:class.Tom Tromey
2004-11-10 * link.cc (verbose_class_flag): Declare.Tom Tromey
2004-11-09 * testsuite/libjava.lang/assign2.out: New file.Tom Tromey
2004-11-09 * expr.c (build_java_arraystore_check): Still generate check ifTom Tromey
2004-11-09 * java/lang/natRuntime.cc (insertSystemProperties): SetTom Tromey
2004-11-08 * java/lang/natClass.cc (_Jv_IsAssignableFromSlow): EnsureTom Tromey
2004-11-08 * include/jvm.h (_Jv_Linker::search_method_in_class): Declare.Tom Tromey
2004-11-08 * include/jvm.h (_Jv_CheckAssignment): Removed.Tom Tromey
2004-11-08 * java-tree.h (soft_check_assignment_node): Removed.Tom Tromey
2004-11-06 * link.cc (verify_type_assertions): Ensure classes have supersTom Tromey
2004-11-05 * class.c (layout_class_methods): Don't add Miranda methods whenTom Tromey
2004-11-05gcc/java:Bryce McKinlay
2004-11-052004-11-05 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-052004-11-05 Andrew Haley <aph@redhat.com>Andrew Haley
2004-11-05 * include/jvm.h (_Jv_Linker::set_vtable_entries): Updated.Tom Tromey
2004-11-05 * class.c (build_static_field_ref): Reverted previous patch.Tom Tromey
2004-11-04 * class.c (build_static_field_ref): Don't emit direct referencesTom Tromey
2004-11-04 * java/lang/natClass.cc (_Jv_getInterfaceMethod): IndentationTom Tromey
2004-11-04Reverted erroneous parts of previous checkinTom Tromey
2004-11-04 * interpret.cc (do_verify): Don't verify abstract methods.Tom Tromey
2004-11-03 * expr.c (expand_java_arrayload): Set lhs_type_node.Tom Tromey
2004-11-03 * jcf-parse.c (compute_class_name): Use filename length from zipTom Tromey
2004-11-02 * expr.c (expand_invoke): Mark new interface methods as abstract.Tom Tromey
2004-11-02 * link.cc (wait_for_state): Call verify_class.Tom Tromey
2004-11-01 * verify.cc (state::check_no_uninitialized_objects): Removed.Tom Tromey
2004-11-01 * verify-impl.c (push_jump): Removed check for uninitializedTom Tromey
2004-11-01 * decl.c (check_local_unnamed_variable): RecognizeTom Tromey
2004-10-292004-10-29 Andrew Haley <aph@redhat.com>Andrew Haley
2004-10-292004-10-29 Andrew Haley <aph@redhat.com>Andrew Haley
2004-10-282004-10-28 Andrew Haley <aph@redhat.com>Andrew Haley
2004-10-27 * link.cc (ensure_class_linked): Only resolve classes forTom Tromey
2004-10-26 * verify.h (vfy_notify_verified): Removed.Tom Tromey
2004-10-26 * verify-impl.c (debug_print_state): Declare `i' before code.Tom Tromey
2004-10-26 * verify-impl.c (type_print): Renamed from print. Now static andTom Tromey
2004-10-25 * expr.c (build_invokeinterface): Compute correct offset forTom Tromey
2004-10-25 * boehm.cc (_Jv_MarkObj): Test aux_info before dereferencing it.Tom Tromey
2004-10-25 * java/util/ResourceBundle.java (tryBundle): UseTom Tromey
2004-10-25 * java/util/zip/InflaterInputStream.java (fill): Don't throw anTom Tromey