Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8144098 | 9 | Sebastian Sickelmann | P4 | Resolved | Fixed | b96 |
For Linux, Solaris, BSD, and AIX the implementations of vmError support (vmError_<os>.cpp) are very similar, with many of the differences being merely code formatting and spelling, capitalization, and formatting in comments. Many of the remaining differences look like they could be reconciled, perhaps with a few much smaller os-specific helper functions.
So I think these vmError_<os>.cpp files could be mostly merged into a single implementation in os/posix.
So I think these vmError_<os>.cpp files could be mostly merged into a single implementation in os/posix.
- backported by
-
JDK-8144098 Much nearly duplicated code for vmError support
-
- Resolved
-
- relates to
-
JDK-7015652 src/os/solaris, src/os/linux and src/os/bsd should not contain duplicate code
-
- Closed
-