mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8365487: [asan] some oops (mode) related tests fail
Reviewed-by: kbarrett, syan
This commit is contained in:
parent
7698c373a6
commit
98f54d90ea
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -30,6 +30,8 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @build jdk.test.whitebox.WhiteBox
|
||||
* @comment Asan changes memory layout and we get a different coops mode
|
||||
* @requires !vm.asan
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
||||
* @run main/othervm/timeout=480 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. UseCompressedOops
|
||||
*/
|
||||
|
||||
@ -35,6 +35,8 @@ import jdk.test.whitebox.WhiteBox;
|
||||
* @requires vm.gc == "Parallel" | vm.gc == null
|
||||
* @requires os.family == "linux" | os.family == "windows"
|
||||
* @requires sun.arch.data.model == "64"
|
||||
* @comment Asan changes memory layout and we get a different coops mode
|
||||
* @requires !vm.asan
|
||||
* @library /test/lib /test/jdk
|
||||
* @build jdk.test.whitebox.WhiteBox
|
||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
||||
|
||||
@ -33,6 +33,8 @@ import jdk.test.lib.jfr.EventVerifier;
|
||||
* @requires vm.gc == "Parallel" | vm.gc == null
|
||||
* @requires os.family == "linux" | os.family == "windows"
|
||||
* @requires sun.arch.data.model == "64"
|
||||
* @comment Asan changes memory layout and we get a different coops mode
|
||||
* @requires !vm.asan
|
||||
* @library /test/lib /test/jdk
|
||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseCompressedOops -Xmx4g jdk.jfr.event.gc.configuration.TestGCHeapConfigurationEventWithZeroBasedOops
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user