Integrated: 8353439: Shell grouping of -XX:OnError= commands is surprising

Kevin Walls kevinw at openjdk.org
Wed Apr 9 09:49:35 UTC 2025


On Tue, 1 Apr 2025 10:59:16 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

> We should be consistent, and run all OnError items in a new shell.  Currently the ; separator causes a new shell, but multiple -XX:OnError= options are grouped into the same shell.
> 
> next_OnError_command() decides on where a new command starts.  It should recognise newlines, and all commands will get their own shell.

This pull request has now been integrated.

Changeset: cd9fa3f7
Author:    Kevin Walls <kevinw at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cd9fa3f7aa0324c575943deebb41f4f7ff4f73d3
Stats:     34 lines in 2 files changed: 29 ins; 0 del; 5 mod

8353439: Shell grouping of -XX:OnError= commands is surprising

Reviewed-by: dholmes, stuefe

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

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


More information about the hotspot-dev mailing list