On Fri, 14 Jun 2024 14:51:53 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> It needs to recognise and throw RuntimeException so that a SecurityException 
>> isn't wrapped in a PrivilegedActionException (which gets caught by those 
>> blocks of code which call extractException(pe) and  look at what Exception 
>> it contains).
>> 
>> (test/jdk/javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java
>>  tests this)
>> 
>> I can add a check to make sure PrivilgedActionException doesn't get wrapped. 
>>  Daniel I think mentioned this also.
>
> I still don't understand how a SecurityException could be wrapped into a PAE 
> without these lines.

I misunderstood the comment, yes I think I can remove this block now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19624#discussion_r1639983304

Reply via email to