8214917: CTW testlibrary shouldn't ignore errors raised by the library itself

Reviewed-by: kvn, roland
This commit is contained in:
Igor Ignatyev 2018-12-10 11:04:55 -08:00
parent bb6f1e7700
commit 5ff302e6bb
17 changed files with 20 additions and 367 deletions

View file

@ -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;