Skip to content

Commit 3a28a29

Browse files
author
SendaoYan
committed
8350386: Test TestCodeCacheFull.java fails with option -XX:-UseCodeCacheFlushing
Backport-of: c2ba777e0b2524359b23481f2c31afdcd5568827
1 parent 4e011ef commit 3a28a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jdk/jdk/jfr/event/compiler/TestCodeCacheFull.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -36,6 +36,7 @@
3636
/**
3737
* @test TestCodeCacheFull
3838
* @requires vm.hasJFR
39+
* @requires vm.opt.UseCodeCacheFlushing == null | vm.opt.UseCodeCacheFlushing == true
3940
*
4041
* @library /test/lib
4142
* @modules jdk.jfr

0 commit comments

Comments
 (0)