hotspot/src/cpu/sparc/vm/vm_version_sparc.cpp
changeset 46593 97c895b9bec4
parent 46592 6e357e2c8143
child 46595 18a062f9a227
--- a/hotspot/src/cpu/sparc/vm/vm_version_sparc.cpp	Tue Jun 27 15:27:54 2017 +0200
+++ b/hotspot/src/cpu/sparc/vm/vm_version_sparc.cpp	Tue Jun 27 15:31:11 2017 +0200
@@ -466,15 +466,11 @@
 }
 
 void VM_Version::determine_features() {
-  if (UseV8InstrsOnly) {
-    log_info(os, cpu)("SPARC V8 not supported");
-  }
-
-  platform_features(); // platform_features() is os_arch specific
+  platform_features();      // platform_features() is os_arch specific.
 
   assert(has_v9(), "must be");
 
-  if (UseNiagaraInstrs) { // Limit code generation to Niagara.
+  if (UseNiagaraInstrs) {   // Limit code generation to Niagara.
     _features &= niagara1_msk;
   }
 }