得到这个奇怪的错误:
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: size is not a function, it is null. (#1)
在 VisualVM 上分析堆转储并运行此 OQL 查询时:
select { map: x }
from java.util.concurrent.ConcurrentHashMap x
where x.size() < 10
问题出在该子句上,尽管显然有一个 size 方法where
,但它以某种方式不起作用。Map