mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
a4efe9440b
21 changed files with 166 additions and 359 deletions
|
@ -2469,16 +2469,6 @@ bool Arguments::check_vm_args_consistency() {
|
|||
}
|
||||
}
|
||||
|
||||
// Note: only executed in non-PRODUCT mode
|
||||
if (!UseAsyncConcMarkSweepGC &&
|
||||
(ExplicitGCInvokesConcurrent ||
|
||||
ExplicitGCInvokesConcurrentAndUnloadsClasses)) {
|
||||
jio_fprintf(defaultStream::error_stream(),
|
||||
"error: +ExplicitGCInvokesConcurrent[AndUnloadsClasses] conflicts"
|
||||
" with -UseAsyncConcMarkSweepGC");
|
||||
status = false;
|
||||
}
|
||||
|
||||
if (PrintNMTStatistics) {
|
||||
#if INCLUDE_NMT
|
||||
if (MemTracker::tracking_level() == NMT_off) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue