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

Paul Hohensee paul.hohensee at oracle.com
Wed Feb 16 10:29:51 PST 2011


It does.  See 
agent/src/share/classes/sun/jvm/hotspot/memory/StringTable.java.

     stringTableSize = 
db.lookupIntConstant("StringTable::string_table_size").intValue();

Paul

On 2/16/11 1:15 PM, Keith McGuigan wrote:
>
> Looks good.  Nothing in the SA agent was calling getStringTableSize()?
>
> 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-runtime-dev mailing list