8258524: Instrumented EventHandler calls private instance method EventWriter.reset
Reviewed-by: mgronlun
This commit is contained in:
parent
6e824b3f51
commit
763623db80
@ -191,7 +191,7 @@ public final class EventWriter {
|
||||
}
|
||||
}
|
||||
|
||||
private void reset() {
|
||||
public void reset() {
|
||||
currentPosition = startPosition;
|
||||
if (flushOnEnd) {
|
||||
flushOnEnd = flush();
|
||||
|
Loading…
x
Reference in New Issue
Block a user