-
Bug
-
Resolution: Fixed
-
P5
-
1.3.0
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2209846 | 7 | Daniel Daugherty | P5 | Closed | Fixed | b142 |
The following bug fix removed the code associated with
#ifdef SOLARIS_7_OR_LATER:
4343761 1/5 Remove dead code pertaining to _lwp_{create,exit}
interposition [appcert clean]
from the following files:
src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
as part of a larger code removal.
However, the define itself was not removed from:
make/solaris/makefiles/sparcWorks.make
#ifdef SOLARIS_7_OR_LATER:
4343761 1/5 Remove dead code pertaining to _lwp_{create,exit}
interposition [appcert clean]
from the following files:
src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
as part of a larger code removal.
However, the define itself was not removed from:
make/solaris/makefiles/sparcWorks.make
- backported by
-
JDK-2209846 finish removing SOLARIS_7_OR_LATER from HotSpot
- Closed
- relates to
-
JDK-4343761 Remove dead code pertaining to _lwp_{create,exit} interposition [appcert clean]
- Closed