sundar [Thu, 27 Aug 2015 14:35:06 +0530] rev 32324
8134562: jjs history object should have methods to save/load history to/from given file and also allow reexecution of commands by a call
Reviewed-by: hannesw, attila
attila [Wed, 26 Aug 2015 20:30:34 +0200] rev 32323
8134403: Nashorn react.js benchmark performance regression
Reviewed-by: hannesw, sundar
mhaupt [Wed, 26 Aug 2015 13:11:35 +0200] rev 32322
8134484: disallow backquotes as heredoc end marker delimiters
Reviewed-by: attila, sundar
mhaupt [Wed, 26 Aug 2015 09:59:29 +0200] rev 32321
8073613: Here documents: how to avoid string interpolation?
Summary: support heredoc end marker quoting like in bash
Reviewed-by: attila, hannesw
sundar [Tue, 25 Aug 2015 18:16:10 +0530] rev 32320
8134397: Features that require AWT, swing should handle headless mode properly
Reviewed-by: hannesw, attila
sundar [Tue, 25 Aug 2015 14:47:42 +0530] rev 32319
8134381: load completion should not use swing from non UI thread
Reviewed-by: lagergren, attila, hannesw
sundar [Mon, 24 Aug 2015 18:25:22 +0530] rev 32318
8134309: load call argument completion could be done with file chooser
Reviewed-by: attila, hannesw
sundar [Mon, 24 Aug 2015 16:25:40 +0530] rev 32317
8134279: jjs should support multiple line input to complete incomplete code
Reviewed-by: attila, hannesw
attila [Mon, 24 Aug 2015 09:12:35 +0200] rev 32316
8133785: SharedScopeCall should be enabled for non-optimistic call sites in optimistic compilation
Reviewed-by: hannesw, lagergren
attila [Mon, 24 Aug 2015 09:11:46 +0200] rev 32315
8134150: Make Timing both threadsafe and efficient
Reviewed-by: jlaskey, sundar
sundar [Sun, 23 Aug 2015 10:02:14 +0530] rev 32314
8134255: Implement tab-completion for java package prefixes and package names
Reviewed-by: attila, mhaupt
sundar [Fri, 21 Aug 2015 18:01:23 +0530] rev 32313
8133948: Add 'edit' function to allow external editing of scripts
Reviewed-by: attila, hannesw, jlahoda