-
Bug
-
Resolution: Fixed
-
P4
-
7, 11, 21, 24
-
master
Whilst reviewing another fix I noticed
static {
System.err.flush();
...
}
I can't think why that is there.
But it isn't relevant to the fix under review so I'll look at it afterwards.
static {
System.err.flush();
...
}
I can't think why that is there.
But it isn't relevant to the fix under review so I'll look at it afterwards.
- links to
-
Commit(master) openjdk/jdk/e7d2a52d
-
Review(master) openjdk/jdk/26931