< prev index next >

src/hotspot/share/runtime/globals_shared.hpp

Print this page

*** 1,7 **** /* ! * Copyright (c) 1997, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 75,86 **** // Only materialize src code for range checking when required, ignore otherwise #define IGNORE_RANGE(a, b) // Only materialize src code for contraint checking when required, ignore otherwise #define IGNORE_CONSTRAINT(func,type) - #define IGNORE_WRITEABLE(type) - #define VM_FLAGS( \ develop, \ develop_pd, \ product, \ product_pd, \ --- 75,84 ----
*** 90,101 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ RUNTIME_FLAGS( \ develop, \ develop_pd, \ product, \ --- 88,98 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ RUNTIME_FLAGS( \ develop, \ develop_pd, \ product, \
*** 106,117 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ GC_FLAGS( \ develop, \ develop_pd, \ product, \ --- 103,113 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ GC_FLAGS( \ develop, \ develop_pd, \ product, \
*** 122,133 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ #define ALL_FLAGS( \ develop, \ develop_pd, \ --- 118,128 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ #define ALL_FLAGS( \ develop, \ develop_pd, \
*** 139,150 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ VM_FLAGS( \ develop, \ develop_pd, \ product, \ --- 134,144 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ VM_FLAGS( \ develop, \ develop_pd, \ product, \
*** 155,178 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ RUNTIME_OS_FLAGS( \ develop, \ develop_pd, \ product, \ product_pd, \ diagnostic, \ diagnostic_pd, \ notproduct, \ range, \ ! constraint, \ ! writeable) \ \ JVMCI_ONLY(JVMCI_FLAGS( \ develop, \ develop_pd, \ product, \ --- 149,170 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ RUNTIME_OS_FLAGS( \ develop, \ develop_pd, \ product, \ product_pd, \ diagnostic, \ diagnostic_pd, \ notproduct, \ range, \ ! constraint) \ \ JVMCI_ONLY(JVMCI_FLAGS( \ develop, \ develop_pd, \ product, \
*** 180,203 **** diagnostic, \ diagnostic_pd, \ experimental, \ notproduct, \ range, \ ! constraint, \ ! writeable)) \ \ COMPILER1_PRESENT(C1_FLAGS( \ develop, \ develop_pd, \ product, \ product_pd, \ diagnostic, \ diagnostic_pd, \ notproduct, \ range, \ ! constraint, \ ! writeable)) \ \ COMPILER2_PRESENT(C2_FLAGS( \ develop, \ develop_pd, \ product, \ --- 172,193 ---- diagnostic, \ diagnostic_pd, \ experimental, \ notproduct, \ range, \ ! constraint)) \ \ COMPILER1_PRESENT(C1_FLAGS( \ develop, \ develop_pd, \ product, \ product_pd, \ diagnostic, \ diagnostic_pd, \ notproduct, \ range, \ ! constraint)) \ \ COMPILER2_PRESENT(C2_FLAGS( \ develop, \ develop_pd, \ product, \
*** 205,223 **** diagnostic, \ diagnostic_pd, \ experimental, \ notproduct, \ range, \ ! constraint, \ ! writeable)) \ \ ARCH_FLAGS( \ develop, \ product, \ diagnostic, \ experimental, \ notproduct, \ range, \ ! constraint, \ ! writeable) #endif // SHARE_RUNTIME_GLOBALS_SHARED_HPP --- 195,211 ---- diagnostic, \ diagnostic_pd, \ experimental, \ notproduct, \ range, \ ! constraint)) \ \ ARCH_FLAGS( \ develop, \ product, \ diagnostic, \ experimental, \ notproduct, \ range, \ ! constraint) #endif // SHARE_RUNTIME_GLOBALS_SHARED_HPP
< prev index next >