src/share/vm/runtime/globals.hpp

changeset 4575
bce1ac447f6b
parent 4458
f422634e5828
child 4576
f64ffbf81af5
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Feb 05 22:24:36 2013 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Feb 06 14:50:37 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1816,7 +1816,7 @@
    1.11                                                                              \
    1.12    product(uintx, InitiatingHeapOccupancyPercent, 45,                        \
    1.13            "Percentage of the (entire) heap occupancy to start a "           \
    1.14 -          "concurrent GC cycle. It us used by GCs that trigger a "          \
    1.15 +          "concurrent GC cycle. It is used by GCs that trigger a "          \
    1.16            "concurrent GC cycle based on the occupancy of the entire heap, " \
    1.17            "not just one of the generations (e.g., G1). A value of 0 "       \
    1.18            "denotes 'do constant GC cycles'.")                               \

mercurial