diff src/share/vm/c1x/c1x_Compiler.hpp @ 1421:6223633ce7dd

changed VMExit/VMEntries to non-static, added eclipse c++ project, CIR interface changes
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 23 Jul 2010 15:53:02 -0700
parents 55ac38887415
children 3483ec571caf
line wrap: on
line diff
--- a/src/share/vm/c1x/c1x_Compiler.hpp	Tue Jul 13 11:47:55 2010 -0700
+++ b/src/share/vm/c1x/c1x_Compiler.hpp	Fri Jul 23 15:53:02 2010 -0700
@@ -61,7 +61,6 @@
   static oop get_RiConstantPool(constantPoolOop cpOop);
 };
 
-
 // Tracing macros
 
 #define IF_TRACE_C1X_1 if (TraceC1X >= 1)