--- a/test/hotspot/jtreg/ProblemList-graal.txt Mon Aug 06 16:15:09 2018 -0400
+++ b/test/hotspot/jtreg/ProblemList-graal.txt Mon Aug 06 13:53:49 2018 -0700
@@ -27,9 +27,6 @@
#
#############################################################################
-compiler/c2/cr7200264/TestSSE2IntVect.java 8194958 generic-all
-compiler/c2/cr7200264/TestSSE4IntVect.java 8194958 generic-all
-
compiler/ciReplay/TestServerVM.java 8181747 generic-all
compiler/ciReplay/TestVMNoCompLevel.java 8181747 generic-all
--- a/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java Mon Aug 06 16:15:09 2018 -0400
+++ b/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java Mon Aug 06 13:53:49 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 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,7 +26,7 @@
* @bug 7200264
* @summary 7192963 changes disabled shift vectors
* @requires vm.cpu.features ~= ".*sse2.*" & vm.debug & vm.flavor == "server"
- * @requires !vm.emulatedClient
+ * @requires !vm.emulatedClient & !vm.graal.enabled
* @library /test/lib /
* @run driver compiler.c2.cr7200264.TestSSE2IntVect
*/
--- a/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java Mon Aug 06 16:15:09 2018 -0400
+++ b/test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java Mon Aug 06 13:53:49 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 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,7 +26,7 @@
* @bug 7200264
* @summary 7192963 changes disabled shift vectors
* @requires vm.cpu.features ~= ".*sse4\\.1.*" & vm.debug & vm.flavor == "server"
- * @requires !vm.emulatedClient
+ * @requires !vm.emulatedClient & !vm.graal.enabled
* @library /test/lib /
* @run driver compiler.c2.cr7200264.TestSSE4IntVect
*/