diff src/share/vm/graal/graalCompiler.cpp @ 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 ce248dc0a656
children 8a3efb8c831d
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Wed Dec 12 15:46:11 2012 +0100
+++ b/src/share/vm/graal/graalCompiler.cpp	Wed Dec 12 21:36:40 2012 +0100
@@ -36,7 +36,7 @@
 
 GraalCompiler* GraalCompiler::_instance = NULL;
 
-GraalCompiler::GraalCompiler() {
+GraalCompiler::GraalCompiler() : AbstractCompiler(graal) {
   _initialized = false;
   assert(_instance == NULL, "only one instance allowed");
   _instance = this;