summaryrefslogtreecommitdiffstats
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR libgcj/2024, plus other class name cleanups:tromey2001-11-266-86/+118
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass): Usetromey2001-11-253-10/+19
* Fix for PR libgcj/4583:tromey2001-11-252-8/+117
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:tromey2001-11-202-6/+15
* * verify.cc (_Jv_BytecodeVerifier::require_array_type): Specialtromey2001-11-202-3/+19
* * verify.cc (_Jv_BytecodeVerifier::verify_instructions_0)tromey2001-11-192-3/+12
* * verify.cc (type::to_array): New method.tromey2001-11-192-1/+22
* * verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_sipush]:tromey2001-11-192-2/+6
* * verify.cc (_Jv_BytecodeVerifier::get_type_val_for_signature):tromey2001-11-192-0/+6
* * verify.cc (_Jv_BytecodeVerifier::get_ushort): Use `jint' fortromey2001-11-192-10/+17
* * verify.cc (_Jv_BytecodeVerifier::pop_type): Put PC into errortromey2001-11-192-12/+25
* * verify.cc: Include StringBuffer.h.tromey2001-11-182-41/+101
* Obvious jni weak reference fixgreen2001-11-172-1/+5
* * verify.cc (_Jv_BytecodeVerifier::check_field_constant): Handletromey2001-11-162-1/+6
* * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Newtromey2001-11-162-8/+63
* Re-merge with Classpath, from Brian Jones:tromey2001-11-162-1/+12
* * java/util/Timer.java (TaskQueue.isStopped): Remove method.mark2001-11-162-11/+16
* * verify.cc (type::compatible): Use _Jv_IsAssignableFrom.tromey2001-11-162-2/+11
* * java/lang/natString.cc: correct argument order forhboehm2001-11-152-1/+6
* * verify.cc (class _Jv_BytecodeVerifier) [op_dup2]: Fixed logic.tromey2001-11-152-18/+78
* * java/lang/reflect/Constructor.java (toString): Use moretromey2001-11-142-1/+4
* Re-merges with Classpath, from various people:tromey2001-11-143-102/+168
* Re-merges with Classpath, from various people:tromey2001-11-147-88/+230
* Fix for PR libgcj/4859:tromey2001-11-132-2/+18
* * Makefile.in: Rebuilt.tromey2001-11-135-21/+241
* * boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.bryce2001-11-122-1/+5
* * verify.cc: Wrap in #ifdef INTERPRETER...#endif.jsturm2001-11-092-0/+8
* * verify.cc (skip_padding): Fail if padding byte is nonzero.tromey2001-11-072-1/+6
* * HACKING: Make people commit their own patches.tromey2001-11-072-2/+10
* * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend.tromey2001-11-058-47/+2513
* * java/util/ResourceBundle.java (class Security): Now static.bryce2001-11-052-1/+5
* * java/util/ResourceBundle.java (getClassContext): Removed.bryce2001-11-045-95/+66
* * defineclass.cc (handleClassBegin): Use Object::class$, nottromey2001-11-042-2/+7
* 2001-11-02 Hans Boehm <Hans_Boehm@hp.com>hboehm2001-11-032-1/+6
* * libjava.lang/TLtest.xfail: New file. Needs threads.bryce2001-11-022-0/+5
* * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,jsm282001-10-3151-92/+126
* * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't callbryce2001-10-302-2/+8
* * java/util/zip/GZIPOutputStream.java (write(int)): New method.tromey2001-10-292-1/+12
* * include/jni.h (struct JNINativeInterface) [GetStringLength]:tromey2001-10-272-1/+6
* * java/util/zip/Adler32.java: Use correct class name. (Re-mergetromey2001-10-262-1/+6
* Oops!bryce2001-10-261-1/+1
* * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Nowbryce2001-10-2611-36/+37
* 2001-10-04 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-10-253-0/+51
* * include/boehm-gc.h: Call thread local allocation functionshboehm2001-10-252-2/+23
* 2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz>bryce2001-10-252-3/+7
* Correct date.ljrittle2001-10-241-1/+1
* * configure.in (case $THREADS): Add *-*-freebsd* configuration.ljrittle2001-10-244-305/+370
* 2001-10-24 Tom Tromey <tromey@redhat.com>tromey2001-10-2476-101/+4663
* * java/lang/reflect/Field.java: Made many methods private.tromey2001-10-242-10/+12
* * java/sql/Types.java (Types): New constructor.tromey2001-10-242-1/+10
OpenPOWER on IntegriCloud