src/share/vm/runtime/arguments.cpp

changeset 4015
bb3f6194fedb
parent 3969
1d7922586cf6
child 4037
da91efe96a93
child 4216
e4d10261499c
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Fri Aug 24 16:23:59 2012 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Thu Aug 23 10:21:12 2012 +0200
     1.3 @@ -1916,7 +1916,7 @@
     1.4        (ExplicitGCInvokesConcurrent ||
     1.5         ExplicitGCInvokesConcurrentAndUnloadsClasses)) {
     1.6      jio_fprintf(defaultStream::error_stream(),
     1.7 -                "error: +ExplictGCInvokesConcurrent[AndUnloadsClasses] conflicts"
     1.8 +                "error: +ExplicitGCInvokesConcurrent[AndUnloadsClasses] conflicts"
     1.9                  " with -UseAsyncConcMarkSweepGC");
    1.10      status = false;
    1.11    }

mercurial