diff src/share/vm/runtime/globals.hpp @ 1574:1eb493f33423

6957080: MethodComparator needs stress testing Summary: Add a stress-test flag for running MethodComparator over many inputs. Fix bugs that crop up. Reviewed-by: kvn
author jrose
date Sat, 29 May 2010 19:22:32 -0700
parents 2d127394260e
children e9ff18c4ace7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 28 16:23:51 2010 -0700
+++ b/src/share/vm/runtime/globals.hpp	Sat May 29 19:22:32 2010 -0700
@@ -1120,6 +1120,9 @@
   product(intx, TraceRedefineClasses, 0,                                    \
           "Trace level for JVMTI RedefineClasses")                          \
                                                                             \
+  develop(bool, StressMethodComparator, false,                              \
+          "run the MethodComparator on all loaded methods")                 \
+                                                                            \
   /* change to false by default sometime after Mustang */                   \
   product(bool, VerifyMergedCPBytecodes, true,                              \
           "Verify bytecodes after RedefineClasses constant pool merging")   \