RFR (XXS): Vm crash "not long aligned" in metaspace stress tests

Kim Barrett kim.barrett at oracle.com
Thu Jun 18 17:01:55 UTC 2015


On Jun 18, 2015, at 10:35 AM, Joseph Provino <joseph.provino at oracle.com> wrote:
> 
> Please review this tiny change to one method in one file.
> 
> http://cr.openjdk.java.net/~jprovino/8085987/webrev.00
> 
> When attempting to specifically allocate from a small chunk,
> the size of the request wasn't being rounded up properly.
> 
> The fix is to call get_raw_word_size(word_size) and use
> that value for the allocation.
> 
> Tests:  JPRT, Aurora GC Nightly ad hoc test.

Looks good.




More information about the hotspot-gc-dev mailing list