On Tue, 12 Sep 2023 13:22:20 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

>> See the bug for stack traces. This causes a very intermittent test failure: 
>> when we call for `LOGGER.info` from our custom security manager, it goes 
>> into formatter, which loads locale data, which causes class load, which goes 
>> back to this custom security manager, starting the loop again. 
>> 
>> I think we get lucky most of the time to load the relevant classes outside 
>> this path. But sometimes, we don't get as lucky.
>> 
>> Additional testing:
>>  - [x] 500x iterations of 
>> [JDK-8315640](https://bugs.openjdk.org/browse/JDK-8315640) reproducer
>
> Aleksey Shipilev has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Replace logger with System.err

Thanks! I think I can integrate now, or do we want to wait for more reviews?

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

PR Comment: https://git.openjdk.org/jdk/pull/15681#issuecomment-1716106162

Reply via email to