diff src/share/vm/opto/c2compiler.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 469216acdb28
children 096c224171c4 de6a9e811145
line wrap: on
line diff
--- a/src/share/vm/opto/c2compiler.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/opto/c2compiler.hpp	Tue Nov 05 17:38:04 2013 -0800
@@ -28,24 +28,17 @@
 #include "compiler/abstractCompiler.hpp"
 
 class C2Compiler : public AbstractCompiler {
-private:
-
-  static void initialize_runtime();
+ private:
+  static bool init_c2_runtime();
 
 public:
   // Name
   const char *name() { return "C2"; }
 
-  static volatile int _runtimes;
-
 #ifdef TIERED
   virtual bool is_c2() { return true; };
 #endif // TIERED
 
-  // Customization
-  bool needs_adapters         () { return true; }
-  bool needs_stubs            () { return true; }
-
   void initialize();
 
   // Compilation entry point for methods