What influences young generation pause times?

Y. Srinivas Ramakrishna y.s.ramakrishna at oracle.com
Tue Apr 20 22:37:08 UTC 2010


On 04/20/10 14:14, Matt Khan wrote:
> 
> perhaps this should be on the runtime list but since it's relevant to 
> this thread I'll ask here....
> 
> I'm periodically getting output like
> 
> RevokeBias                         [     238          0              1] 
>          [     0     0     0]     [     0        7]          0  
> 
> headed by one of these
> 
> Total time for wh [     0     0     0]     [     0       14]          0  
> 
> the lines are overwhelmingly RevokeBias or BulkRevokeBias
> 
> Can you explain what these values are? I'm not especially familiar with 
> the hotspot source code so am unsure where I'd find this info in the src 
> alone.


If you are asking about the columns in each record, check the header
line which should have been printed earlier. If you use a more recent
JVM (hs18) you should see the column headings printed more frequently
than the sole initial appearance in the log produced by older jvm's.

For background on biased locking and associated flags, and what
is involved in bias revocation etc, read
http://portal.acm.org/citation.cfm?doid=1167473.1167496

Experiment with -XX:-UseBiasedLocking if it's not working well for
you, or if it is interfering with your predictability
objectives (read the article for when biased locking may not work well
and how it may affect predictability), and contact your
Java support for further tuning help, questions, to report a
performance bug, etc.

all the best.
-- ramki

> 
> Cheers
> Matt
> 
> Matt Khan
> --------------------------------------------------
> GFFX Auto Trading
> Deutsche Bank, London
> 
> 
> ---
> 
> This e-mail may contain confidential and/or privileged information. If 
> you are not the intended recipient (or have received this e-mail in 
> error) please notify the sender immediately and delete this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden.
> 
> Please refer to http://www.db.com/en/content/eu_disclosures.htm for 
> additional EU corporate and regulatory disclosures.

_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use at openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use



More information about the hotspot-gc-dev mailing list