-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
None
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8242990 | 11.0.8 | Volker Simonis | P3 | Resolved | Fixed | b01 |
JDK-8242751 | 11.0.7 | Volker Simonis | P3 | Resolved | Fixed | b10 |
The compilation of native files defines "THIS_FILE" to hold the name of the current compilation unit. However, setting "THIS_FILE" in NativeCompilation.gmk is broken and results in "THIS_FILE" being the empty string.
This affects various native logs in the class library which use the value of "THIS_FILE" to decorate their output with the current file name.
This affects various native logs in the class library which use the value of "THIS_FILE" to decorate their output with the current file name.
- backported by
-
JDK-8242751 Setting of THIS_FILE in the build is broken
- Resolved
-
JDK-8242990 Setting of THIS_FILE in the build is broken
- Resolved
- duplicates
-
JDK-8205451 THIS_FILE macro in SetupNativeCompilation is broken
- Closed