aboutsummaryrefslogtreecommitdiff
path: root/libjava/prims.cc
AgeCommit message (Expand)AuthorFilesLines
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey1-5/+19
2001-08-31ClassLoader.java (system): Remove static field.Per Bothner1-1/+2
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay1-140/+42
2001-08-03prims.cc (JNI_OnLoad): Don't declare.Tom Tromey1-35/+0
2001-07-24prims.cc (_JNI_OnLoad): New function.Rainer Orth1-4/+11
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey1-2/+10
2001-06-02Check for sigaction.Anthony Green1-2/+4
2001-05-24[multiple changes]Tom Tromey1-19/+63
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner1-66/+174
2001-04-28prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg1-1/+1
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-17/+16
2001-03-23prims.cc (_Jv_FindClassFromSignature): Check return of recursive call.Jeff Sturm1-3/+7
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay1-1/+1
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco1-13/+3
2001-01-15All files with updated copyright.Alexandre Petit-Bianco1-51/+15
2001-01-08In gcc/java:Bryce McKinlay1-16/+15
2000-12-22Throwable.java (trace_enabled): New static field.Bryce McKinlay1-0/+6
2000-11-27prims.cc (_Jv_NewObjectArray): Use const_cast to initialize length field of a...Tom Tromey1-3/+7
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green1-8/+3
2000-11-24prims.cc (_Jv_NewObjectArray): Use palcement new to create array.Tom Tromey1-3/+8
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey1-5/+3
2000-10-02prims.cc (_Jv_argv, _Jv_argc): New fields.Bryce McKinlay1-0/+7
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm1-19/+11
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay1-3/+7
2000-08-26Makefile.in: Rebuilt.Anthony Green1-0/+11
2000-08-21natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green1-5/+28
2000-06-20ThreadGroup.java: Merged with classpath.Bryce McKinlay1-9/+2
2000-06-152000-06-15 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay1-1/+1
2000-05-31prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.Tom Tromey1-2/+12
2000-05-19Jumbo patch:Tom Tromey1-20/+32
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay1-17/+17
2000-04-27Runtime support for PR gcj/2:Tom Tromey1-0/+6
2000-04-27prims.cc (_Jv_NewObjectArray): Fix typo.Bryce McKinlay1-1/+1
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green1-17/+19
2000-04-02JVMPI changes...Anthony Green1-0/+31
2000-03-15[multiple changes]Tom Tromey1-1/+48
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay1-79/+15
2000-03-05configure.host: Fix __NO_MATH_INLNES botch.Anthony Green1-5/+6
2000-02-01prims.cc (_Jv_MallocUnchecked): New function.Tom Tromey1-0/+10
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
2000-01-18prims.cc (_Jv_RunMain): Set the name of this executable.Andrew Haley1-0/+6
2000-01-17* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.Tom Tromey1-2/+2
2000-01-17natThrowable.cc: New file.Andrew Haley1-1/+34
2000-01-04[multiple changes]Tom Tromey1-2/+20
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey1-6/+15
1999-11-05boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.Jeff Sturm1-4/+4
1999-10-22Makefile.in: Rebuilt.Tom Tromey1-7/+35
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green1-0/+159
1999-09-23re GNATS gcj/51 (Writing on OutputStream of bad Socket kills app with "Broken...Tom Tromey1-15/+17