|
Quick Lists
|
|
Bug ID:
|
6740923
|
|
Votes
|
0
|
|
Synopsis
|
NUMA allocator: Ensure the progress of adaptive chunk resizing
|
|
Category
|
hotspot:garbage_collector
|
|
Reported Against
|
b03
|
|
Release Fixed
|
hs14(b06)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
25-AUG-2008
|
|
Description
|
The NUMA allocator resizes its lgroup chunks proportionally to the allocation rate in each chunk. However, in case when allocation fails the hole which it left is still considered to be a free space and is not taken into account when computing the allocation rate. Considering that the lgroup chunk can get as small as page it is possible that the allocation will fail immediately thus producting the allocation rate value of zero. This in turn would prevent the chunk from growing.
Posted Date : 2008-08-25 13:45:18.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
We should account for failed allocation requests. If the allocation requestion fails in an lgroup chunk it should be considered fully used.
Posted Date : 2008-08-25 13:45:18.0
http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/06df86c2ec37
Posted Date : 2008-09-27 10:00:39.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |