author | mdoerr |
Mon, 28 Dec 2015 10:32:20 +0100 | |
changeset 35151 | 9b858be6cd3c |
parent 35150 | 7dd18fd8ea05 |
child 35152 | 7480ec313416 |
--- 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;