JDK-8004053 : -XX:NativeMemoryTracking:off doesn't work after fix for 7200092
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs25
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2012-11-27
  • Updated: 2013-04-22
  • Resolved: 2013-04-22
Related Reports
Relates :  
Description
Before 7200092 the JVM accepted the option Off for -XX:NativeMemoryTracking, now it reports:

Error occurred during initialization of VM
Unknown option given to XX:NativeMemoryTracking: off

This change was probably not intentional, the question is if we the Off option is something that we should support. Since NMT is off by default at the moment it really doesn't add any value though.

ILW = LLL -> P5
Comments
Removed multiple Fix Versions
22-04-2013

Fixed in 8003689
04-12-2012