diff src/share/vm/compiler/abstractCompiler.hpp @ 1406:35069ca331f2

Hooked C1XCompiler class into the system. Two new flags: -XX:+UseC1X makes sure that the C1X compiler is used instead of C1 -XX:TraceC1X=0 sets the trace level for C1X (value between 0=no output and 5=verbose)
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 11 May 2010 18:19:17 +0200
parents a61af66fc99e
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/compiler/abstractCompiler.hpp	Tue May 11 14:46:49 2010 +0200
+++ b/src/share/vm/compiler/abstractCompiler.hpp	Tue May 11 18:19:17 2010 +0200
@@ -59,9 +59,6 @@
 #endif // COMPILER2
 #endif // TIERED
 
-  // Customization
-  virtual bool needs_stubs            ()         = 0;
-
   void mark_initialized()                        { _is_initialized = true; }
   bool is_initialized()                          { return _is_initialized; }