< prev index next >

src/hotspot/share/gc/shared/gc_globals.hpp

Print this page
rev 57486 : imported patch 8235860-remove-serial-old-gc

*** 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.
*** 166,179 **** "Use the Garbage-First garbage collector") \ \ product(bool, UseParallelGC, false, \ "Use the Parallel garbage collector.") \ \ - product(bool, UseParallelOldGC, false, \ - "Use the Parallel or Serial garbage collector when collecting " \ - "the old generation. Deprecated.") \ - \ experimental(bool, UseEpsilonGC, false, \ "Use the Epsilon (no-op) garbage collector") \ \ experimental(bool, UseZGC, false, \ "Use the Z garbage collector") \ --- 166,175 ----
< prev index next >