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
Fri, 05 Jul 2013 22:17:47 +0200 8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX.
goetz [Fri, 05 Jul 2013 22:17:47 +0200] rev 22819
8019973: PPC64 (part 11): Fix IA64 preprocessor conditionals on AIX. Summary: On AIX 7.1 systemcfg.h defines IA64 unconditionally, so test for !AIX where IA64 is used. Reviewed-by: dholmes, kvn
Wed, 10 Jul 2013 09:14:25 -0700 8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles
simonis [Wed, 10 Jul 2013 09:14:25 -0700] rev 22818
8019922: PPC64 (part 8): Implement Linux/PPC64 support in HotSpot makefiles Summary: HotSpot make changes to build the HotSpot on Linux/PPC64 Reviewed-by: dholmes, kvn
Tue, 09 Jul 2013 14:28:07 +0200 8020121: PPC64: fix build in cppInterpreter after 8019519
goetz [Tue, 09 Jul 2013 14:28:07 +0200] rev 22817
8020121: PPC64: fix build in cppInterpreter after 8019519 Reviewed-by: kvn
Wed, 03 Jul 2013 11:25:06 +0200 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return.
goetz [Wed, 03 Jul 2013 11:25:06 +0200] rev 22816
8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return. Reviewed-by: sspitsyn, kvn
Wed, 03 Jul 2013 01:41:42 +0200 8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
goetz [Wed, 03 Jul 2013 01:41:42 +0200] rev 22815
8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops Reviewed-by: kvn, coleenp
Wed, 03 Jul 2013 01:29:13 +0200 8019517: PPC64 (part 102): cppInterpreter: implement G1 support
goetz [Wed, 03 Jul 2013 01:29:13 +0200] rev 22814
8019517: PPC64 (part 102): cppInterpreter: implement G1 support Reviewed-by: kvn
Thu, 04 Jul 2013 10:51:31 +0200 8016696: PPC64 (part 4): add relocation for trampoline stubs
goetz [Thu, 04 Jul 2013 10:51:31 +0200] rev 22813
8016696: PPC64 (part 4): add relocation for trampoline stubs Summary: A trampoline allows to encode a small branch in the code, even if there is the chance that this branch can not reach all possible code locations. If the relocation finds that a branch is too far for the instruction in the code, it can patch it to jump to the trampoline where is sufficient space for a far branch. Needed on PPC. Reviewed-by: kvn, bdelsart, jrose
Wed, 03 Jul 2013 11:50:29 -0700 Merge
kvn [Wed, 03 Jul 2013 11:50:29 -0700] rev 22812
Merge
Wed, 26 Jun 2013 16:06:38 +0200 8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking
goetz [Wed, 26 Jun 2013 16:06:38 +0200] rev 22811
8017317: PPC64 (part 7): cppInterpreter: implement support for biased locking Reviewed-by: kvn, dholmes
Mon, 24 Jun 2013 17:11:47 +0200 8017313: PPC64 (part 6): stack handling improvements
goetz [Mon, 24 Jun 2013 17:11:47 +0200] rev 22810
8017313: PPC64 (part 6): stack handling improvements Summary: Precompute limit for stack overflow check. Reviewed-by: kvn, coleenp
Thu, 27 Jun 2013 13:04:51 -0700 Merge
kvn [Thu, 27 Jun 2013 13:04:51 -0700] rev 22809
Merge
Fri, 21 Jun 2013 15:56:24 -0700 Merge
kvn [Fri, 21 Jun 2013 15:56:24 -0700] rev 22808
Merge
Thu, 20 Jun 2013 16:30:44 -0700 8016586: PPC64 (part 3): basic changes for PPC64
goetz [Thu, 20 Jun 2013 16:30:44 -0700] rev 22807
8016586: PPC64 (part 3): basic changes for PPC64 Summary: added #includes needed for ppc64 port. Renamed _MODEL_ppc to _MODEL_ppc_32 and renamed corresponding old _ppc files to _ppc_32. Reviewed-by: dholmes, kvn
Wed, 19 Jun 2013 12:29:30 +0200 8016491: PPC64 (part 2): Clean up PPC defines.
goetz [Wed, 19 Jun 2013 12:29:30 +0200] rev 22806
8016491: PPC64 (part 2): Clean up PPC defines. Summary: Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on any PPC system. PPC32 and PPC64 should guard code needed in a port for the ppc64 or ppc32 instruction set. Reviewed-by: kvn
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip