Skip to content

Commit

Permalink
8258524: Instrumented EventHandler calls private instance method Even…
Browse files Browse the repository at this point in the history
…tWriter.reset

Reviewed-by: mgronlun
  • Loading branch information
jiekang authored and Markus Grönlund committed Dec 17, 2020
1 parent 6e824b3 commit 763623d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ private void reserveEventSizeField() {
}
}

private void reset() {
public void reset() {
currentPosition = startPosition;
if (flushOnEnd) {
flushOnEnd = flush();
Expand Down

1 comment on commit 763623d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.