mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
Merge
This commit is contained in:
commit
47a8760b93
338 changed files with 1627 additions and 20712 deletions
|
@ -1991,6 +1991,11 @@ bool Arguments::check_vm_args_consistency() {
|
|||
}
|
||||
#endif // SPARC
|
||||
|
||||
if (PrintNMTStatistics && MemTracker::tracking_level() == MemTracker::NMT_off) {
|
||||
warning("PrintNMTStatistics is disabled, because native memory tracking is not enabled");
|
||||
PrintNMTStatistics = false;
|
||||
}
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue