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

2023-05-20 Thread Paul Hohensee
On Fri, 19 May 2023 03:02:33 GMT, David Holmes wrote: >> Paul Hohensee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8304074: Need acquire/release in incr_exited_allocated_bytes > > src/hotspot/share/services/threadService.hpp line 109

Integrated: 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out

2023-05-20 Thread Daniel D . Daugherty
On Sat, 20 May 2023 15:56:35 GMT, Daniel D. Daugherty wrote: > A trivial fix to increase a timeout: > [JDK-8307783](https://bugs.openjdk.org/browse/JDK-8307783) > runtime/reflect/ReflectOutOfMemoryError.java timed out > > Trivial fixes to ProblemList tests: > [JDK-8308468](https://bugs.openjdk

Re: Integrated: 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out

2023-05-20 Thread Daniel D . Daugherty
On Sat, 20 May 2023 15:56:35 GMT, Daniel D. Daugherty wrote: > A trivial fix to increase a timeout: > [JDK-8307783](https://bugs.openjdk.org/browse/JDK-8307783) > runtime/reflect/ReflectOutOfMemoryError.java timed out > > Trivial fixes to ProblemList tests: > [JDK-8308468](https://bugs.openjdk

Re: Integrated: 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out

2023-05-20 Thread Leonid Mesnik
On Sat, 20 May 2023 15:56:35 GMT, Daniel D. Daugherty wrote: > A trivial fix to increase a timeout: > [JDK-8307783](https://bugs.openjdk.org/browse/JDK-8307783) > runtime/reflect/ReflectOutOfMemoryError.java timed out > > Trivial fixes to ProblemList tests: > [JDK-8308468](https://bugs.openjdk

Integrated: 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out

2023-05-20 Thread Daniel D . Daugherty
A trivial fix to increase a timeout: [JDK-8307783](https://bugs.openjdk.org/browse/JDK-8307783) runtime/reflect/ReflectOutOfMemoryError.java timed out Trivial fixes to ProblemList tests: [JDK-8308468](https://bugs.openjdk.org/browse/JDK-8308468) ProblemList containers/docker/TestMemoryAwareness.

Re: Integrated: 8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out

2023-05-20 Thread Daniel D . Daugherty
On Sat, 20 May 2023 16:32:10 GMT, Leonid Mesnik wrote: >> A trivial fix to increase a timeout: >> [JDK-8307783](https://bugs.openjdk.org/browse/JDK-8307783) >> runtime/reflect/ReflectOutOfMemoryError.java timed out >> >> Trivial fixes to ProblemList tests: >> [JDK-8308468](https://bugs.openjdk.

Re: RFR: 8308400: add ForceEarlyReturn support for virtual threads [v2]

2023-05-20 Thread Leonid Mesnik
On Sat, 20 May 2023 00:21:04 GMT, Serguei Spitsyn wrote: >> This enhancement adds ForceEarlyReturnXXX support for virtual threads. The >> spec defines minimal support that the JVMTI ForceEarlyReturnXXX can be used >> for a virtual thread suspended an an event. >> Actually, the ForceEarlyReturnX

Re: RFR: 8308400: add ForceEarlyReturn support for virtual threads [v2]

2023-05-20 Thread Alan Bateman
On Sat, 20 May 2023 00:21:04 GMT, Serguei Spitsyn wrote: >> This enhancement adds ForceEarlyReturnXXX support for virtual threads. The >> spec defines minimal support that the JVMTI ForceEarlyReturnXXX can be used >> for a virtual thread suspended an an event. >> Actually, the ForceEarlyReturnX

Re: RFR: 8308000: add PopFrame support for virtual threads [v8]

2023-05-20 Thread Alan Bateman
On Sat, 20 May 2023 00:30:17 GMT, Serguei Spitsyn wrote: >> This enhancement adds `PopFrame` support for virtual threads. The spec >> defines minimal support that the JVMTI `PopFrame` can be used for a virtual >> thread suspended an an event. >> Actually, the `PopFrame` can supports suspended