RFR (S) 8016903 - Thread::_handle_area initial size too big

Coleen Phillimore coleen.phillimore at oracle.com
Sat Jul 6 06:00:19 PDT 2013


This change looks good to me.
Thanks!
Coleen

On 7/5/2013 10:54 AM, Ioi Lam wrote:
> |Please review a small fix:||
> ||
> ||http://cr.openjdk.java.net/~iklam/8016903/reduce_handle_area_002/||
> ||
> ||Bug: Thread::_handle_area initial size too big||
> ||
> ||http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8016903||
> ||https://jbs.oracle.com/bugs/browse/JDK-8016903||
> ||
> ||Summary of fix:||
> ||
> ||    I have reduced the Thread::_handle_area from 1KB to 256 bytes 
> (which can now ||
> ||    hold 27 handles on 64-bit VM before we need to allocate an extra 
> chunk).||
> ||
> ||    Traces in Eclipse start-up showed that about 1.5% of calls to 
> HandleMark::~HandleMark()||
> ||    would pop an extra chunk.||
> ||
> ||    I ran refworkload and there are no significant performance 
> differences.||
> ||
> ||Tests:||
> ||
> ||    JPRT||
> ||    UTE (vm.runtime.testlist, vm.quick.testlist, 
> vm.parallel_class_loading.testlist)||
> ||    refworkload||
> ||
> ||Thanks||
> ||- Ioi||
> ||
> | 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20130706/d74eadac/attachment-0001.html 


More information about the hotspot-runtime-dev mailing list