Trivial one liner fix. The fix for [JDK-8308310](https://bugs.openjdk.org/browse/JDK-8308310) introduced a reentrant `stateLock` but also a regression. In Stream::handleReset the lock is locked twice.
------------- Commit messages: - 8317736 Changes: https://git.openjdk.org/jdk/pull/16101/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16101&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8317736 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/16101.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16101/head:pull/16101 PR: https://git.openjdk.org/jdk/pull/16101
