mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8214917: CTW testlibrary shouldn't ignore errors raised by the library itself
Reviewed-by: kvn, roland
This commit is contained in:
parent
bb6f1e7700
commit
5ff302e6bb
17 changed files with 20 additions and 367 deletions
|
@ -386,7 +386,7 @@ nmethod* TieredThresholdPolicy::event(const methodHandle& method, const methodHa
|
|||
thread->is_interp_only_mode()) {
|
||||
return NULL;
|
||||
}
|
||||
if (CompileTheWorld || ReplayCompiles) {
|
||||
if (ReplayCompiles) {
|
||||
// Don't trigger other compiles in testing mode
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue