[jdk15u-dev] RFR: 8280684: JfrRecorderService failes with guarantee(num_written > 0) when no space left on device.

Yuri Nesterenko yan at openjdk.org
Tue Aug 2 11:43:48 UTC 2022


On Tue, 2 Aug 2022 11:03:32 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:

> I'd like to backport JDK-8280684 to 15u for parity with 11u.
> The patch doesn't apply cleanly due to copyright years and context difference in jfrJavaSupport.cpp, jfrJavaSupport.hpp and jfrStreamWriterHost.inline.hpp (JDK-8252685 and JDK-8183227 are not in 15u).
> Additionally, similar to 11u backport, the original condition `error_msg != NULL` is left without replacing NULL with nullptr, because C++14 Language Features was enabled since jdk16 (JDK-8208089).
> 
> Tested with jdk/jfr and tier1.

Marked as reviewed by yan (Reviewer).

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

PR: https://git.openjdk.org/jdk15u-dev/pull/250


More information about the jdk-updates-dev mailing list