mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8146231: ppc64/gcc 4.1.2: fix build after "8143072: [JVMCI] Port JVMCI to AArch64"
Reviewed-by: goetz
This commit is contained in:
parent
e227bbc9da
commit
28154b095e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ protected:
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue