OpenJDK / valhalla / valhalla
changeset 58051:d6ecf9333bc1 lworld
8235253: [lworld] TestStressReturnBuffering fails with ZGC
author | thartmann |
---|---|
date | Tue, 03 Dec 2019 18:05:42 +0100 |
parents | 7ec4118062f9 |
children | 87b84b7634db |
files | test/hotspot/jtreg/compiler/valhalla/valuetypes/TestStressReturnBuffering.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestStressReturnBuffering.java Tue Dec 03 17:52:16 2019 +0100 +++ b/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestStressReturnBuffering.java Tue Dec 03 18:05:42 2019 +0100 @@ -23,6 +23,7 @@ /** * @test + * @requires vm.gc != "Z" * @bug 8233415 * @summary Verify that TLAB allocated buffer initialization when returning an inline type works properly with oops. * @library /test/lib