comparison src/share/vm/c1/c1_Compiler.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 e522a00b91aa
children 836a62f43af9
comparison
equal deleted inserted replaced
7153:c421c19b7bf8 7154:5d0bb7d52783
42 #include "runtime/interfaceSupport.hpp" 42 #include "runtime/interfaceSupport.hpp"
43 #include "runtime/sharedRuntime.hpp" 43 #include "runtime/sharedRuntime.hpp"
44 44
45 volatile int Compiler::_runtimes = uninitialized; 45 volatile int Compiler::_runtimes = uninitialized;
46 46
47 Compiler::Compiler() { 47 Compiler::Compiler() : AbstractCompiler(c1) {
48 } 48 }
49 49
50 50
51 Compiler::~Compiler() { 51 Compiler::~Compiler() {
52 Unimplemented(); 52 Unimplemented();