mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8147012: Fix includes in internalVMTests.cpp
Reviewed-by: stefank, mgerdin
This commit is contained in:
parent
4651887649
commit
f646b9fac7
18 changed files with 104 additions and 101 deletions
|
@ -300,4 +300,8 @@ void AltHashing::test_alt_hash() {
|
|||
testMurmur3_32_ByteArray();
|
||||
testEquivalentHashes();
|
||||
}
|
||||
|
||||
void AltHashing_test() {
|
||||
AltHashing::test_alt_hash();
|
||||
}
|
||||
#endif // PRODUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue