src/share/vm/runtime/arguments.cpp

changeset 7109
f5164941749c
parent 7102
7430aa5718a5
child 7117
8ec8971f511a
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Tue Aug 12 14:06:41 2014 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Thu Aug 14 13:15:23 2014 -0400
     1.3 @@ -3601,9 +3601,9 @@
     1.4  #if INCLUDE_NMT
     1.5      if (match_option(option, "-XX:NativeMemoryTracking", &tail)) {
     1.6        // The launcher did not setup nmt environment variable properly.
     1.7 -//      if (!MemTracker::check_launcher_nmt_support(tail)) {
     1.8 -//        warning("Native Memory Tracking did not setup properly, using wrong launcher?");
     1.9 -//      }
    1.10 +      if (!MemTracker::check_launcher_nmt_support(tail)) {
    1.11 +        warning("Native Memory Tracking did not setup properly, using wrong launcher?");
    1.12 +      }
    1.13  
    1.14        // Verify if nmt option is valid.
    1.15        if (MemTracker::verify_nmt_option()) {

mercurial