Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2210023 | 7 | Igor Veresov | P3 | Closed | Fixed | b143 |
Compilation fails with:
os_linux.cpp: In static member function ‘static bool os::Linux::hugetlbfs_sanity_check(bool, size_t)’:
os_linux.cpp:2853:43: error: use of assignment suppression and length modifier together in gnu_scanf format
The solution is to remove the length modifier.
Also, copyrights needed to be fixed in a couple of files.
os_linux.cpp: In static member function ‘static bool os::Linux::hugetlbfs_sanity_check(bool, size_t)’:
os_linux.cpp:2853:43: error: use of assignment suppression and length modifier together in gnu_scanf format
The solution is to remove the length modifier.
Also, copyrights needed to be fixed in a couple of files.
- backported by
-
JDK-2210023 compile warning and copyright fixes
- Closed