Attila found a few cases where unary and binary operators may have side
effects even when their children do not, such as "new <notfunction>". I
uploaded a new patch to fix these.
http://cr.openjdk.java.net/~hannesw/8027042/webrev.01/
Hannes
Am 2013-10-23 09:29, schrieb Hannes Wallnoefer:
Please review JDK-8027042: Evaluation order for binary operators can
be improved.
http://cr.openjdk.java.net/~hannesw/8027042/
This is the result from my discussion with André about when strict
binary evaluation order can be relaxed.
Hannes