diff src/share/vm/opto/c2compiler.hpp @ 7154:5d0bb7d52783

changes to support Graal co-existing with the other HotSpot compiler(s) and being used for explicit compilation requests and code installation via the Graal API
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:36:40 +0100
parents f95d63e2154a
children 096c224171c4
line wrap: on
line diff
--- a/src/share/vm/opto/c2compiler.hpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/opto/c2compiler.hpp	Wed Dec 12 21:36:40 2012 +0100
@@ -33,6 +33,8 @@
   static void initialize_runtime();
 
 public:
+  C2Compiler() : AbstractCompiler(c2) {}
+
   // Name
   const char *name() { return "C2"; }