mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -167,6 +167,7 @@ void AOTLib::verify_config() {
|
|||
verify_flag(_config->_compactFields, CompactFields, "CompactFields");
|
||||
verify_flag(_config->_enableContended, EnableContended, "EnableContended");
|
||||
verify_flag(_config->_restrictContended, RestrictContended, "RestrictContended");
|
||||
verify_flag(_config->_threadLocalHandshakes, ThreadLocalHandshakes, "ThreadLocalHandshakes");
|
||||
|
||||
if (!TieredCompilation && _config->_tieredAOT) {
|
||||
handle_config_error("Shared file %s error: Expected to run with tiered compilation on", _name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue