Integrated: 8265607: Avoid decrementing when no Symbol was created in ~SignatureStream

Claes Redestad redestad at openjdk.java.net
Thu Apr 22 09:56:38 UTC 2021


On Tue, 20 Apr 2021 23:32:35 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> This patch trivially avoids decrementing refcount on java/lang/Object (a permanent symbol) that is used as a sentinel when the SignatureStream found no Symbols during parse. This is the common case, especially during early VM startup

This pull request has now been integrated.

Changeset: a93d9119
Author:    Claes Redestad <redestad at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a93d9119
Stats:     6 lines in 1 file changed: 6 ins; 0 del; 0 mod

8265607: Avoid decrementing when no Symbol was created in ~SignatureStream

Reviewed-by: lfoltan, coleenp

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

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


More information about the hotspot-runtime-dev mailing list