src/share/vm/c1/c1_globals.hpp

changeset 7289
b9c94af14fd0
parent 6503
a9becfeecd1b
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/c1/c1_globals.hpp	Wed Oct 01 12:34:38 2014 -0700
     1.2 +++ b/src/share/vm/c1/c1_globals.hpp	Mon Oct 20 13:22:28 2014 +0200
     1.3 @@ -287,9 +287,6 @@
     1.4    develop(bool, InstallMethods, true,                                       \
     1.5            "Install methods at the end of successful compilations")          \
     1.6                                                                              \
     1.7 -  product(intx, CompilationRepeat, 0,                                       \
     1.8 -          "Number of times to recompile method before returning result")    \
     1.9 -                                                                            \
    1.10    develop(intx, NMethodSizeLimit, (64*K)*wordSize,                          \
    1.11            "Maximum size of a compiled method.")                             \
    1.12                                                                              \

mercurial