< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -4088,13 +4088,10 @@
   develop_pd(bool, ValueTypePassFieldsAsArgs,                               \
              "Pass each value type field as an argument at calls")          \
                                                                             \
   develop_pd(bool, ValueTypeReturnedAsFields,                               \
             "return fields instead of a value type reference")              \
-                                                                            \
-  develop(bool, FullGCALotWithValueTypes, false,                            \
-          "Force full GCs to stress test handling of value types")          \
 
 
 /*
  *  Macros for factoring of globals
  */
< prev index next >