Code Review for stage-hotspot

Prepared by:Goetz on Mon Jun 17 13:05:09 CEST 2013
Workspace:/net/usr.work/d045726/oJ/stage-hotspot
Compare against: http://hg.openjdk.java.net/ppc-aix-port/stage/hotspot
Compare against version:4739
Summary of changes: 76 lines changed: 75 ins; 0 del; 1 mod; 2591 unchg
Patch of changes: stage-hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/code/relocInfo.cpp

rev 4740 : 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:
37 lines changed: 37 ins; 0 del; 0 mod; 1167 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/code/relocInfo.hpp

rev 4740 : 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:
39 lines changed: 38 ins; 0 del; 1 mod; 1424 unchg

This code review page was prepared using /usr/local/bin/webrev.ksh (vers 23.18-hg).