comparison src/share/vm/runtime/thread.cpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 679e6584c177
children 291ffc492eb6
comparison
equal deleted inserted replaced
7124:ab65fa23f8e9 7125:1baf7f1e3f23
3678 if (CleanChunkPoolAsync) { 3678 if (CleanChunkPoolAsync) {
3679 Chunk::start_chunk_pool_cleaner_task(); 3679 Chunk::start_chunk_pool_cleaner_task();
3680 } 3680 }
3681 3681
3682 // initialize compiler(s) 3682 // initialize compiler(s)
3683 #if defined(COMPILER1) || defined(COMPILER2) 3683 #if defined(COMPILER1) || defined(COMPILER2) || defined(GRAAL)
3684 CompileBroker::compilation_init(); 3684 CompileBroker::compilation_init();
3685 #endif 3685 #endif
3686 3686
3687 #if INCLUDE_MANAGEMENT 3687 #if INCLUDE_MANAGEMENT
3688 Management::initialize(THREAD); 3688 Management::initialize(THREAD);