summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
* prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney2005-02-161-0/+2
* PersistentByteMap.java: Fixed typo.Tom Tromey2005-02-021-2/+1
* PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey2005-01-101-1/+3
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-2/+6
* prims.cc (unblock_signal): Annotate signum with __unused__ to avoid warnings ...Per Bothner2004-09-261-1/+3
* * prims.cc (process_gcj_properties): Optimization.Per Bothner2004-09-261-11/+8
* prims.cc (JVMPI_NOTIFY_ALLOC): New macro.Bryce McKinlay2004-08-231-67/+29
* javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner2004-08-111-8/+15
* prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay2004-07-241-14/+10
* re PR libgcj/16591 (Missing '#ifndef DISABLE_MAIN_ARGS' in _Jv_RunMain (libja...Bryce McKinlay2004-07-201-0/+2
* prims.cc (process_gcj_properties): Don't increment i within LHS of assignment.Bryce McKinlay2004-07-201-2/+4
* re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay2004-07-131-0/+5
* re PR awt/16748 (IAA.ImageComponentsTest: Freezes When Window Is Resized)Bryce McKinlay2004-07-111-2/+1
* FirstThread.java, [...]: Removed.Michael Koch2004-07-041-5/+5
* prims.cc (_Jv_CreateJavaVM): Install SEGV and FPE handlers...Ranjit Mathew2004-06-181-5/+9
* prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2004-04-161-9/+57
* re PR libgcj/12001 (_Jv_FindClass dumps core when Oracle's classes12.zip in $...Nathan Bryant2004-01-141-9/+12
* prims.cc (_Jv_NewObjectArray): Make sure byte size doesn't overflow a jint.Ralph Loader2003-10-161-3/+10
* natClassLoader.cc (_Jv_InitNewClassFields): Removed.Tom Tromey2003-10-131-2/+0
* VMClassLoader.java (loadClass): Now native.Tom Tromey2003-10-021-0/+6
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-011-4/+4
* prims.cc (unblock_signal): New function.Andrew Haley2003-08-201-0/+16
* Runtime.java: Comment fix.Tom Tromey2003-07-211-1/+19
* prims.cc (catch_segv): Create exception in handler.Andrew Haley2003-06-131-28/+29
* jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar2003-04-251-2/+25
* [multiple changes]Andrew Haley2003-03-101-32/+0
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-9/+9
* Makefile.in: Rebuilt.Tom Tromey2002-12-051-1/+1
* natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley2002-12-031-5/+5
* For PR java/8415:Tom Tromey2002-11-021-1/+0
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.Mark Wielaard2002-08-241-3/+4
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-101-1/+2
* prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey2002-02-071-18/+2
* configure.in: Changed mingw) to *mingw*).Adam Megacz2002-02-071-27/+1
* embedded updatesAnthony Green2002-02-071-1/+10
* prims.cc: Added #undef STRICT after #include<windows.h>.Adam Megacz2002-02-021-0/+1
* 2002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz2002-02-021-21/+9
* For PR java/5088:Tom Tromey2001-12-161-5/+11
* prims.cc: Some old cleanups.Hans Boehm2001-12-141-26/+48
* prims.cc (_Jv_RunMain): Use `using' to simplify code.Tom Tromey2001-12-131-12/+8
* For PR libgcj/1147:Tom Tromey2001-12-111-4/+12
* prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay2001-10-231-8/+5
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-161-15/+71
* natFinalizerThread.cc: New file.Tom Tromey2001-10-101-1/+18
* prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey2001-10-021-5/+19
* ClassLoader.java (system): Remove static field.Per Bothner2001-08-311-1/+2
* Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2001-08-261-140/+42
* prims.cc (JNI_OnLoad): Don't declare.Tom Tromey2001-08-031-35/+0
* prims.cc (_JNI_OnLoad): New function.Rainer Orth2001-07-241-4/+11
* natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey2001-06-151-2/+10