--- a/test/jdk/java/lang/String/concat/WithSecurityManager.java Wed Dec 13 19:32:48 2017 +0300
+++ b/test/jdk/java/lang/String/concat/WithSecurityManager.java Wed Dec 13 11:59:55 2017 -0800
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, 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
@@ -27,6 +27,7 @@
* @test
* @summary String concatenation fails with a custom SecurityManager that uses concatenation
* @bug 8155090 8158851
+ * @requires !vm.graal.enabled
*
* @compile WithSecurityManager.java
*