-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b82
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142278 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8140980 | 8u91 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8136370 | 8u72 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8147349 | emb-8u91 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
From http://mail.openjdk.java.net/pipermail/nashorn-dev/2015-September/005197.html:
-----
Hi all,
In NativeDebug.dumpCounters(), there is:
out.println("Scope count " + Scope.getCount());
However, Scope doesn't have its own .getCount(), but calls the super (ScriptObject) one.
I think Scope.getScopeCount() should be used instead.
Thanks,
Ahmed
-----
-----
Hi all,
In NativeDebug.dumpCounters(), there is:
out.println("Scope count " + Scope.getCount());
However, Scope doesn't have its own .getCount(), but calls the super (ScriptObject) one.
I think Scope.getScopeCount() should be used instead.
Thanks,
Ahmed
-----
- backported by
-
JDK-8136370 NativeDebug.dumpCounters with incorrect scope count
-
- Resolved
-
-
JDK-8140980 NativeDebug.dumpCounters with incorrect scope count
-
- Resolved
-
-
JDK-8142278 NativeDebug.dumpCounters with incorrect scope count
-
- Resolved
-
-
JDK-8147349 NativeDebug.dumpCounters with incorrect scope count
-
- Resolved
-