On Mon, 28 Nov 2022 04:02:33 GMT, David Holmes <dholmes at openjdk.org> wrote: > Doesn't this just "leak" the duplicated string now instead of the original? No, this frees all the strings in `FreeOptions()`. ------------- PR: https://git.openjdk.org/jdk/pull/11384