[JDK-8286807](https://bugs.openjdk.org/browse/JDK-8286807) undid the valhalla
changes that were previously made to this file, but in doing so introduced an
extra ';':
private Object monitor = new Object();;
This is currently the only diff between mainline and valhalla for this file, so
it would be good to clean it up so this file no longer shows up in the valhalla
PR.
I am not updating the copyright with this PR as that would result in the
copyright change being the only diff between valhalla and mainline.
---------
- [x] I confirm that I make this contribution in accordance with the [OpenJDK
Interim AI Policy](https://openjdk.org/legal/ai).
-------------
Commit messages:
- get rid of extra semicolon
Changes: https://git.openjdk.org/valhalla/pull/2518/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2518&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8386083
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/valhalla/pull/2518.diff
Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2518/head:pull/2518
PR: https://git.openjdk.org/valhalla/pull/2518