RFR (XS) CR 8006403: Regression: jstack failed due to the FieldInfo regression in SA

Aleksey Shipilev aleksey.shipilev at oracle.com
Wed Jan 16 01:49:03 PST 2013


On 01/16/2013 01:45 PM, Staffan Larsen wrote:
> Thanks for jumping on this.

That's my sin to write that dumb code in the first place.

> 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();

Yes, that occurred to me as well, see updated webrev:
  http://cr.openjdk.java.net/~shade/8006403/webrev.02/

Tested that jstack now works fine.

-Aleksey.


More information about the hotspot-dev mailing list