jlahoda [Mon, 12 Dec 2016 17:00:30 +0100] rev 42500
8153229: JavacFiler.checkFileReopening drowns in exceptions after Modular Runtime Images change
Summary: Using Path.equals instead of Files.isSameFile to speed up Filer checks
Reviewed-by: jjg
jlahoda [Mon, 12 Dec 2016 13:27:39 +0100] rev 42499
8147527: Wrong code generated for postfix unary operators
Summary: Avoiding use of duplicated tree nodes when these may be changed in place.
Reviewed-by: mcimadamore, jlahoda
Contributed-by: bsrbnd@gmail.com