diff src/share/vm/c1x/c1x_Compiler.hpp @ 1414:e1a275dbc8cd

Executing a+b with C1X on HotSpot ;-) !
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 18 May 2010 21:53:05 +0200
parents 1ecc8f0aad00
children 55ac38887415
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_Compiler.hpp	Tue May 18 17:43:37 2010 +0200
+++ b/src/share/vm/c1x/c1x_Compiler.hpp	Tue May 18 21:53:05 2010 +0200
@@ -24,8 +24,14 @@
 
 class C1XCompiler : public AbstractCompiler {
 
+private:
+
+  boolean _initialized;
+
 public:
 
+  C1XCompiler() { _initialized = false; }
+
 	virtual const char* name() { return "C1X"; }
 
 	// Native / OSR not supported