Integrated: 8290687: serviceability/sa/TestClassDump.java could leave files owned by root on macOS

Chris Plummer cjplummer at openjdk.org
Thu Jul 21 21:37:45 UTC 2022


On Wed, 20 Jul 2022 22:21:52 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Unless this test is run as root, it needs sudo privileges. If it gets them, the test runs fine, but leaves around files with root ownership so jtreg cannot delete them, and you see errors when "make clean" tries to delete them. It's best that we just don't run the test on OSX if sudo privileges.

This pull request has now been integrated.

Changeset: 59d85bad
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/59d85bad348f7787533ff38942dab2811c4eb623
Stats:     6 lines in 1 file changed: 5 ins; 0 del; 1 mod

8290687: serviceability/sa/TestClassDump.java could leave files owned by root on macOS

Reviewed-by: amenkov, lmesnik

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

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


More information about the serviceability-dev mailing list