src/share/vm/runtime/globals.hpp

changeset 1602
0c1bf505f7a2
parent 1581
504830073409
child 1603
22e27cceb7d8
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Jan 12 14:56:46 2010 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jan 13 15:46:13 2010 -0500
     1.3 @@ -1204,7 +1204,7 @@
     1.4    product(bool, UseSerialGC, false,                                         \
     1.5            "Use the serial garbage collector")                               \
     1.6                                                                              \
     1.7 -  experimental(bool, UseG1GC, false,                                        \
     1.8 +  product(bool, UseG1GC, false,                                             \
     1.9            "Use the Garbage-First garbage collector")                        \
    1.10                                                                              \
    1.11    product(bool, UseParallelGC, false,                                       \

mercurial