changeset 13516 | f7adc27fb367 |
parent 13391 | 30245956af37 |
child 13728 | 882756847a04 |
child 14143 | 79c6fae0f949 |
--- a/hotspot/src/share/vm/runtime/arguments.cpp Fri Aug 24 16:23:59 2012 -0700 +++ b/hotspot/src/share/vm/runtime/arguments.cpp Thu Aug 23 10:21:12 2012 +0200 @@ -1916,7 +1916,7 @@ (ExplicitGCInvokesConcurrent || ExplicitGCInvokesConcurrentAndUnloadsClasses)) { jio_fprintf(defaultStream::error_stream(), - "error: +ExplictGCInvokesConcurrent[AndUnloadsClasses] conflicts" + "error: +ExplicitGCInvokesConcurrent[AndUnloadsClasses] conflicts" " with -UseAsyncConcMarkSweepGC"); status = false; }