cacao.git
2009-11-09 Michael Starzinger* src/vm/jit/codegen-common.cpp (codegen_emit): Fixed...
2009-11-09 Michael Starzinger* src/vm/jit/stubs.cpp: Removed obsolete legacy C inter...
2009-11-05 Michael Starzinger* tests/regression/base/All.java: Added test case for...
2009-11-05 Michael Starzinger* src/vm/jit/trap.cpp (trap_handle): Activated new...
2009-11-05 Michael Starzinger* src/vm/jit/trap.cpp (trap_handle): Activated new...
2009-11-04 Michael Starzinger* src/vm/jit/executionstate.c (executionstate_unwind_ex...
2009-11-04 Michael Starzinger* src/vm/jit/executionstate.c (executionstate_pop_stack...
2009-11-04 Michael Starzinger* src/vm/jit/replace.cpp: Use architectures STACKFRAME_...
2009-11-04 Michael Starzinger* src/native/vm/nativevm.cpp (nativevm_preinit): Sanity...
2009-11-03 Michael Starzinger* configure.ac: Added check for mach/mach.h header.
2009-11-03 Michael Starzinger* src/vm/jit/powerpc/arch.h: We have leaf-method optimi...
2009-11-03 Michael Starzinger* configure.ac: Added check for sys/utsname.h header.
2009-11-03 Michael Starzinger* src/vm/os.cpp: System header checks are done in os...
2009-11-03 Michael Starzinger* configure.ac: Check for jvmti.h header if JVMTI is...
2009-11-02 Michael Starzinger* src/vm/primitive.cpp (Primitive::get_type_by_primitiv...
2009-11-02 Michael Starzinger* src/vm/options.c (opt_TraceJVMTICalls): Added new...
2009-11-02 Michael Starzinger* src/vm/method.cpp (method_load): Loads LocalVariableT...
2009-11-02 Michael Starzinger* src/threads/posix/thread-posix.hpp: Removed public...
2009-11-02 Michael Starzinger* src/vm/hook.hpp: Use hook points for OProfile agent.
2009-10-29 Stefan Ring* src/native/vm/openjdk/jvm.cpp (JVM_GetVersionInfo...
2009-10-29 Michael Starzinger* src/threads/posix/thread-posix.cpp: Implemented threa...
2009-09-22 Stefan Ring* src/vm/jit/x86_64/codegen.h: Generate mfence instruction.
2009-09-21 Stefan Ring* src/native/jni.cpp: Issue a memory barriers after...
2009-09-21 Stefan Ring* src/native/jni.cpp: Fixed a typo.
2009-09-21 Stefan Ring* src/threads/lock.cpp: Slight memory barrier clarifica...
2009-09-19 Michael Starzinger* src/vm/jit/trap.cpp (trap_init): Disabled mmapping...
2009-09-19 Michael Starzinger* src/vm/jit/verify/typecheck-stackbased-gen.inc: Regen...
2009-09-19 Michael Starzinger* src/vm/jit/verify/generate.pl: Adapted to renamed...
2009-09-19 Michael Starzinger* src/vm/breakpoint.hpp: Added header file for breakpoi...
2009-09-19 Stefan Ring* src/vm/initialize.cpp: Added a required memory barrier.
2009-09-17 Stefan RingMerged MIPS stuff.
2009-09-17 Stefan RingMIPS repair work
2009-09-16 Michael Starzinger* src/vm/jit/builtin.hpp (builtintable_entry): Added...
2009-09-13 Stefan Ring* src/vm/jit/mips/linux/md-os.c: Simplified signal...
2009-09-13 Stefan Ring* src/vm/jit/mips/linux/md-os.c: Further simplified...
2009-09-13 Stefan Ring* src/vm/jit/trap.cpp (trap_handle) [__MIPS__]: Use...
2009-09-07 Michael Starzinger* src/toolbox/sequence.hpp: Added new file to hold...
2009-09-06 Michael Starzinger* src/native/native.hpp (NativeAgent, NativeAgents...
2009-09-01 Michael Starzinger* src/toolbox/list.hpp (DumpList): Made sort function...
2009-08-31 Michael Starzinger* src/vm/jit/codegen-common.cpp (codegen_emit): New...
2009-08-31 Michael Starzinger* src/vm/jit/show.cpp (show_method): Now shows patcher...
2009-08-31 Michael Starzinger* src/vm/jit/methodtree.c (methodtree_find): Detect...
2009-08-31 Michael Starzinger* src/vm/loader.cpp (load_constantpool): Uses DumpList...
2009-08-31 Michael Starzinger* src/mm/dumpmemory.hpp (DumpClass): Added new base...
2009-08-24 Michael Starzinger* src/vm/primitive.cpp: Removed obsolete legacy C inter...
2009-08-11 Michael Starzinger* src/toolbox/hashtable.hpp: Added preliminary C++...
2009-10-28 Michael Starzinger* src/native/native.cpp: Fixed bogus log_print calls...
2009-10-28 Michael Starzinger* src/vm/vm.cpp (usage): Made function static. Also...
2009-10-27 Michael Starzinger* src/native/vm/openjdk/jvm.cpp (JVM_GetVersionInfo...
2009-10-25 Stefan Ring* src/native/vm/openjdk/jvm.cpp (JVM_GetVersionInfo...
2009-10-22 Michael Starzinger* src/vm/jit/replace.cpp (replace_handler): Adapted...
2009-10-22 Michael Starzinger* src/vm/jit/trap.cpp (trap_handle): Adapted to support...
2009-10-21 Michael Starzinger* src/vm/os.cpp: Removed obsolete legacy C functions.
2009-10-21 Michael Starzinger* configure.ac: Define detailed version numbers.
2009-10-15 Michael Starzinger* src/toolbox/util.c (_Jv_getcwd): Moved convenience...
2009-10-15 Michael Starzinger* src/vm/hook.hpp: Added new file for hook points.
2009-10-15 Michael Starzinger* src/native/vm/openjdk/management.cpp: Added support...
2009-10-15 Stefan Ring* configure.ac: Added check for sys/loadavg.h (for...
2009-10-14 Michael Starzinger* src/vm/jit/codegen-common.cpp (codegen_emit): Fixed...
2009-10-14 Michael Starzinger* src/vm/jit/arm/codegen.c (codegen_emit_stub_native...
2009-10-14 Michael Starzinger* src/native/vm/openjdk/sun_misc_Perf.cpp: Added new...
2009-10-13 Stefan Ring* src/vm/types.h: Saner defines for internal types...
2009-10-13 Stefan Ring* src/native/jni.cpp: Partial backout of 54ab738ea6b2...
2009-10-07 Stefan Ring* src/vm/jit/mips/codegen.c: LADDCONST/LSUBCONST/IREMPO...
2009-10-07 Stefan Ring* src/vm/jit/mips/codegen.c: LAND/LOR/LXOR fixes.
2009-10-05 Stefan Ring* src/vm/jit/mips/linux/md-os.c (md_signal_handler_sigs...
2009-10-06 Stefan Ring*src/vm/vm.cpp (version): Adjusted date in copyright...
2009-09-24 Michael Starzinger* src/vm/javaobjects.cpp (java_lang_management_MemoryUs...
2009-09-24 Michael Starzinger* src/native/vm/openjdk/management.cpp (jmm_GetBoolAttr...
2009-09-24 Michael Starzinger* src/threads/threadlist.hpp (ThreadList): Adapted...
2009-09-24 Michael Starzinger* src/vm/classcache.cpp (classcache_get_loaded_classes...
2009-09-23 Michael Starzinger* src/vm/vm.hpp (VM::start_runtime_agents): Added new...
2009-09-23 Michael Starzinger* src/native/vm/sun_misc_Unsafe.cpp (Java_sun_misc_Unsa...
2009-02-12 Stefan Ring* INSTALL: Minor textual changes.
2009-08-02 Michael Starzinger* src/vm/jit/trace.cpp: Method tracer can now trace...
2009-07-15 Michael Starzinger* src/vm/global.h: Added definition of MIN macro with...
2009-07-06 Stefan Ringi386 / x86_64: Align patcher trap instruction.
2009-07-01 Stefan Ring* src/vm/jit/show.cpp (show_method, show_allocation...
2009-06-30 Stefan Ring* src/vm/jit/trap.cpp (trap_handle): Suppress PR85...
2009-06-30 Stefan Ring* NEWS: Slight clarification.
2009-06-30 Stefan Ring* NEWS: Brought in line with cacao-1.0.x branch, added...
2009-06-29 Stefan RingOpenSolaris x86_64
2009-06-29 Stefan Ring* src/vm/jit/i386/solaris/md-os.c: Forgot to remove...
2009-06-27 Stefan RingNow runs on OpenSolaris i386.
2009-06-26 Stefan RingAdded test for PR131.
2009-06-26 Stefan Ring* tests/regression/bugzilla/PR119.java: Compile fix.
2009-06-24 Stefan RingMinor bugfix for previous commit.
2009-06-23 Stefan RingFixes PR131.
2009-06-22 Stefan Ring* configure.ac: Added AC_CONFIG_AUX_DIR.
2009-06-20 Stefan RingFixes PR130 (os::scandir invocation).
2009-06-02 Stefan Ring* src/vm/options.c (options_xx): Don't clutter output...
2009-06-02 Stefan RingFixes PR128 (changed resolution order for native methods).
2009-06-02 Stefan Ring* src/native/vm/sun_misc_Unsafe.cpp: Make both OpenJDK...
2009-05-28 Stefan Ring* src/vm/os.cpp (os::abort_errnum, os::abort_errno...
2009-05-28 Stefan Ring* src/native/jni.cpp (_Jv_JNI_CallStaticObjectMethodV,
2009-05-26 Stefan Ring* src/vm/os.hpp (os::fprintf): Fixed vfprintf invocation.
2009-05-20 Michael Starzinger* src/native/vm/openjdk/jvm.cpp (JVM_GetAllThreads...
2009-05-20 Michael Starzinger* src/vm/jit/codegen-common.cpp (codegen_start_native_c...
2009-05-20 Michael Starzinger* src/vm/jit/mips/codegen.c (codegen_emit): Fixed minor...
2009-05-12 Michael Starzinger* src/toolbox/list.hpp (List): Added new list class...
next