Tue, 19 Nov 2013 11:53:58 -0800 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'
simonis [Tue, 19 Nov 2013 11:53:58 -0800] rev 22849
8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now' Summary: fix CPP-interpreter after CheckUnhandledOops was re-enabled in the fastdebug build Reviewed-by: kvn, dholmes, lfoltan
Sat, 16 Nov 2013 01:42:55 +0100 8028470: PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64.
goetz [Sat, 16 Nov 2013 01:42:55 +0100] rev 22848
8028470: PPC64 (part 214): linux: extend signal handler to catch SIGTRAP on ppc64. Reviewed-by: kvn
Fri, 15 Nov 2013 12:01:00 -0800 8028401: PPC (part 117): Improve usability of adlc and format() functionality.
goetz [Fri, 15 Nov 2013 12:01:00 -0800] rev 22847
8028401: PPC (part 117): Improve usability of adlc and format() functionality. Summary: Add additional, more verbose syntax checks in adlc. Fix printing constant's problem in format(). Reviewed-by: kvn
Fri, 15 Nov 2013 14:09:26 -0500 Merge
kvn [Fri, 15 Nov 2013 14:09:26 -0500] rev 22846
Merge
Fri, 15 Nov 2013 11:05:32 -0800 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
goetz [Fri, 15 Nov 2013 11:05:32 -0800] rev 22845
8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering Summary: Add a field to C2 LoadNode and StoreNode classes which indicates whether the load/store should do an acquire/release on platforms which support it. Reviewed-by: kvn
Thu, 14 Nov 2013 19:24:59 -0800 8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation
goetz [Thu, 14 Nov 2013 19:24:59 -0800] rev 22844
8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
Thu, 07 Nov 2013 11:47:11 +0100 8027968: Adapt PPC to 8024927: Nashorn performance regression with CompressedOops
goetz [Thu, 07 Nov 2013 11:47:11 +0100] rev 22843
8027968: Adapt PPC to 8024927: Nashorn performance regression with CompressedOops Reviewed-by: coleenp, kvn
Thu, 07 Nov 2013 11:51:53 +0100 8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
goetz [Thu, 07 Nov 2013 11:51:53 +0100] rev 22842
8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: dholmes, coleenp, sspitsyn
Thu, 07 Nov 2013 11:44:53 +0100 8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
goetz [Thu, 07 Nov 2013 11:44:53 +0100] rev 22841
8027966: Adapt PPC to 8023657: New type profiling points: arguments to call Reviewed-by: dholmes
Thu, 07 Nov 2013 11:42:26 +0100 8027965: Adapt PPC to 8015107: NPG: Use consistent naming for metaspace concepts
goetz [Thu, 07 Nov 2013 11:42:26 +0100] rev 22840
8027965: Adapt PPC to 8015107: NPG: Use consistent naming for metaspace concepts Reviewed-by: dholmes
Thu, 07 Nov 2013 11:40:38 +0100 8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes
goetz [Thu, 07 Nov 2013 11:40:38 +0100] rev 22839
8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes Reviewed-by: dholmes
Tue, 05 Nov 2013 17:38:04 -0800 Merge
kvn [Tue, 05 Nov 2013 17:38:04 -0800] rev 22838
Merge
Wed, 16 Oct 2013 10:52:41 +0200 8026487: PPC64: Implement 'os::fork_and_exec' on AIX
simonis [Wed, 16 Oct 2013 10:52:41 +0200] rev 22837
8026487: PPC64: Implement 'os::fork_and_exec' on AIX Reviewed-by: kvn, twisti
Sun, 15 Sep 2013 15:28:58 +0200 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling
goetz [Sun, 15 Sep 2013 15:28:58 +0200] rev 22836
8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling Summary: Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
Thu, 19 Sep 2013 17:31:42 +0200 8024922: PPC64 (part 116): Extend adlc to generate fields into nodes.
goetz [Thu, 19 Sep 2013 17:31:42 +0200] rev 22835
8024922: PPC64 (part 116): Extend adlc to generate fields into nodes. Summary: Similar to specifying functions returning constants (as ins_avoid_back_to_back()) adlc now accepts specifications with prefix ins_field_xxx(tp) and adds field xxx of type tp to the node. Reviewed-by: kvn
Wed, 18 Sep 2013 14:34:56 -0700 8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints.
goetz [Wed, 18 Sep 2013 14:34:56 -0700] rev 22834
8024342: PPC64 (part 111): Support for C calling conventions that require 64-bit ints. Summary: Some platforms, as ppc and s390x/zArch require that 32-bit ints are passed as 64-bit values to C functions. This change adds support to adapt the signature and to issue proper casts to c2-compiled stubs. The functions are used in generate_native_wrapper(). Adapt signature used by the compiler as in PhaseIdealLoop::intrinsify_fill(). Reviewed-by: kvn
Fri, 13 Sep 2013 22:50:47 +0200 8024469: PPC64 (part 202): cppInterpreter: support for OSR.
goetz [Fri, 13 Sep 2013 22:50:47 +0200] rev 22833
8024469: PPC64 (part 202): cppInterpreter: support for OSR. Summary: Call OSR migration with last java frame. Reviewed-by: kvn
Thu, 12 Sep 2013 13:51:13 -0700 8024344: PPC64 (part 112): C argument in register AND stack slot.
goetz [Thu, 12 Sep 2013 13:51:13 -0700] rev 22832
8024344: PPC64 (part 112): C argument in register AND stack slot. Summary: On PPC, the first 13 floating point arguments to C calls are passed in floating point registers. Also, all but the first 8 arguments are passed on the stack. So there can be floating point arguments that are passed on the stack and in a register. We duplicate the regs datastructure in c_calling_convention() to represent this. Reviewed-by: kvn, cjplummer
Fri, 06 Sep 2013 20:16:09 +0200 8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis [Fri, 06 Sep 2013 20:16:09 +0200] rev 22831
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support Reviewed-by: kvn
Fri, 06 Sep 2013 20:08:29 +0200 8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles
simonis [Fri, 06 Sep 2013 20:08:29 +0200] rev 22830
8023034: PPC64 (part 14): Implement AIX/PPC64 support in HotSpot makefiles Reviewed-by: kvn
Fri, 06 Sep 2013 10:13:17 +0200 8024379: Adapt PPC64 port to 8003424
goetz [Fri, 06 Sep 2013 10:13:17 +0200] rev 22829
8024379: Adapt PPC64 port to 8003424 Reviewed-by: coleenp
Thu, 05 Sep 2013 11:04:39 -0700 Merge
kvn [Thu, 05 Sep 2013 11:04:39 -0700] rev 22828
Merge
Thu, 22 Aug 2013 09:39:54 -0700 8023033: PPC64 (part 13): basic changes for AIX
goetz [Thu, 22 Aug 2013 09:39:54 -0700] rev 22827
8023033: PPC64 (part 13): basic changes for AIX Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
Fri, 26 Jul 2013 00:59:18 +0200 8020775: PPC64 (part 12): posix signal printing
goetz [Fri, 26 Jul 2013 00:59:18 +0200] rev 22826
8020775: PPC64 (part 12): posix signal printing Summary: Implement methods printing posix signal information and call them in unix os files. Reviewed-by: kvn, dholmes, twisti Contributed-by: thomas.stuefe@sap.com
Fri, 16 Aug 2013 16:23:01 -0700 Merge
kvn [Fri, 16 Aug 2013 16:23:01 -0700] rev 22825
Merge
Fri, 02 Aug 2013 16:46:45 +0200 8019972: PPC64 (part 9): platform files for interpreter only VM.
goetz [Fri, 02 Aug 2013 16:46:45 +0200] rev 22824
8019972: PPC64 (part 9): platform files for interpreter only VM. Summary: With this change the HotSpot core build works on Linux/PPC64. The VM succesfully executes simple test programs. Reviewed-by: kvn
Thu, 01 Aug 2013 17:25:10 -0700 Merge
kvn [Thu, 01 Aug 2013 17:25:10 -0700] rev 22823
Merge
Fri, 26 Jul 2013 10:12:15 +0200 8019926: PPC64 (part 106): Make hsdis build and work on Linux/PPC64
simonis [Fri, 26 Jul 2013 10:12:15 +0200] rev 22822
8019926: PPC64 (part 106): Make hsdis build and work on Linux/PPC64 Summary: Make hsdis work on Linux/PPC64 and AIX/PPC64 Reviewed-by: kvn
Fri, 19 Jul 2013 13:32:53 -0700 Merge
kvn [Fri, 19 Jul 2013 13:32:53 -0700] rev 22821
Merge
Thu, 11 Jul 2013 12:56:29 -0700 Merge
kvn [Thu, 11 Jul 2013 12:56:29 -0700] rev 22820
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip