aboutsummaryrefslogtreecommitdiff
path: root/libjava/prims.cc
AgeCommit message (Expand)AuthorFilesLines
2005-05-13[multiple changes]Bryce McKinlay1-0/+6
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-0/+16
2005-04-13prims.cc (parse_verbose_args): Fix verbose argument parsing.Thomas Fitzsimmons1-50/+53
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-23/+56
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons1-17/+131
2005-04-01natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey1-3/+3
2005-03-24Makefile.in: Rebuilt.Tom Tromey1-2/+7
2005-03-10New Stack Trace infrastructure.Bryce McKinlay1-4/+4
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons1-6/+175
2005-02-16prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney1-0/+2
2005-02-02PersistentByteMap.java: Fixed typo.Tom Tromey1-2/+1
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey1-1/+3
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-2/+6
2004-09-26prims.cc (unblock_signal): Annotate signum with __unused__ to avoid warnings ...Per Bothner1-1/+3
2004-09-26* prims.cc (process_gcj_properties): Optimization.Per Bothner1-11/+8
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