RFR (XS) CR 8006403: Regression: jstack failed due to the FieldInfo regression in SA
Staffan Larsen
staffan.larsen at oracle.com
Wed Jan 16 01:45:33 PST 2013
Thanks for jumping on this.
Shouldn't this be looked up the same way the other constants are looked up? Something like:
FIELDINFO_TAG_MASK = db.lookupIntConstant("FIELDINFO_TAG_MASK").shortValue();
Thanks,
/Staffan
On 16 jan 2013, at 10:38, Aleksey Shipilev <aleksey.shipilev at oracle.com> wrote:
> Hi,
>
> Please consider this little fix for the regression which eluded the
> testing for @Contended SA changes. It's embarrassing how simple the
> issue really is:
> http://cr.openjdk.java.net/~shade/8006403/webrev.00/
>
> Credit goes to Staffan Larsen for first discovering this failure.
>
> -Aleksey.
More information about the hotspot-dev
mailing list