diff --git a/test/hotspot/jtreg/compiler/ciReplay/TestServerVM.java b/test/hotspot/jtreg/compiler/ciReplay/TestServerVM.java index afa2b0a14da..5cd47b114e1 100644 --- a/test/hotspot/jtreg/compiler/ciReplay/TestServerVM.java +++ b/test/hotspot/jtreg/compiler/ciReplay/TestServerVM.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2023, 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 @@ -26,7 +26,7 @@ * @bug 8011675 * @library / /test/lib * @summary testing of ciReplay with using generated by VM replay.txt - * @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.debug == true & vm.flavor == "server" + * @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.debug == true & vm.flavor == "server" & vm.compiler2.enabled * @modules java.base/jdk.internal.misc * @build jdk.test.whitebox.WhiteBox * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox