8135067: Preparatory refactorings for compiler control

Extract CompileTask and clean up

Reviewed-by: roland
This commit is contained in:
Nils Eliasson 2015-09-04 12:47:57 +02:00
parent d7b8032741
commit 559bf7ef6e
15 changed files with 553 additions and 499 deletions

View file

@ -32,7 +32,6 @@
#include "c1/c1_Runtime1.hpp"
#include "c1/c1_ValueType.hpp"
#include "compiler/compileBroker.hpp"
#include "compiler/compilerOracle.hpp"
#include "interpreter/linkResolver.hpp"
#include "memory/allocation.hpp"
#include "memory/allocation.inline.hpp"