-
Bug
-
Resolution: Fixed
-
P3
-
24
-
master
make help fails after JDK-8340818 due to a missing parenthese
```
make help >/dev/null; echo $?
make/Global.gmk:34: *** unterminated call to function `info': missing `)'. Stop.
2
```
```
make help >/dev/null; echo $?
make/Global.gmk:34: *** unterminated call to function `info': missing `)'. Stop.
2
```
- links to
-
Commit(master) openjdk/jdk/7ef26330
-
Review(master) openjdk/jdk/22089