-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
None
-
generic
-
generic
This issue was reported by Axel Faust via https://twitter.com/ReluctantBird83/status/679600616595918848 (see also JI-9027774).
Test case is here -> http://fpaste.org/304235/50864308/
Test case copied here for convenience:
var nr = Packages.java.lang.Double.valueOf(2.5);
var prop = 'int';
print(nr[prop + 'Value']); // yields undefined instead of method handle for intValue()
Test case is here -> http://fpaste.org/304235/50864308/
Test case copied here for convenience:
var nr = Packages.java.lang.Double.valueOf(2.5);
var prop = 'int';
print(nr[prop + 'Value']); // yields undefined instead of method handle for intValue()
- duplicates
-
JDK-8146152 Nashorn - JavaLinker property lookup fails when key is a ConsString
-
- Closed
-