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
|
@ -206,8 +206,6 @@ objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
|
|||
do_uintx_flag(CodeCacheSegmentSize) \
|
||||
do_intx_flag(CodeEntryAlignment) \
|
||||
do_bool_flag(CompactFields) \
|
||||
NOT_PRODUCT(do_intx_flag(CompileTheWorldStartAt)) \
|
||||
NOT_PRODUCT(do_intx_flag(CompileTheWorldStopAt)) \
|
||||
do_intx_flag(ContendedPaddingWidth) \
|
||||
do_bool_flag(DontCompileHugeMethods) \
|
||||
do_bool_flag(EagerJVMCI) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue