summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay2006-02-081-5/+5
* 2006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-011-2/+146
* prims.cc (next_property_value): Never return NULL.Archit Shah2006-01-241-7/+8
* natThread.cc (finish_): Don't clear 'group'.Tom Tromey2006-01-061-4/+4
* Implement -Xss.Bryce McKinlay2005-11-171-5/+13
* re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey2005-09-061-1/+1
* [multiple changes]Bryce McKinlay2005-05-131-0/+6
* re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley2005-04-291-0/+16
* prims.cc (parse_verbose_args): Fix verbose argument parsing.Thomas Fitzsimmons2005-04-131-50/+53
* jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey2005-04-051-23/+56
* re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons2005-04-021-17/+131
* natVMClassLoader.cc (getSystemClassLoaderInternal): Updated for name change.Tom Tromey2005-04-011-3/+3
* Makefile.in: Rebuilt.Tom Tromey2005-03-241-2/+7
* New Stack Trace infrastructure.Bryce McKinlay2005-03-101-4/+4
* re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons2005-02-231-6/+175
* 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