diff src/share/vm/c1/c1_globals.hpp @ 20575:b9c94af14fd0

8059445: Remove CompilationRepeat Summary: Remove product flag -XX:CompilationRepeat Reviewed-by: kvn, iveresov
author neliasso
date Mon, 20 Oct 2014 13:22:28 +0200
parents a9becfeecd1b
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Wed Oct 01 12:34:38 2014 -0700
+++ b/src/share/vm/c1/c1_globals.hpp	Mon Oct 20 13:22:28 2014 +0200
@@ -287,9 +287,6 @@
   develop(bool, InstallMethods, true,                                       \
           "Install methods at the end of successful compilations")          \
                                                                             \
-  product(intx, CompilationRepeat, 0,                                       \
-          "Number of times to recompile method before returning result")    \
-                                                                            \
   develop(intx, NMethodSizeLimit, (64*K)*wordSize,                          \
           "Maximum size of a compiled method.")                             \
                                                                             \