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 tuning parameters, for the Sun Hotspot JVM the full list of options
is available is available
[here](http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html). [here](http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html).
We recommend at least using `-XX:+AggressiveOpts` and` We recommend at least using `-XX:+AggressiveOpts` and `-XX:+UseFastAccessorMethods`.
-XX:+UseFastAccessorMethods`. You may get You may get some mileage with the other tuning parameters depending
some mileage with the other tuning parameters depending on your OS on your OS platform and application usage patterns.
platform and application usage patterns.
## Avoiding Anti-Patterns ## Avoiding Anti-Patterns