Skip to content

Commit c2ba777

Browse files
author
SendaoYan
committed
8350386: Test TestCodeCacheFull.java fails with option -XX:-UseCodeCacheFlushing
Backport-of: ad48846edd894073d89839a2771271553b4e27cd
1 parent 732dca8 commit c2ba777

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)