src/share/vm/runtime/globals.hpp

changeset 3900
d2a62e0f25eb
parent 3869
58ad5f22317e
child 3902
3f1ab0c19c30
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -190,7 +190,6 @@
     1.4  
     1.5  #endif // no compilers
     1.6  
     1.7 -
     1.8  // string type aliases used only in this file
     1.9  typedef const char* ccstr;
    1.10  typedef const char* ccstrlist;   // represents string arguments which accumulate
    1.11 @@ -896,6 +895,9 @@
    1.12    develop(bool, UseFakeTimers, false,                                       \
    1.13            "Tells whether the VM should use system time or a fake timer")    \
    1.14                                                                              \
    1.15 +  product(ccstr, NativeMemoryTracking, "off",                               \
    1.16 +          "Native memory tracking options")                                 \
    1.17 +                                                                            \
    1.18    diagnostic(bool, LogCompilation, false,                                   \
    1.19            "Log compilation activity in detail to hotspot.log or LogFile")   \
    1.20                                                                              \

mercurial