On Mon, 4 Nov 2024 15:06:17 GMT, Weijun Wang <[email protected]> wrote:
>> test/jdk/sun/security/provider/acvp/Launcher.java line 45:
>>
>>> 43: var provProp = System.getProperty("test.acvp.provider");
>>> 44: PROVIDER = provProp != null
>>> 45: ? Security.getProvider(provProp)
>>
>> How are errors in the provider prop reported? In a static block, will an
>> uncaught exception provide enough/correct information to correct the
>> supplied properties.
>
> Good catch. Will throw an exception.
The thrown exception is swallowed and a `java.lang.ExceptionInInitializerError`
shows up. I will print something to `System.err`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21548#discussion_r1827895197