-
Bug
-
Resolution: Fixed
-
P1
-
7-client
-
b03
-
generic
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214607 | 8 | Andy Herrick | P1 | Closed | Fixed | b12 |
while build was tested on solaris, linux still failed.
problem is assiging a (const char *) value to a (char *)
is warning on solaris but error on linux
this was happening both in
src/plugin/solaris/plugin2/common/utils_md.cpp and src/plugin/win32/toolkit/common/utils_md.cpp
problem is assiging a (const char *) value to a (char *)
is warning on solaris but error on linux
this was happening both in
src/plugin/solaris/plugin2/common/utils_md.cpp and src/plugin/win32/toolkit/common/utils_md.cpp
- backported by
-
JDK-2214607 linux build broken after fix to 7052492
-
- Closed
-