On Wed, 10 Jun 2026 11:49:58 GMT, Coleen Phillimore <[email protected]> wrote:
>> No I take that back. If the path prefix is now arbitrary then we could >> easily exceed UNIX_PATH_MAX. > > Yes, we can. I added this because it failed in my local testing. So my point is: what is the true limit here? If this must be UNIX_PATH_MAX because we still use sockets in the attach mechanism (ref Solaris doors) then allowing the user-defined tmp dir here is risky, unless we constrain `AltTempDir` to a much shorter value < UNIX_PATH_MAX. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31407#discussion_r3393012419
