> Please review this change to allow XX configuration for specifying a 
> different /tmp directory for the JVM to use.  In some container environments, 
> /tmp and /proc/pid/root/tmp might not be usable and an alternate would be 
> used.  This requires a release note and CSR.   Usage is:
> 
> java -XX:AltTempDir=/diags <app>
> jps -J-XX:AltTempDir=/diags
> jcmd -J-XX:AltTempDir=/diags <pid> <cmds>
> 
> Tested with a couple of tests and locally, and ran tier1-4.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Coleen Phillimore has updated the pull request incrementally with one 
additional commit since the last revision:

  os:snprintf returns size of the concatenated string even if it doesn't 
concatenate the strings.  Added a test and improved the error message.

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/31407/files
  - new: https://git.openjdk.org/jdk/pull/31407/files/5ef2d6bf..57e928a8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=31407&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31407&range=03-04

  Stats: 18 lines in 2 files changed: 15 ins; 1 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/31407.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/31407/head:pull/31407

PR: https://git.openjdk.org/jdk/pull/31407

Reply via email to