mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
Ensure ensure correct initialization of compiler runtime Reviewed-by: kvn, twisti
This commit is contained in:
parent
7f46feeee2
commit
aef0d74e96
18 changed files with 386 additions and 265 deletions
|
@ -133,11 +133,10 @@ SharkCompiler::SharkCompiler()
|
|||
exit(1);
|
||||
}
|
||||
|
||||
execution_engine()->addModule(
|
||||
_native_context->module());
|
||||
execution_engine()->addModule(_native_context->module());
|
||||
|
||||
// All done
|
||||
mark_initialized();
|
||||
set_state(initialized);
|
||||
}
|
||||
|
||||
void SharkCompiler::initialize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue