-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b82
-
generic
-
generic
-
Verified
While fixing JDK-8005958, a regression was introduced where arguments discarded on INVOKESTATIC function call are not evaluated.
Example:
(function() {})(print("hello"))
Example:
(function() {})(print("hello"))