8258524: Instrumented EventHandler calls private instance method EventWriter.reset

Reviewed-by: mgronlun
This commit is contained in:
Jie Kang 2020-12-17 19:21:13 +00:00 committed by Markus Grönlund
parent 6e824b3f51
commit 763623db80

View File

@ -191,7 +191,7 @@ public final class EventWriter {
}
}
private void reset() {
public void reset() {
currentPosition = startPosition;
if (flushOnEnd) {
flushOnEnd = flush();