< prev index next >

src/share/vm/gc_implementation/g1/g1_globals.hpp

Print this page
rev 7994 : [mq]: filter

*** 1,7 **** /* ! * Copyright (c) 2001, 2014, 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) 2001, 2015, 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.
*** 275,284 **** --- 275,288 ---- \ experimental(bool, G1EagerReclaimHumongousObjectsWithStaleRefs, true, \ "Try to reclaim dead large objects that have a few stale " \ "references at every young GC.") \ \ + experimental(bool, G1EagerReclaimHumongousPreSnapshotTypeArrays, true, \ + "Try to reclaim of dead large typeArray objects even when " \ + "allocated before an in-progress concurrent mark phase.") \ + \ experimental(bool, G1TraceEagerReclaimHumongousObjects, false, \ "Print some information about large object liveness " \ "at every young GC.") \ \ experimental(uintx, G1OldCSetRegionThresholdPercent, 10, \
< prev index next >