commit | 02dad379eef692203cc67b9991efffb1bd8f1b9b | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Fri Dec 06 09:49:57 2019 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Fri Dec 06 09:49:57 2019 +0100 |
tree | 185f149a38033ad55ad3c151b22f7c487abcf535 | |
parent | 5decc88da489e751a0ed3b836aac0b6d51a1c2da [diff] |
8235346: [Redo] 8235247: WorkerDataArray leaks C heap memory for associated work items Fix gtest after last iteration to acknowledge correct ownership of sub-WorkerDataArrays. Reviewed-by: lkorinth, sjohanss