hotspot/src/os/aix/vm/os_aix.cpp
changeset 35148 5cfafc99d791
parent 35077 8b86440d3bf1
child 35232 76aed99c0ddd
--- a/hotspot/src/os/aix/vm/os_aix.cpp	Wed Dec 23 21:09:50 2015 -0800
+++ b/hotspot/src/os/aix/vm/os_aix.cpp	Wed Dec 23 20:19:42 2015 -1000
@@ -1643,7 +1643,7 @@
   st->print("total %d", os::processor_count());
   // It's not safe to query number of active processors after crash.
   // st->print("(active %d)", os::active_processor_count());
-  st->print(" %s", VM_Version::cpu_features());
+  st->print(" %s", VM_Version::features());
   st->cr();
 }