- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
如果有的话,我可以做些什么来阻止 Nashorn 一直抛出 ArrayIndexOutOfBoundsException?
这个看似微不足道且正确(此处没有错误)的代码片段导致 Nashorn 出现异常:
文件 test.js:
var test;
(function (test) {
(function (renderer) {
var posts = {
0: null,
1: null,
2: null,
3: null // comment out this line --> no exception thrown
};
})(test.renderer = {}); // comment out 'test.renderer = ' --> no exception thrown
})(test = {});
然后像这样运行脚本:/usr/lib/jvm/java-8-oracle/bin/jjs test.js
结果:
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4
at jdk.nashorn.internal.runtime.AccessorProperty.initGetterSetter(AccessorProperty.java:271)
at jdk.nashorn.internal.runtime.AccessorProperty.<init>(AccessorProperty.java:250)
at jdk.nashorn.internal.runtime.SetMethodCreator.createNewFieldSetter(SetMethodCreator.java:166)
at jdk.nashorn.internal.runtime.SetMethodCreator.createNewPropertySetter(SetMethodCreator.java:156)
at jdk.nashorn.internal.runtime.SetMethodCreator.createSetMethod(SetMethodCreator.java:122)
at jdk.nashorn.internal.runtime.SetMethodCreator.createGuardedInvocation(SetMethodCreator.java:78)
at jdk.nashorn.internal.runtime.ScriptObject.findSetMethod(ScriptObject.java:1911)
at jdk.nashorn.internal.runtime.ScriptObject.lookup(ScriptObject.java:1632)
at jdk.nashorn.internal.runtime.linker.NashornLinker.getGuardedInvocation(NashornLinker.java:96)
at jdk.internal.dynalink.support.CompositeTypeBasedGuardingDynamicLinker.getGuardedInvocation(CompositeTypeBasedGuardingDynamicLinker.java:176)
at jdk.internal.dynalink.support.CompositeGuardingDynamicLinker.getGuardedInvocation(CompositeGuardingDynamicLinker.java:124)
at jdk.internal.dynalink.support.LinkerServicesImpl.getGuardedInvocation(LinkerServicesImpl.java:144)
at jdk.internal.dynalink.DynamicLinker.relink(DynamicLinker.java:232)
at jdk.nashorn.internal.scripts.Script$test.L:2(test.js:3)
at jdk.nashorn.internal.scripts.Script$test.runScript(test.js:2)
at jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:535)
at jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:209)
at jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:378)
at jdk.nashorn.tools.Shell.apply(Shell.java:383)
at jdk.nashorn.tools.Shell.runScripts(Shell.java:312)
at jdk.nashorn.tools.Shell.run(Shell.java:168)
at jdk.nashorn.tools.Shell.main(Shell.java:132)
at jdk.nashorn.tools.Shell.main(Shell.java:111)
当我通过脚本引擎从 JVM 中运行文件时,也会发生这种情况。
背景:我正在尝试在 Nashorn 中运行 TypeScript 生成的代码。上面的代码片段是简化的 TypeScript 编译器输出。
操作系统:Linux Mint 17,64 位。 Java 版本:
$ java -version
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
最佳答案
显然这是 Java 8 中的一个错误。我发布到 Nashorn 邮件列表;这是回复:
I can reproduce the problem with 8u20, however it seems to be fixed in
JDK 9 and JDK8u40. You can download a preview release of 8u40 here:
https://jdk8.java.net/download.html
邮箱:http://mail.openjdk.java.net/pipermail/nashorn-dev/2014-October/003614.html
( 编辑: 8u40 中还有另一个 ArrayIndexOutOfBounds 错误,请在此处阅读更多信息:http://mail.openjdk.java.net/pipermail/nashorn-dev/2015-March/004268.html “无法解析 JSON:{ 0: null, 100: null }”。该问题已在 8u60 中修复。)
关于Java 8 Nashorn ArrayIndexOutOfBoundsException 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26189940/
我正在尝试使用 graal + nashorn 互操作来编写与 Java 交互的 nodejs。我从 node --jvm --jvm.Xss2m --jvm.Dtruffle.js.NashornJ
我正在尝试向我们的系统添加一个脚本功能,不受信任的用户可以在其中编写简单的脚本并让它们在服务器端执行。我正在尝试使用 Nashorn 作为脚本引擎。 不幸的是,他们为 Nashorn 添加了一些非标准
我正在尝试迁移/更新我的项目以使用 Rhino 中的 Nashorn。我有一些用 Java 实现的全局实用函数,并将其添加到目标脚本引擎的全局范围中,典型的示例是 log(message)。 在Rhi
我使用 eclipse luna 作为 IDE。我在网络应用程序中工作。当我用 javascript 编写代码时,有时我会忘记输入分号,但如果我的 javascript 在浏览器中运行,一切仍然正常。
我想检索 JS 中生成的对象,将它们存储在 Java 中,然后调用它们的方法。这适用于 Java 7,现在使用 Java 8 我得到一个异常: Exception in thread "main" j
我正在将 Eclipse RCP 迁移到使用 JDK 8,并且大量使用 JS ScriptEngine。现在引入了 Nashorn,我必须添加以下行才能使 importClass 和 importPa
我试图通过 Nashorn 解析这个 Javascript: function someFunction() { return b + 1 }; 并导航到所有语句。这包括函数内部的语句。 下面的代码只
Nashorn java 脚本引擎具有内置分析器,可以像这样调用: jjs -pcs profiled_script.js。 此探查器会生成一个名为 NashornProfile.txt 的文件。以下
我在我的项目中使用 nashorn。我想从 json 中获取属性,但属性可能没有值(value)。 在 javascript 中,如果属性为 null,则使用可选链接并设置一个值;但在 nashorn
如果下面的代码可以在多线程应用程序中运行,你能帮帮我吗? 这是我的 Java 脚本,将由 Nashorn 评估 var Thread = Java.type("java.lang.Thread");
我在 nashron 和浏览器中使用独立的 js 脚本。为什么在 nashron 我得到 javax.script.ScriptException: TypeError: Cannot read pr
下面我分享了我的代码,我在其中尝试使用线程安全的 Nashorn 作为脚本引擎来评估简单的数学公式。公式类似于“a*b/2”,其中 a 和 b 将从 map 对象中获取。 public class E
如何将代码添加到 javascript 类的构造函数中。Java代码非常简单: public class MyObject extends SomeAbstractObject { public
当我尝试加载 Rhino 的 Nashorn 兼容性文件 (load("nashorn:mozilla_compat.js")) 时,出现以下错误: java.lang.RuntimeExceptio
我正在尝试使用Nashorn来解析网页的JS内容。我使用以下代码来初始化 Nashorn 并加载页面: ScriptEngineManager manager = new ScriptEngineMa
有没有一种方法可以缓存在 Nashorn 中评估的脚本以避免两次评估相同的脚本? 例如,我有一些 js 库可以做一些事情。我想评估 Library 一次,然后在我想要的每个文件上重复使用它。 publ
我正在使用 nashorn 进行一些体验。 为此,我在 java 中编写了这个简单的代码,我想在其中使用我定义的自定义对象。 ScriptEngine engine = new
假设有这样的文件 (function () { function change() { print('test'); } function test() {
我知道您可以在 Nashorn 中使用 Java 数组,并且有很多示例说明如何执行此操作。对我来说,标准方法的问题是它使 javascript 代码明确知道它的运行时环境。目前我有一个使用 Rhino
我使用 Rhino 作为图形内部的脚本组件。项目中大约有200个独立运行的小脚本。启动应用程序时,脚本应立即全速运行。 Rhino 的性能足够,但由于 Oracle 建议迁移到 Nashorn,我面临
我是一名优秀的程序员,十分优秀!