-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b64
-
x86_64
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082618 | emb-9 | Stefan Karlsson | P1 | Resolved | Fixed | team |
JDK-8208895 | 8u201 | Stefan Karlsson | P1 | Resolved | Fixed | b01 |
JDK-8202470 | 8u192 | Stefan Karlsson | P1 | Resolved | Fixed | b01 |
JDK-8216715 | emb-8u201 | Stefan Karlsson | P1 | Resolved | Fixed | master |
When building jdk9 with Solaris Studio 12u4, the build fails in hotspot with the following error:
"/opt/jprt/jprtadm/erik/jdk9-dev/hotspot/src/share/vm/utilities/stack.hpp", line 125: Error: The function static Stack<oopDesc*, 5>::default_segment_size() has not had a body defined.
The failing files are:
vmPSOperations.cpp
cmsCollectorPolicy.cpp
I managed to workaround the problem by just adding "#include "utilities/stack.inline.hpp" to both of these files, but I don't know if this is correct.
"/opt/jprt/jprtadm/erik/jdk9-dev/hotspot/src/share/vm/utilities/stack.hpp", line 125: Error: The function static Stack<oopDesc*, 5>::default_segment_size() has not had a body defined.
The failing files are:
vmPSOperations.cpp
cmsCollectorPolicy.cpp
I managed to workaround the problem by just adding "#include "utilities/stack.inline.hpp" to both of these files, but I don't know if this is correct.
- backported by
-
JDK-8082618 Build failure with SS12u4
-
- Resolved
-
-
JDK-8202470 Build failure with SS12u4
-
- Resolved
-
-
JDK-8208895 Build failure with SS12u4
-
- Resolved
-
-
JDK-8216715 Build failure with SS12u4
-
- Resolved
-