mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8258524: Instrumented EventHandler calls private instance method EventWriter.reset
Reviewed-by: mgronlun
This commit is contained in:
parent
6e824b3f51
commit
763623db80
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public final class EventWriter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void reset() {
|
public void reset() {
|
||||||
currentPosition = startPosition;
|
currentPosition = startPosition;
|
||||||
if (flushOnEnd) {
|
if (flushOnEnd) {
|
||||||
flushOnEnd = flush();
|
flushOnEnd = flush();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue