mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8271898: disable os.release_multi_mappings_vm on macOS-X64
Reviewed-by: kbarrett
This commit is contained in:
parent
359c7084a1
commit
d62fbea7b4
@ -413,7 +413,11 @@ struct NUMASwitcher {
|
||||
#endif
|
||||
|
||||
#ifndef _AIX // JDK-8257041
|
||||
TEST_VM(os, release_multi_mappings) {
|
||||
#if defined(__APPLE__) && !defined(AARCH64) // See JDK-8267341.
|
||||
TEST_VM(os, DISABLED_release_multi_mappings) {
|
||||
#else
|
||||
TEST_VM(os, release_multi_mappings) {
|
||||
#endif
|
||||
|
||||
// With NMT enabled, this will trigger JDK-8263464. For now disable the test if NMT=on.
|
||||
if (MemTracker::tracking_level() > NMT_off) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user