RFR: 8159467: AArch64: Enable compact strings
Aleksey Shipilev
aleksey.shipilev at oracle.com
Wed Jul 13 14:47:22 UTC 2016
On 07/13/2016 05:24 PM, Andrew Haley wrote:
> Compact strings are now complete enough to be enabled by default.
>
> The patch also includes the deletion of a couple of incorrect lines
> code which supposedly disabled biased locking. This code never worked,
> never did anything, and biased locking has always been on by default.
Come again? Are you saying that
77 define_pd_global(bool, UseBiasedLocking, false);
...did not disable BiasedLocking on AArch64?
> http://cr.openjdk.java.net/~aph/8159467
+1
Thanks,
-Aleksey
More information about the hotspot-dev
mailing list