diff 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
line wrap: on
line diff
--- a/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Tue Jan 11 17:02:38 2011 +0100
+++ b/c1x4hotspotsrc/HotSpotVM/src/com/sun/hotspot/c1x/HotSpotVMConfig.java	Wed Jan 12 19:14:32 2011 +0100
@@ -27,7 +27,7 @@
  *
  * @author Lukas Stadler
  */
-public class HotSpotVMConfig implements CompilerObject {
+public class HotSpotVMConfig extends CompilerObject {
 
     // os information, register layout, code generation, ...
     public boolean windowsOs;