-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: core-libs
-
Verified
The `java.nio.channels.FileLock` constructors will now throw a `NullPointerException` if called with a `null` `Channel` parameter. To avoid an unexpected behavior change, subclasses of FileLock should therefore ensure that the `Channel` they pass to the superclass constructor is non-`null`.