-
Bug
-
Resolution: Fixed
-
P3
-
None
-
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"))