RFR: 8284614: on macOS "spindump" should be run from failure_handler as root
Daniel D. Daugherty
dcubed at openjdk.org
Tue Oct 18 17:17:01 UTC 2022
On Mon, 17 Oct 2022 16:35:16 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> The fix is contributed by @plummercj actually.
For folks that run testing on their personal Mac machines will want to update:
$ cat /etc/sudoers.d/sudoers
<user> ALL=(ALL) NOPASSWD: /sbin/dmesg, /usr/sbin/spindump
Where "<user>" is replaced by your local username, e.g. "dcubed".
@tbell29552 - There may be a need to update Ansible playbooks for
the macOS machines in Mach5.
-------------
PR: https://git.openjdk.org/jdk/pull/10730
More information about the hotspot-dev
mailing list