Integrated: 8256516: Simplify clearing References

Kim Barrett kbarrett at openjdk.java.net
Thu Nov 19 15:46:08 UTC 2020


On Wed, 18 Nov 2020 09:53:11 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this simplification of jlr.Reference clearing by VM code.
> 
> The function java_lang_ref_Reference::set_referent_raw was being used to
> clear the referent of Reference objects, and only for that purpose.  This
> change replaces that function with java_lang_ref_Reference::clear_referent,
> which is much more obvious in intent.  That change is then percolated up
> through callers in the obvious way.
> 
> Testing:
> mach5 tier1

This pull request has now been integrated.

Changeset: 675d1d56
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/675d1d56
Stats:     32 lines in 7 files changed: 9 ins; 10 del; 13 mod

8256516: Simplify clearing References

Provide and use explicit referent clearing instead of set to null.

Reviewed-by: rkennke, shade, pliden, mchung

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

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


More information about the hotspot-dev mailing list