[11u]: 8048556: Unnecessary GCLocker-initiated young GCs

Hohensee, Paul hohensee at amazon.com
Wed Oct 9 15:49:43 UTC 2019


Looks good.

Paul

On 10/9/19, 6:49 AM, "jdk-updates-dev on behalf of Roman Kennke" <jdk-updates-dev-bounces at openjdk.java.net on behalf of rkennke at redhat.com> wrote:

    I'd like to backport the change to 11u.
    
    Original bug:
    https://bugs.openjdk.java.net/browse/JDK-8048556
    
    Original change:
    https://hg.openjdk.java.net/jdk/jdk/rev/8d3886985964
    
    11u backport:
    http://cr.openjdk.java.net/~rkennke/JDK-8048556/webrev-11.00/
    
    Differences to original change are:
    - Renamed files (e.g. vmGCOperations vs. gcVMOperations)
    - In g1CollectedHeap.cpp, instead of "return false" only "return"
    because that method is void in 11u. Functionally it should be equivalent.
    
    The supplied testcase fails without the patch, and passes with the
    patch. tier1 and tier2 are looking good here, without regressions.
    
    Can I please get a review?
    
    Thanks,
    Roman
    
    



More information about the jdk-updates-dev mailing list