hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 4457 f05d2dc1c332
parent 4099 77d31ea5a439
child 4458 075a9ef4e467
--- a/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Nov 13 11:55:26 2009 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Thu Nov 19 10:19:19 2009 -0800
@@ -242,6 +242,10 @@
   product(bool, G1UseSurvivorSpaces, true,                                  \
           "When true, use survivor space.")                                 \
                                                                             \
+  develop(bool, G1FailOnFPError, false,                                     \
+          "When set, G1 will fail when it encounters an FP 'error', "       \
+          "so as to allow debugging")                                       \
+                                                                            \
   develop(bool, G1FixedTenuringThreshold, false,                            \
           "When set, G1 will not adjust the tenuring threshold")            \
                                                                             \