> With the removal of the AltFinalizer mechanism from `FileInputStream` and 
> `FileOutputStream` in 
> [JDK-8192939](https://bugs.openjdk.org/browse/JDK-8192939), this portion of 
> the Implementation Requirement in the class JavaDoc is no longer true:
> 
>> If this FileOutputStream has been subclassed and the close() method has been 
>> overridden, the close() method will be called when the FileInputStream is 
>> unreachable."
> 
> The class doc, and the doc for close(), are updated to correctly reflect 
> current behavior, and guidance for subclasses is clarified.

Brent Christian has updated the pull request incrementally with one additional 
commit since the last revision:

  updates, per review comments

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/13437/files
  - new: https://git.openjdk.org/jdk/pull/13437/files/db7c33e0..3adb17e2

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13437&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13437&range=00-01

  Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/13437.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13437/head:pull/13437

PR: https://git.openjdk.org/jdk/pull/13437

Reply via email to