rfield [Fri, 04 Nov 2016 14:47:25 -0700] rev 41940
8129559: JShell: compilation fails if class, method or field is annotated and has modifiers
8080354: JShell: Runtime visible annotations cannot be retrieved
Reviewed-by: jlahoda
lana [Fri, 04 Nov 2016 17:52:11 +0000] rev 41939
Merge
jjg [Thu, 03 Nov 2016 13:59:15 -0700] rev 41938
8167975: align javac --add-* modules options with launcher
Reviewed-by: jlahoda
rfield [Thu, 03 Nov 2016 09:12:02 -0700] rev 41937
8161969: jshell tool: /var value is not truncated per feedback setting
8166637: jshell tool: confusing truncation of long result values
8154513: JShell tool: welcome message should match feedback mode
8167552: jshell tool: Typo in jshell command '/? /reload' description
Reviewed-by: jlahoda
ksrini [Wed, 02 Nov 2016 15:42:20 -0700] rev 41936
8166857: langtools build.xml broken on windows
Reviewed-by: jjg, jlahoda, mcimadamore
jlahoda [Thu, 03 Nov 2016 11:46:20 +0100] rev 41935
8166635: getEnclosedElements() on package causes BadClassFile error
Summary: Properly reading typevars from enclosing scopes for local classes.
Reviewed-by: mcimadamore