eclipse-openj9 / openj9-website

openj9-website
24 stars 28 forks source link

Xdump Option Builder: Disallow setting both file and data set patterns #314

Closed paulcheeseman closed 2 years ago

paulcheeseman commented 2 years ago

The Xdump Option Builder tool currently allows both the file (file) and data set (dsn) patterns to be set if system dumps and another dump type are enabled, which intuitively seems like it should work, but the resulting option is rejected by the JVM.

In fact, it is never valid to specify both the file and data set patterns in a single Xdump option. If the user needs to specify both patterns for different dump types, two separate Xdump options need to be created - i.e. one for each dump type.

This patch updates the error checking in this area accordingly.

Signed-off-by: Paul Cheeseman paul.cheeseman@uk.ibm.com

pshipton commented 2 years ago

jenkins website stage

pshipton commented 2 years ago

lgtm