Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly throw UOE from setSecurityManager
In some cases, warning messages are no longer being printed when the input argument is null. Revising the fix in eclipse-openj9#14329 to correctly throw UnsupportedOperationException (UOE) in case of a null input argument when the security manager is disallowed. When the security manager is not allowed to be set dynamically, return if the input argument is null. UnsupportedOperationException should only be thrown for a non-null input argument. Fixes: eclipse-openj9#14445 Signed-off-by: Babneet Singh <[email protected]>
- Loading branch information