RFR (XS) CR 8014509: @Contended: explicit default value behaves differently from the implicit value
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu May 16 13:50:06 PDT 2013
You forgot to change != to ==
+ if (_cp->symbol_at(group_index)->utf8_length() != 0) {
+ group_index = 0; // default contended group
Otherwise it is good. Thank you for the comment.
Vladimir
On 5/16/13 12:36 PM, Aleksey Shipilev wrote:
> On 05/15/2013 08:50 PM, Vladimir Kozlov wrote:
>> On 5/15/13 9:38 AM, Aleksey Shipilev wrote:
>>> Thanks!
>
> Please see the updated webrev here:
> http://cr.openjdk.java.net/~shade/8014509/webrev.02/
>
> -Aleksey.
>
More information about the hotspot-dev
mailing list