Integrated: 8265682: G1: Mutex::_name dangling in HeapRegionRemSet references after JDK-8264146
Coleen Phillimore
coleenp at openjdk.java.net
Mon Apr 26 14:26:34 UTC 2021
On Thu, 22 Apr 2021 19:25:50 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This change makes the Mutex constructor stdup the name passed in for the few cases that the name is constructed on the stack. Most names are shorter than 64 characters so it's still a savings.
> Tested with tier1.
This pull request has now been integrated.
Changeset: 222f9f07
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/222f9f07
Stats: 27 lines in 2 files changed: 26 ins; 0 del; 1 mod
8265682: G1: Mutex::_name dangling in HeapRegionRemSet references after JDK-8264146
Reviewed-by: dholmes, sjohanss
-------------
PR: https://git.openjdk.java.net/jdk/pull/3639
More information about the hotspot-runtime-dev
mailing list