Re: GC Help

2017-10-25 Thread Hohensee, Paul
Also, the server compiler makes every effort to remove zeroing fields if the constructor initializes them. Much/most zeroing ends up being elided. Paul On 10/24/17, 2:35 AM, "hotspot-gc-dev on behalf of Andrew Haley" wrote:

Re: RFR (S): 8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results

2018-02-02 Thread Hohensee, Paul
And, can a get a reviewer or reviewers for the CSR? Thanks, Paul On 2/2/18, 1:14 PM, "Hohensee, Paul" <hohen...@amazon.com> wrote: +hotspot-gc-use. I’ve filed a CSR for the current patch, see https://bugs.openjdk.java.net/browse/JDK-8196719. Here’s the a

Re: RFR (S): 8195115: G1 Old Gen MemoryPool CollectionUsage.used values don't reflect mixed GC results

2018-02-02 Thread Hohensee, Paul
ned, or go through a deprecation cycle. I don’t see a way out of the ‘iterate over all collectors’ problem without it though. Paul On 1/31/18, 3:42 AM, "Erik Helin" <erik.he...@oracle.com> wrote: On 01/31/2018 02:30 AM, Hohensee, Paul wrote: > It’s true that my patch doesn’

Re: -Xms and -Xmx

2019-05-15 Thread Hohensee, Paul
Another reason to set them equal is to make sure there’s enough physical memory available to back the heap. Otherwise, you might get an OOM when the JVM tries to commit more memory. Paul From: hotspot-gc-use on behalf of Ron Reynolds Date: Wednesday, May 15, 2019 at 1:02 PM To: George Luiz