aboutsummaryrefslogtreecommitdiff
path: root/libjava/prims.cc
AgeCommit message (Expand)AuthorFilesLines
2011-11-24re PR bootstrap/50888 (Bootstrap failure in libjava against latest git glibc)Jakub Jelinek1-6/+7
2009-04-28interpret.cc (DEBUG): Rename this ...Dave Korn1-2/+2
2007-07-31configure.ac (INTERPRETER): New AM_CONDITIONAL.David Daney1-3/+24
2007-07-16File.java: Implement Comparable<File>.Tom Tromey1-9/+12
2007-05-24java-interp.h (_Jv_InterpFrame::get_pc): Only deduct one when pc_ptr is non-N...Keith Seitz1-1/+6
2007-04-09prims.cc (load_jvmti_agent): Add the missing `,'.H.J. Lu1-1/+1
2007-04-09gij.cc (main): Accept -agentlib and -agentpath options.Kyle Galloway1-2/+165
2007-01-31prims.cc (_Jv_Abort): fflush (stderr).Andrew Haley1-0/+1
2007-01-24prims.cc (_Jv_RunMain): Send JVMTI event notifications for VM_INIT and VM_DEA...Keith Seitz1-11/+11
2007-01-112007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley1-2/+3
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-0/+33
2006-10-10prims.cc (_Jv_PrependVersionedLibdir): Use _Jv_platform_path_separator.Tom Tromey1-3/+6
2006-09-01jvm.h (_Jv_JVMTI_Init): Declare.Keith Seitz1-0/+1
2006-08-24prims.cc (remoteDebug): New global.Keith Seitz1-2/+48
2006-07-28prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t...Gary Benson1-9/+2
2006-06-01prims.cc (_Jv_RunMain): Use JvNewStringUTF for command-line class name, not L...Bryce McKinlay1-1/+1
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons1-0/+42
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley1-0/+3
2006-05-04[multiple changes]Andrew Haley1-0/+5
2006-04-04re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey1-1/+1
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-5/+5
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster1-2/+146
2006-01-24prims.cc (next_property_value): Never return NULL.Archit Shah1-7/+8
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey1-4/+4
2005-11-17Implement -Xss.Bryce McKinlay1-5/+13
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey1-1/+1
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