RFR: 8253014: OopStorage bulk release logs entries multiple times

Aleksey Shipilev shade at openjdk.java.net
Wed Sep 23 13:12:40 UTC 2020


On Wed, 23 Sep 2020 12:06:42 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this trivial change that removes some incorrect / duplicate
> logging from OopStorage's bulk release operation.  The correct logging is
> done about 10 lines later.
> 
> Testing: mach5 tier1.

Looks trivial, after reading the code for a minute. BTW, maybe the message should be "releasing", not "released", as
the actual release had not happened yet at the time of logging.

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

Marked as reviewed by shade (Reviewer).

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



More information about the hotspot-gc-dev mailing list