[jdk13u-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:06 UTC 2022
On Tue, 2 Aug 2022 11:29:21 GMT, Ekaterina Vergizova <evergizova at openjdk.org> wrote:
> I'd like to backport JDK-8280684 to 13u 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 13u).
> 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/jdk13u-dev/pull/386
More information about the jdk-updates-dev
mailing list