Re: RFR: 8308986: Disable svc tests failing with virtual thread factory

2023-05-28 Thread David Holmes
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

Re: RFR: 8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM [v28]

2023-05-28 Thread David Holmes
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

Re: RFR: 8307478: Implementation of Prepare to Restrict The Dynamic Loading of Agents [v5]

2023-05-28 Thread Kirk Pepperdine
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