aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/JDK-8078612_eager_1b.js
diff options
context:
space:
mode:
authorAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 15:32:38 +0300
committerAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 15:32:38 +0300
commitbc836673b64fa431693dc644451741105a0acd79 (patch)
tree0ea7b6ef471cfa95c2520e900f9257a6d7788843 /test/script/basic/JDK-8078612_eager_1b.js
parent65de49fac48ef400da91c0500eeea9b52e23f045 (diff)
parent60d110edef173d3aeba2857a7eda4943cc550684 (diff)
downloadjdk8u_nashorn-bc836673b64fa431693dc644451741105a0acd79.tar.gz
Merged changes from defaultjetbrains-master-mirror-osx
--HG-- branch : 8u40-verified-fixes
Diffstat (limited to 'test/script/basic/JDK-8078612_eager_1b.js')
-rw-r--r--test/script/basic/JDK-8078612_eager_1b.js36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/script/basic/JDK-8078612_eager_1b.js b/test/script/basic/JDK-8078612_eager_1b.js
new file mode 100644
index 00000000..1ff5a652
--- /dev/null
+++ b/test/script/basic/JDK-8078612_eager_1b.js
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 2010, 2014, 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
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+/**
+ * JDK-8078612: Persistent code cache should support more configurations
+ *
+ * @test
+ * @runif external.prototype
+ * @option -pcc
+ * @option --lazy-compilation=false
+ * @option -Dnashorn.persistent.code.cache=build/nashorn_code_cache
+ * @option -Dnashorn.options.allowEagerCompilationSilentOverride
+ * @fork
+ */
+
+load(__DIR__ + 'prototype.js');