mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -65,12 +65,6 @@ void JVMCICompiler::bootstrap(TRAPS) {
|
|||
// Nothing to do in -Xint mode
|
||||
return;
|
||||
}
|
||||
#ifndef PRODUCT
|
||||
// We turn off CompileTheWorld so that compilation requests are not
|
||||
// ignored during bootstrap or that JVMCI can be compiled by C1/C2.
|
||||
FlagSetting ctwOff(CompileTheWorld, false);
|
||||
#endif
|
||||
|
||||
_bootstrapping = true;
|
||||
ResourceMark rm;
|
||||
HandleMark hm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue