-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b01
-
sparc
-
solaris_8
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2223479 | OpenJDK6 | Kevin Walls | P4 | Resolved | Fixed | team |
This issue affects building hotspot for Solaris 8 (i.e. JDK6), on virtual machines
(branded zoenes) in the jprt sust queue.
hotspot pulls cpu information from Solaris' kstat, and I see from my failing builds on the
sust jprt queue, that hotspot doesn't like it (asserts) when "UNSUPPORTED" is the answer
from kstat_lookup(..."cpu_info"...).
# Internal Error (/tmp/jprt/P1/120739.kevinwa/source/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:205),
pid=504, tid=2
# assert(strstr(impl, "SPARC") != NULL) failed: should be sparc
#
(branded zoenes) in the jprt sust queue.
hotspot pulls cpu information from Solaris' kstat, and I see from my failing builds on the
sust jprt queue, that hotspot doesn't like it (asserts) when "UNSUPPORTED" is the answer
from kstat_lookup(..."cpu_info"...).
# Internal Error (/tmp/jprt/P1/120739.kevinwa/source/src/os_cpu/solaris_sparc/vm/vm_version_solaris_sparc.cpp:205),
pid=504, tid=2
# assert(strstr(impl, "SPARC") != NULL) failed: should be sparc
#
- backported by
-
JDK-2223479 Remove hotspot assertion due to Solaris 8 kstat "unimplemented".
-
- Resolved
-