8003868: fix shark for latest HotSpot and LLVM

Reviewed-by: twisti
This commit is contained in:
Roman Kennke 2012-11-27 12:48:52 -08:00 committed by Christian Thalinger
parent 31411dbc32
commit 96562be9e5
30 changed files with 329 additions and 380 deletions

View file

@ -3667,7 +3667,7 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
}
// initialize compiler(s)
#if defined(COMPILER1) || defined(COMPILER2)
#if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK)
CompileBroker::compilation_init();
#endif