comparison c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java @ 2054:3c0a889a176b

Added GC stats. Enabling intrinsics.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 12 Jan 2011 19:14:32 +0100
parents 00bc9eaf0e24
children 9508a52cbd32
comparison
equal deleted inserted replaced
2053:0db8c8cc5b4a 2054:3c0a889a176b
25 /** 25 /**
26 * Used to communicate configuration details, runtime offsets, etc. to c1x upon compileMethod. 26 * Used to communicate configuration details, runtime offsets, etc. to c1x upon compileMethod.
27 * 27 *
28 * @author Lukas Stadler 28 * @author Lukas Stadler
29 */ 29 */
30 public class HotSpotVMConfig implements CompilerObject { 30 public class HotSpotVMConfig extends CompilerObject {
31 31
32 // os information, register layout, code generation, ... 32 // os information, register layout, code generation, ...
33 public boolean windowsOs; 33 public boolean windowsOs;
34 public int codeEntryAlignment; 34 public int codeEntryAlignment;
35 public boolean verifyPointers; 35 public boolean verifyPointers;