Skip to content

Commit f50df10

Browse files
committed
8299023: TestPLABResize.java and TestPLABPromotion.java are failing intermittently
Reviewed-by: tschatzl, ayang
1 parent cf13086 commit f50df10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/hotspot/jtreg/gc/g1/plab/TestPLABPromotion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2024, 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
@@ -26,7 +26,7 @@
2626
* @bug 8141278 8141141
2727
* @summary Test PLAB promotion
2828
* @requires vm.gc.G1
29-
* @requires !vm.flightRecorder
29+
* @requires vm.flagless
3030
* @library /test/lib /
3131
* @modules java.base/jdk.internal.misc
3232
* @modules java.management

test/hotspot/jtreg/gc/g1/plab/TestPLABResize.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2024, 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
@@ -26,7 +26,7 @@
2626
* @bug 8141278 8141141
2727
* @summary Test for PLAB resizing
2828
* @requires vm.gc.G1
29-
* @requires !vm.flightRecorder
29+
* @requires vm.flagless
3030
* @library /test/lib /
3131
* @modules java.base/jdk.internal.misc
3232
* @modules java.management

0 commit comments

Comments
 (0)