RFR: 8269596: Snapshot soft ref policy before marking/copying [v2]

Albert Mingkun Yang ayang at openjdk.java.net
Thu Jul 1 16:37:28 UTC 2021


On Thu, 1 Jul 2021 12:46:24 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Set up soft ref policy before marking/copying for Serial, Parallel and G1. With this change, all collectors do soft-ref policy setup in the beginning of a GC cycle.
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   start_discovery

I accidentally removed a call to `disable_discovery();` in `genCollectedHeap.cpp`. Restored in the latest commit.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4624



More information about the hotspot-gc-dev mailing list