8330862: GCBarrierIRExample fails when a different GC is selected via the command line

Reviewed-by: thartmann, dholmes, stefank
This commit is contained in:
Roberto Castañeda Lozano 2024-04-23 06:52:58 +00:00
parent 550a138622
commit 574ba1400e

View File

@ -33,6 +33,7 @@ import java.lang.invoke.MethodHandles;
* @summary Example test that illustrates the use of the IR test framework for
* verification of late-expanded GC barriers.
* @library /test/lib /
* @requires vm.gc.ZGenerational
* @run driver ir_framework.examples.GCBarrierIRExample
*/