Skip to content

Commit 59224f7

Browse files
author
Andrew Lu
committed
8299023: TestPLABResize.java and TestPLABPromotion.java are failing intermittently
Backport-of: f50df105912858198809b50432ef5a4ab184528d
1 parent 42f7042 commit 59224f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 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)