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
goetz [Wed, 03 Jul 2013 01:29:13 +0200] rev 22814
8019517: PPC64 (part 102): cppInterpreter: implement G1 support
Reviewed-by: kvn
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
kvn [Wed, 03 Jul 2013 11:50:29 -0700] rev 22812
Merge
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
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
kvn [Thu, 27 Jun 2013 13:04:51 -0700] rev 22809
Merge