-
Bug
-
Resolution: Fixed
-
P4
-
hs25, 8, 9, 10
-
sparc
-
solaris_11
When running in a Solaris zone on T4/T5 what happens is that the architecture is reported as sun4v, so
is_niagara(features) is true, but family flag is for some reason stripped off.
I propose to remove the assert.
See vm_version_sparc.cpp, VM_Version::determine_features() .
The assert doesn't affect the product, but affects testing in zones, hence P4.
is_niagara(features) is true, but family flag is for some reason stripped off.
I propose to remove the assert.
See vm_version_sparc.cpp, VM_Version::determine_features() .
The assert doesn't affect the product, but affects testing in zones, hence P4.
- relates to
-
JDK-8172231 SPARC ISA/CPU feature detection is broken/insufficient (on Solaris).
-
- Resolved
-