8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
Reviewed-by: bchristi, mchung
--- a/test/jdk/java/lang/StackWalker/LocalsAndOperands.java Fri Mar 09 23:13:37 2018 +0900
+++ b/test/jdk/java/lang/StackWalker/LocalsAndOperands.java Mon Mar 12 13:54:55 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -28,6 +28,13 @@
* @modules java.base/java.lang:open
* @run testng/othervm -Xint -DtestUnused=true LocalsAndOperands
* @run testng/othervm -Xcomp LocalsAndOperands
+ */
+
+/*
+ * @test
+ * @bug 8020968 8147039 8156073
+ * @modules java.base/java.lang:open
+ * @requires !vm.graal.enabled
* @run testng/othervm -Xcomp -XX:-TieredCompilation LocalsAndOperands
*/