On Sat, 27 May 2023 20:21:46 GMT, Leonid Mesnik wrote:
> Disable test
> java/util/concurrent/locks/Lock/OOMEInAQS.java
> Test provokes OOME and might catch it in an unexpected location. It looks
> like an issue similar to https://bugs.openjdk.org/browse/JDK-8298066.
> However, generally the OOM
On Fri, 26 May 2023 16:41:32 GMT, Paul Hohensee wrote:
>> Please review this addition to com.sun.management.ThreadMXBean that returns
>> the total number of bytes allocated on the Java heap since JVM launch by
>> both terminated and live threads.
>>
>> Because this PR adds a new interface meth
Hi Andrei,
> On May 26, 2023, at 5:00 PM, Andrei Pangin wrote:
>
>As @pron mentioned, the presence of `-agentlib/agentpath` option serves as
> an explicit user consent to use the tool, and disallowing such agents (or
> issuing a warning about them) is a non-goal of the JEP.
>
>With