src/share/vm/runtime/globals.hpp

changeset 4438
9deda4d8e126
parent 4403
1f6d10b4cc0c
child 4439
212c5b9c38e7
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Jan 14 13:44:49 2013 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jan 14 13:52:08 2013 -0500
     1.3 @@ -929,11 +929,14 @@
     1.4            "Starts debugger when an implicit OS (e.g., NULL) "               \
     1.5            "exception happens")                                              \
     1.6                                                                              \
     1.7 -  notproduct(bool, PrintCodeCache, false,                                   \
     1.8 -          "Print the compiled_code cache when exiting")                     \
     1.9 +  product(bool, PrintCodeCache, false,                                      \
    1.10 +          "Print the code cache memory usage when exiting")                 \
    1.11                                                                              \
    1.12    develop(bool, PrintCodeCache2, false,                                     \
    1.13 -          "Print detailed info on the compiled_code cache when exiting")    \
    1.14 +          "Print detailed usage info on the code cache when exiting")       \
    1.15 +                                                                            \
    1.16 +  product(bool, PrintCodeCacheOnCompilation, false,                         \
    1.17 +          "Print the code cache memory usage each time a method is compiled") \
    1.18                                                                              \
    1.19    diagnostic(bool, PrintStubCode, false,                                    \
    1.20            "Print generated stub code")                                      \

mercurial