Behavior change in the javax.management.MBeanOperationInfo constructor

In Java SE 11 the javax.management.MBeanOperationInfo constructor now throws an IllegalArgumentException when the impact provided is not one of INFO, ACTION, ACTION_INFO, or UNKNOWN.

For more information, see Java 10 Removed Features and Options.