mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8191437: AOT doesn't work easily after thread local handshakes
Reviewed-by: kvn, rehn, aph
This commit is contained in:
parent
40f06dc0e3
commit
15ea766de2
23 changed files with 201 additions and 75 deletions
|
@ -138,10 +138,6 @@ Flag::Error ThreadLocalHandshakesConstraintFunc(bool value, bool verbose) {
|
|||
CommandLineError::print(verbose, "ThreadLocalHandshakes not yet supported on this platform\n");
|
||||
return Flag::VIOLATES_CONSTRAINT;
|
||||
}
|
||||
if (UseAOT JVMCI_ONLY(|| EnableJVMCI || UseJVMCICompiler)) {
|
||||
CommandLineError::print(verbose, "ThreadLocalHandshakes not yet supported in combination with AOT or JVMCI\n");
|
||||
return Flag::VIOLATES_CONSTRAINT;
|
||||
}
|
||||
}
|
||||
return Flag::SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue