Integrated: 8282295: SymbolPropertyEntry::set_method_type fails with assert
Coleen Phillimore
coleenp at openjdk.java.net
Tue Mar 8 16:13:10 UTC 2022
On Mon, 7 Mar 2022 16:53:38 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This is somewhat trivial change to zero out OopHandle in fullgc_alot_dummy_array. Other OopHandle releases are for data that is deallocated or not reused so zeroing _obj is not needed in those places. I didn't want to zero _obj in OopHandle::release anyway without zeroing it in the analogous WeakHandle::release. WeakHandle release code operates on const objects, also which are deallocated after release.
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: 3e4dfc63
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3e4dfc63e75db7e8ccbb21a831d8d86fb7c1ac4e
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8282295: SymbolPropertyEntry::set_method_type fails with assert
Reviewed-by: hseigel
-------------
PR: https://git.openjdk.java.net/jdk/pull/7730
More information about the hotspot-runtime-dev
mailing list