RFR: 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.
Thanks Harold!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7730
More information about the hotspot-runtime-dev
mailing list