8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
authorkvn
Wed, 03 Oct 2018 14:53:05 -0700
changeset 52009 35511492cd6d
parent 52008 6f04692c7d51
child 52010 ef114f6afcf1
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError Summary: exclude this test from running with Java Graal Reviewed-by: iveresov
test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java
--- 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