< prev index next >

src/hotspot/share/gc/epsilon/epsilon_globals.hpp

Print this page

*** 1,6 **** --- 1,7 ---- /* + * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017, 2018, Red Hat, Inc. 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
*** 41,52 **** notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint, \ ! writeable) \ \ experimental(size_t, EpsilonPrintHeapSteps, 20, \ "Print heap occupancy stats with this number of steps. " \ "0 turns the printing off.") \ range(0, max_intx) \ --- 42,52 ---- notproduct, \ manageable, \ product_rw, \ lp64_product, \ range, \ ! constraint) \ \ experimental(size_t, EpsilonPrintHeapSteps, 20, \ "Print heap occupancy stats with this number of steps. " \ "0 turns the printing off.") \ range(0, max_intx) \
< prev index next >