mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8374879: NMethodRelocationTest fails with -Xcomp after 8369150
Reviewed-by: lmesnik, chagedorn
This commit is contained in:
parent
ce5e0d8a48
commit
2b1e11c254
@ -29,7 +29,8 @@
|
|||||||
* vm.gc != "Epsilon" &
|
* vm.gc != "Epsilon" &
|
||||||
* vm.flavor == "server" &
|
* vm.flavor == "server" &
|
||||||
* !vm.emulatedClient &
|
* !vm.emulatedClient &
|
||||||
* (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
|
* (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4) &
|
||||||
|
* vm.compMode == "Xmixed"
|
||||||
* @library /test/lib /test/hotspot/jtreg
|
* @library /test/lib /test/hotspot/jtreg
|
||||||
* @build jdk.test.whitebox.WhiteBox
|
* @build jdk.test.whitebox.WhiteBox
|
||||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user