summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
* interpret.cc (DEBUG): Rename this ...Dave Korn2009-04-281-2/+2
* configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney2007-07-311-3/+24
* File.java: Implement Comparable<File>.Tom Tromey2007-07-161-9/+12
* java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz2007-05-241-1/+6
* prims.cc (load_jvmti_agent): Add the missing `,'.H.J. Lu2007-04-091-1/+1
* gij.cc (main): Accept -agentlib and -agentpath options.Kyle Galloway2007-04-091-2/+165
* prims.cc (_Jv_Abort): fflush (stderr).Andrew Haley2007-01-311-0/+1
* prims.cc (_Jv_RunMain): Send JVMTI event notifications for VM_INIT and VM_DEA...Keith Seitz2007-01-241-11/+11
* 2007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley2007-01-111-2/+3
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-0/+33
* prims.cc (_Jv_PrependVersionedLibdir): Use _Jv_platform_path_separator.Tom Tromey2006-10-101-3/+6
* jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz2006-09-011-0/+1
* prims.cc (remoteDebug): New global.Keith Seitz2006-08-241-2/+48
* prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t...Gary Benson2006-07-281-9/+2
* prims.cc (_Jv_RunMain): Use JvNewStringUTF for command-line class name, not L...Bryce McKinlay2006-06-011-1/+1
* makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons2006-05-301-0/+42
* prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley2006-05-101-0/+3
* [multiple changes]Andrew Haley2006-05-041-0/+5
* re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey2006-04-041-1/+1
* 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