Several JFR classes incorrectly use Objects.nonNull where Objects.requireNonNull is intended.
jdk.jfr.internal.consumer.AbstractEventStream#setStartTime
jdk.jfr.consumer.EventStream#openRepository(java.nio.file.Path)
jdk.jfr.Recording#setFlushInterval
Ref: https://github.com/openjdk/jdk/pull/2914#issuecomment-795853969
jdk.jfr.internal.consumer.AbstractEventStream#setStartTime
jdk.jfr.consumer.EventStream#openRepository(java.nio.file.Path)
jdk.jfr.Recording#setFlushInterval
Ref: https://github.com/openjdk/jdk/pull/2914#issuecomment-795853969