[jdk11u-dev] Integrated: 8286030: Avoid JVM crash when containers share the same /tmp dir

Goetz Lindenmaier goetz at openjdk.org
Tue Feb 14 09:37:08 UTC 2023


On Fri, 10 Feb 2023 11:14:46 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.19-oracle.
> 
> In 11, there is a perfMem file in each os directory.
> In 17, they were merged into a single file in posix, which is touched by the original 
> change backported here.
> So I had to distribute the changes to multiple files.
> But the changes would have applied clean.  On top, 
> I "evaluated" the ifdef LINUX statements accordingly.
> I edited aix, bsd and linux. On aix, I checked the build
> is still working.  bsd and linux get the ususal testing.
> As I have no means at all to test Solaris, i left it out.
> This does not matter funcionally, because the changes
> out of the #ifdef Linux parts are cosmetic improvements.

This pull request has now been integrated.

Changeset: c58a0666
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/c58a06666d93d7c339f9ce3133555083f30ca0e5
Stats:     451 lines in 5 files changed: 288 ins; 64 del; 99 mod

8286030: Avoid JVM crash when containers share the same /tmp dir

Reviewed-by: phh
Backport-of: d52e18c92d307f5f6e9e649d410a54bef3a910da

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1716


More information about the jdk-updates-dev mailing list