On Fri, 19 Jul 2024 13:11:05 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove docroot based on review > > src/java.base/share/classes/java/lang/foreign/Arena.java line 64: > >> 62: * such, the regions of memory backing memory segments allocated with >> the automatic arena >> 63: * are deallocated at some unspecified time <em>after</em> the automatic >> arena (and all >> 64: * the segments allocated by it) becomes <a >> href="../../../java/lang/ref/package-summary.html#reachability">unreachable</a>, > > Suggestion: > > * the segments allocated by it) becomes {@linkplain > java.lang.ref##reachability unreachable}, > > same for other occurrences. TIL ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20251#discussion_r1684571249