8299023: TestPLABResize.java and TestPLABPromotion.java are failing intermittently

Reviewed-by: tschatzl, ayang
This commit is contained in:
Leonid Mesnik 2024-02-17 19:19:47 +00:00
parent cf13086efe
commit f50df10591
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,7 @@
* @bug 8141278 8141141 * @bug 8141278 8141141
* @summary Test PLAB promotion * @summary Test PLAB promotion
* @requires vm.gc.G1 * @requires vm.gc.G1
* @requires !vm.flightRecorder * @requires vm.flagless
* @library /test/lib / * @library /test/lib /
* @modules java.base/jdk.internal.misc * @modules java.base/jdk.internal.misc
* @modules java.management * @modules java.management

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,7 @@
* @bug 8141278 8141141 * @bug 8141278 8141141
* @summary Test for PLAB resizing * @summary Test for PLAB resizing
* @requires vm.gc.G1 * @requires vm.gc.G1
* @requires !vm.flightRecorder * @requires vm.flagless
* @library /test/lib / * @library /test/lib /
* @modules java.base/jdk.internal.misc * @modules java.base/jdk.internal.misc
* @modules java.management * @modules java.management