Re: New String-related cmdline options

2011-04-12 Thread Paul Hohensee
7-dev@openjdk.java.net Subject: Re: New String-related cmdline options What 6714404 means is that the +UseStringCache switch only works if you also specify +AggressiveOpts. By default, UseStringCache is off, even if AggressiveOpts is on, because at the moment it benefits only some applications on some architec

RE: New String-related cmdline options

2011-04-11 Thread David Dabbs
> -Original Message- > From: jdk7-dev-boun...@openjdk.java.net [mailto:jdk7-dev- > boun...@openjdk.java.net] On Behalf Of Paul Hohensee > Sent: Monday, April 11, 2011 2:01 PM > To: jdk7-dev@openjdk.java.net > Subject: Re: New String-related cmdline options > > Wh

Re: New String-related cmdline options

2011-04-11 Thread Paul Hohensee
What 6714404 means is that the +UseStringCache switch only works if you also specify +AggressiveOpts. By default, UseStringCache is off, even if AggressiveOpts is on, because at the moment it benefits only some applications on some architectures. At some point, we'll probably make whether it d