fixed typo in perf tuning manual

This commit is contained in:
Lionel Cons 2016-06-03 07:45:05 +02:00
parent 9e46afbed3
commit e4bac3e9cb
1 changed files with 3 additions and 4 deletions

View File

@ -211,10 +211,9 @@ tunings won't apply to JDKs from other providers (e.g. IBM or JRockit)
tuning parameters, for the Sun Hotspot JVM the full list of options
is available
[here](http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html).
We recommend at least using `-XX:+AggressiveOpts` and`
-XX:+UseFastAccessorMethods`. You may get
some mileage with the other tuning parameters depending on your OS
platform and application usage patterns.
We recommend at least using `-XX:+AggressiveOpts` and `-XX:+UseFastAccessorMethods`.
You may get some mileage with the other tuning parameters depending
on your OS platform and application usage patterns.
## Avoiding Anti-Patterns