-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 11.0.18
-
Component/s: infrastructure
-
b01
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8300481 | 11.0.18 | Aleksey Shipilev | P2 | Resolved | Fixed | master |
Currently, JDK 11u `make bootcycle-images` fails with:
```
bootcycle-spec.gmk:32: *** non-numeric first argument to `word' function: ''. Stop.
```
The apparent reason isJDK-8257679 that did the following change:
https://github.com/openjdk/jdk11u-dev/commit/40f4fc2da8532252a1660c7f082eb19046f4bc70#diff-935527b393cb4625a8874febf5fe39d43479a2228ef437f4e104ba3001e1e30fL31-L40
Note that the left-over hunk uses `JAVA_EXEC_POS`, which is defined in the hunk that was removed.
```
bootcycle-spec.gmk:32: *** non-numeric first argument to `word' function: ''. Stop.
```
The apparent reason is
https://github.com/openjdk/jdk11u-dev/commit/40f4fc2da8532252a1660c7f082eb19046f4bc70#diff-935527b393cb4625a8874febf5fe39d43479a2228ef437f4e104ba3001e1e30fL31-L40
Note that the left-over hunk uses `JAVA_EXEC_POS`, which is defined in the hunk that was removed.
- backported by
-
JDK-8300481 [11u] Bootcycle build fails after JDK-8257679 backport
-
- Resolved
-
- relates to
-
JDK-8257679 Improved unix compatibility layer in Windows build (winenv)
-
- Resolved
-