8267339: Temporarily disable os.release_multi_mappings_vm on macOS x64
Reviewed-by: hseigel, dcubed
This commit is contained in:
parent
64e2479bf6
commit
237fee8bbd
@ -412,7 +412,11 @@ struct NUMASwitcher {
|
||||
#endif
|
||||
|
||||
#ifndef _AIX // JDK-8257041
|
||||
TEST_VM(os, release_multi_mappings) {
|
||||
#if defined(__APPLE__) && !defined(AARCH64) // JDK-8267339
|
||||
TEST_VM(os, DISABLED_release_multi_mappings) {
|
||||
#else
|
||||
TEST_VM(os, release_multi_mappings) {
|
||||
#endif
|
||||
// Test that we can release an area created with multiple reservation calls
|
||||
const size_t stripe_len = 4 * M;
|
||||
const int num_stripes = 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user