mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8236224: Obsolete the FieldsAllocationStyle and CompactFields options
Remove the options and code for options deprecated in JDK 14 Reviewed-by: dholmes, hseigel, fparain
This commit is contained in:
parent
ee5729ac21
commit
c4b8e38de4
9 changed files with 23 additions and 85 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -197,12 +197,10 @@ JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
|
|||
do_bool_flag(CITimeEach) \
|
||||
do_uintx_flag(CodeCacheSegmentSize) \
|
||||
do_intx_flag(CodeEntryAlignment) \
|
||||
do_bool_flag(CompactFields) \
|
||||
do_intx_flag(ContendedPaddingWidth) \
|
||||
do_bool_flag(DontCompileHugeMethods) \
|
||||
do_bool_flag(EagerJVMCI) \
|
||||
do_bool_flag(EnableContended) \
|
||||
do_intx_flag(FieldsAllocationStyle) \
|
||||
do_bool_flag(FoldStableValues) \
|
||||
do_bool_flag(ForceUnreachable) \
|
||||
do_intx_flag(HugeMethodLimit) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue