aboutsummaryrefslogtreecommitdiff
path: root/libjava/prims.cc
AgeCommit message (Expand)AuthorFilesLines
2004-08-23prims.cc (JVMPI_NOTIFY_ALLOC): New macro.Bryce McKinlay1-67/+29
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-8/+15
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay1-14/+10
2004-07-20re PR libgcj/16591 (Missing '#ifndef DISABLE_MAIN_ARGS' in _Jv_RunMain (libja...Bryce McKinlay1-0/+2
2004-07-20prims.cc (process_gcj_properties): Don't increment i within LHS of assignment.Bryce McKinlay1-2/+4
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay1-0/+5
2004-07-11re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay1-2/+1
2004-07-04FirstThread.java, [...]: Removed.Michael Koch1-5/+5
2004-06-18prims.cc (_Jv_CreateJavaVM): Install SEGV and FPE handlers...Ranjit Mathew1-5/+9
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-9/+57
2004-01-14re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant1-9/+12
2003-10-16prims.cc (_Jv_NewObjectArray): Make sure byte size doesn't overflow a jint.Ralph Loader1-3/+10
2003-10-13natClassLoader.cc (_Jv_InitNewClassFields): Removed.Tom Tromey1-2/+0
2003-10-02VMClassLoader.java (loadClass): Now native.Tom Tromey1-0/+6
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-4/+4
2003-08-20prims.cc (unblock_signal): New function.Andrew Haley1-0/+16
2003-07-21Runtime.java: Comment fix.Tom Tromey1-1/+19
2003-06-13prims.cc (catch_segv): Create exception in handler.Andrew Haley1-28/+29
2003-04-25jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar1-2/+25
2003-03-10[multiple changes]Andrew Haley1-32/+0
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell1-9/+9
2002-12-05Makefile.in: Rebuilt.Tom Tromey1-1/+1
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-5/+5
2002-11-02For PR java/8415:Tom Tromey1-1/+0
2002-08-24Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.Mark Wielaard1-3/+4
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-1/+2
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey1-18/+2
2002-02-07configure.in: Changed mingw) to *mingw*).Adam Megacz1-27/+1
2002-02-07embedded updatesAnthony Green1-1/+10
2002-02-02prims.cc: Added #undef STRICT after #include<windows.h>.Adam Megacz1-0/+1
2002-02-022002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz1-21/+9
2001-12-16For PR java/5088:Tom Tromey1-5/+11
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-26/+48
2001-12-13prims.cc (_Jv_RunMain): Use `using' to simplify code.Tom Tromey1-12/+8
2001-12-11For PR libgcj/1147:Tom Tromey1-4/+12
2001-10-23prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay1-8/+5
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay1-15/+71
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-1/+18
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