comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotTarget.java @ 1455:43a93774d24f

Syncing changes with C1X.
author Doug Simon <doug.simon@oracle.com>
date Fri, 12 Nov 2010 16:11:41 +0100
parents d0c8d3a2a7e8
children cb04e4217df0
comparison
equal deleted inserted replaced
1448:9196a2b32950 1455:43a93774d24f
27 * 27 *
28 * @author Lukas Stadler 28 * @author Lukas Stadler
29 */ 29 */
30 public class HotSpotTarget extends CiTarget { 30 public class HotSpotTarget extends CiTarget {
31 31
32 public HotSpotTarget(CiArchitecture arch, CiRegisterSaveArea rsa, boolean isMP, int spillSlotSize, int wordSize, int referenceSize, int stackAlignment, int pageSize, int cacheAlignment, 32 public HotSpotTarget(CiArchitecture arch, boolean isMP, int spillSlotSize, int wordSize, int referenceSize, int stackAlignment, int pageSize, int cacheAlignment,
33 int heapAlignment, int codeAlignment, boolean inlineObjects) { 33 int heapAlignment, int codeAlignment, boolean inlineObjects) {
34 super(arch, rsa, isMP, spillSlotSize, wordSize, referenceSize, stackAlignment, pageSize, cacheAlignment, heapAlignment, codeAlignment, inlineObjects); 34 super(arch, isMP, spillSlotSize, wordSize, referenceSize, stackAlignment, pageSize, cacheAlignment, heapAlignment, codeAlignment, inlineObjects, true);
35 } 35 }
36 36
37 @Override 37 @Override
38 public int alignFrameSize(int frameSize) { 38 public int alignFrameSize(int frameSize) {
39 // account for the stored rbp value 39 // account for the stored rbp value