review request (S): 6962930 make the string table size configurable

Tom Rodriguez tom.rodriguez at oracle.com
Wed Feb 16 18:33:01 UTC 2011


On Feb 16, 2011, at 10:15 AM, Keith McGuigan wrote:

> 
> Looks good.  Nothing in the SA agent was calling getStringTableSize()?

No.  Remember that's the default string table size.  If you really want to ask the StringTable what size it is, you'd call BasicHashtable.tableSize() on the instance.

tom

> 
> On Feb 16, 2011, at 1:06 PM, John Coomes wrote:
> 
>> I'd appreciate reviews of a small change to allow the string table
>> size to be set on the command line:
>> 
>> http://cr.openjdk.java.net/~jcoomes/6962930-str-tbl-sz/
>> 
>> -John
>> 
> 




More information about the hotspot-gc-dev mailing list