log

age author description
Mon, 27 May 2013 10:58:47 +0200 Goetz Fixed from 8 port moved to 7.
Wed, 24 Apr 2013 18:03:13 +0200 Goetz C++ interpreter: implement support for early return
Tue, 09 Apr 2013 12:09:13 +0200 Goetz ppc: fix trap based range checks.
Tue, 02 Apr 2013 18:51:33 +0200 simonis Temporarily switch off 'TrapBasedRangeChecks'
Tue, 02 Apr 2013 18:34:38 +0200 simonis Fix -Xcheck:jni on AIX
Tue, 02 Apr 2013 15:36:48 +0200 simonis New HS24 JSR292 implementation for PPC64
Tue, 12 Mar 2013 09:57:36 +0100 Goetz Added tag ppc-aix-port-b04 for changeset ca298f18e21d
Mon, 11 Mar 2013 17:56:27 +0100 Goetz merge ppc-aix-port-b04
Thu, 07 Mar 2013 14:19:37 +0000 simonis shared: Make hotspot build with gcc 4.7.2 and newer
Wed, 06 Mar 2013 13:47:00 +0100 Goetz C-interpreter: add biased locking support
Mon, 04 Mar 2013 18:13:54 +0100 simonis Temporarily disable 'EnableInvokeDynamic' while working on the new HS24 indy implementation
Mon, 04 Mar 2013 16:08:50 +0100 Goetz aix: fix disclaiming memory.
Sun, 03 Mar 2013 16:53:20 +0100 Goetz rt: add fence to taskqueue to fix probelms showing in torture tests
Mon, 25 Feb 2013 15:15:31 +0100 Goetz opto: trap based null and range checks
Mon, 25 Feb 2013 15:12:52 +0100 Goetz opto: Extend ImplicitNullCheck optimizations.
Mon, 25 Feb 2013 15:08:27 +0100 Goetz linux: extend signal handler to catch SIGTRAP on ppc.
Mon, 25 Feb 2013 15:08:27 +0100 Goetz asm: fix DelayedConstant
Mon, 25 Feb 2013 15:08:27 +0100 Goetz rt: extend ELF-decoder to ppc function descriptor tables
Mon, 25 Feb 2013 15:08:27 +0100 Goetz shared: Make hsdis build and work on Linux/PPC64
Mon, 25 Feb 2013 15:08:27 +0100 Goetz C-interpreter: implement support for compressed Oops.
Mon, 25 Feb 2013 15:08:27 +0100 Goetz C-interpreter: implement G1 support
Mon, 25 Feb 2013 15:08:27 +0100 Goetz opto / regalloc: Fix problem with rematerialization
Mon, 25 Feb 2013 15:08:27 +0100 Goetz C-interpreter: memory ordering as required for platforms with weak memory ordering (PPC)
Mon, 25 Feb 2013 15:08:27 +0100 Goetz shared: Memory ordering as required for platforms with weak memory ordering (PPC)
Mon, 25 Feb 2013 15:08:27 +0100 Goetz shared: ordering of Independent Reads of Independent Writes
Mon, 25 Feb 2013 15:08:27 +0100 Goetz opto: issue more memory barriers as neede on PPC.
Mon, 25 Feb 2013 15:08:27 +0100 Goetz shared: introduce functions to specify memory ordering properties of platforms.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz 8006971 rt: Improve handling of memory ordering in taskqueue.hpp.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz opto: adapt assertion in postaloc.cpp for ppc.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz C-interpreter: Fix for OSR.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz opto: explicit specification of rematerialization in ad file.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz opto: Move static _in_dump_cnt to Compile object.
Mon, 25 Feb 2013 15:08:26 +0100 Goetz C-interpreter: implement bytecode profiling.
Mon, 25 Feb 2013 15:08:19 +0100 Goetz ppc: Initial C2 compiler port, ppc files
Mon, 25 Feb 2013 15:03:36 +0100 Goetz opto: Basic fixes for the ppc C2 port
Mon, 25 Feb 2013 15:03:36 +0100 Goetz opto: support for constants on ppc
Mon, 25 Feb 2013 15:03:36 +0100 Goetz 8003853 opto: specify offset of IC load in java_to_interp stub.
Mon, 25 Feb 2013 15:03:36 +0100 Goetz opto: Do not relocate in scratch emit.
Mon, 25 Feb 2013 15:03:35 +0100 Goetz adlc: do safe call to constant_offset() in debug coding
Mon, 25 Feb 2013 15:03:35 +0100 Goetz opto: Extend adlc to generate fields into nodes.
Mon, 25 Feb 2013 15:03:35 +0100 Goetz 8003850 opto: introduce phase lateExpand to expand nodes after register allocation.
Mon, 25 Feb 2013 15:03:34 +0100 Goetz opto: hook to postprocess matcher output platform dependent.
Mon, 25 Feb 2013 15:03:34 +0100 Goetz opto: Extend Load and Store nodes to know about memory ordering.
Mon, 25 Feb 2013 15:03:33 +0100 Goetz rt: C argument in register AND stack slot.
Mon, 25 Feb 2013 15:03:33 +0100 Goetz opto,rt: Support for C calling conventions that require 64-bit ints.
Mon, 25 Feb 2013 15:03:33 +0100 Goetz aix: AIX platform files as required to start up the interpreter.
Mon, 25 Feb 2013 15:03:14 +0100 Goetz make: Implement aix ppc64 build.
Fri, 22 Feb 2013 13:48:35 +0100 Goetz shared: Basic non-functional fixes needed for the ppc port.
Fri, 22 Feb 2013 13:48:34 +0100 Goetz posix: Implement methods giving infos about signals.
Fri, 22 Feb 2013 13:48:34 +0100 Goetz shared: Fix IA64 preprocessor conditionals on AIX.
Fri, 22 Feb 2013 13:48:02 +0100 Goetz ppc: PPC platform files as required to start up the interpreter.
Thu, 21 Feb 2013 22:18:01 +0100 Goetz make: Implement linux ppc64 support in makefiles.
Thu, 21 Feb 2013 17:42:31 +0100 Goetz rt: Use stubs to implement safefetch.
Thu, 21 Feb 2013 17:42:31 +0100 Goetz opto: Trampoline relocations
Thu, 21 Feb 2013 17:42:31 +0100 Goetz C-interpreter: basic fixes
Thu, 21 Feb 2013 17:42:25 +0100 Goetz shared: Basic non-functional fixes needed for the ppc port.
Thu, 21 Feb 2013 12:29:42 +0100 Goetz shared: Make adapter_code_size a function.
Thu, 21 Feb 2013 12:25:46 +0100 Goetz make: Reenable CORE build
Tue, 22 Jan 2013 11:31:25 -0800 kvn 8005055: pass outputStream to more opto debug routines
Tue, 27 Nov 2012 17:41:38 -0800 kvn 8003850: add support for constants in stub code