In JDK-8264146 the _name member of Mutex of HeapRegionRemSet has been made a reference to the passed string (description) instead of a copy.
The code in the HeapRegionRemSet constructor has not been adapted, so that passed reference is now a dangling reference pointing somewhere into the stack.
Fix this.
The code in the HeapRegionRemSet constructor has not been adapted, so that passed reference is now a dangling reference pointing somewhere into the stack.
Fix this.
- duplicates
-
JDK-8265921 Mutex name may point to garbage after JDK-8264146
-
- Closed
-
- relates to
-
JDK-8265326 Strange Characters in G1GC GC Log
-
- Resolved
-
-
JDK-8264146 Make Mutex point to rather than embed _name
-
- Resolved
-