changeset 35151 | 9b858be6cd3c |
parent 35148 | 5cfafc99d791 |
child 35594 | cc13089c6327 |
--- a/hotspot/src/cpu/ppc/vm/vm_version_ppc.hpp Fri Dec 25 03:27:06 2015 +0300 +++ b/hotspot/src/cpu/ppc/vm/vm_version_ppc.hpp Mon Dec 28 10:32:20 2015 +0100 @@ -62,7 +62,7 @@ vcipher_m = (1 << vcipher), vpmsumb_m = (1 << vpmsumb), tcheck_m = (1 << tcheck ), - all_features_m = -1 + all_features_m = (unsigned long)-1 }; static bool _is_determine_features_test_running;