<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
For the hotspot garbage collectors the short answer is "no" there is
no way to<br>
turn off generational GC. I think it's even pretty deeply
entrenched in G1 which<br>
is only logically generational.<br>
<br>
If CMS were not generational, in the best cause you would see pauses<br>
on the order of 20ms. Maybe much larger although less frequent.<br>
More likely would be concurrent mode failures which would lead to<br>
full GC's.<br>
<br>
<br>
On 12/27/2011 1:20 PM, Guy Korland wrote:
<blockquote
cite="mid:CAMaz81KjR2d45kJUHrezH_shyft2n0OOzAWOFwgtKymQZYXguw@mail.gmail.com"
type="cite">
<pre wrap="">Hi,
I hope this is the right forum for this.
It seems like no matter how small we set the young generation, it take more
than 20ms.
Is there a way turn off generational GC, especially in CMS?
Thanks,
Guy
</pre>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
hotspot-gc-use mailing list
<a class="moz-txt-link-abbreviated" href="mailto:hotspot-gc-use@openjdk.java.net">hotspot-gc-use@openjdk.java.net</a>
<a class="moz-txt-link-freetext" href="http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use">http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use</a>
</pre>
</blockquote>
</body>
</html>