< prev index next >

src/hotspot/share/gc/shared/gc_globals.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.
*** 56,67 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ EPSILONGC_ONLY(GC_EPSILON_FLAGS( \ develop, \ develop_pd, \ product, \ --- 56,66 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ EPSILONGC_ONLY(GC_EPSILON_FLAGS( \ develop, \ develop_pd, \ product, \
*** 72,83 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ G1GC_ONLY(GC_G1_FLAGS( \ develop, \ develop_pd, \ product, \ --- 71,81 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ G1GC_ONLY(GC_G1_FLAGS( \ develop, \ develop_pd, \ product, \
*** 88,99 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ PARALLELGC_ONLY(GC_PARALLEL_FLAGS( \ develop, \ develop_pd, \ product, \ --- 86,96 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ PARALLELGC_ONLY(GC_PARALLEL_FLAGS( \ develop, \ develop_pd, \ product, \
*** 104,115 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ SERIALGC_ONLY(GC_SERIAL_FLAGS( \ develop, \ develop_pd, \ product, \ --- 101,111 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ SERIALGC_ONLY(GC_SERIAL_FLAGS( \ develop, \ develop_pd, \ product, \
*** 120,131 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ SHENANDOAHGC_ONLY(GC_SHENANDOAH_FLAGS( \ develop, \ develop_pd, \ product, \ --- 116,126 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ SHENANDOAHGC_ONLY(GC_SHENANDOAH_FLAGS( \ develop, \ develop_pd, \ product, \
*** 136,147 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ ZGC_ONLY(GC_Z_FLAGS( \ develop, \ develop_pd, \ product, \ --- 131,141 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ ZGC_ONLY(GC_Z_FLAGS( \ develop, \ develop_pd, \ product, \
*** 152,163 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable)) \ \ /* gc */ \ \ product(bool, UseSerialGC, false, \ "Use the Serial garbage collector") \ --- 146,156 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint)) \ \ /* gc */ \ \ product(bool, UseSerialGC, false, \ "Use the Serial garbage collector") \
< prev index next >