Skip to content

Commit

Permalink
8299023: TestPLABResize.java and TestPLABPromotion.java are failing i…
Browse files Browse the repository at this point in the history
…ntermittently

Backport-of: f50df105912858198809b50432ef5a4ab184528d
  • Loading branch information
Andrew Lu committed May 16, 2024
1 parent 42f7042 commit 59224f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/gc/g1/plab/TestPLABPromotion.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,7 +26,7 @@
* @bug 8141278 8141141
* @summary Test PLAB promotion
* @requires vm.gc.G1
* @requires !vm.flightRecorder
* @requires vm.flagless
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* @modules java.management
Expand Down
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/gc/g1/plab/TestPLABResize.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,7 +26,7 @@
* @bug 8141278 8141141
* @summary Test for PLAB resizing
* @requires vm.gc.G1
* @requires !vm.flightRecorder
* @requires vm.flagless
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* @modules java.management
Expand Down

1 comment on commit 59224f7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.