OpenJDK / amber / amber
changeset 52838:35511492cd6d
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
Summary: exclude this test from running with Java Graal
Reviewed-by: iveresov
author | kvn |
---|---|
date | Wed, 03 Oct 2018 14:53:05 -0700 |
parents | 6f04692c7d51 |
children | ef114f6afcf1 |
files | test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java Wed Oct 03 12:54:54 2018 -0700 +++ b/test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java Wed Oct 03 14:53:05 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2018, 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 @@ -26,6 +26,7 @@ * @bug 6898462 8198826 * @summary failed reallocations of scalar replaced objects during deoptimization causes crash * + * @requires !vm.graal.enabled * @run main/othervm -XX:-BackgroundCompilation -Xmx128M -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::main * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::m9_1