You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oh my god, i love your fanatical devotion to performance! Keep up pls.
But these options are not common to all JVMs, only available on HotSpot right? As JRockit is now free too, i will do some research for JRockit and post it here.
http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
some interesting ones:
-XX:+UseCompressedStrings Use a byte[] for Strings which can be represented as pure ASCII. (Introduced in Java 6 Update 21 Performance Release)
-XX:+OptimizeStringConcat Optimize String concatenation operations where possible. (Introduced in Java 6 Update 20)
-XX:+UseStringCache Enables caching of commonly allocated strings.
The text was updated successfully, but these errors were encountered: