Commit Graph

1720 Commits

Author SHA1 Message Date
Attila Szegedi
66aefdf36e 8161928: Dynalink documentation updates
Reviewed-by: hannesw, sundar
2016-07-25 10:58:58 +02:00
Alejandro Murillo
2eadf97c78 Merge 2016-07-21 17:13:46 +00:00
Alejandro Murillo
22f3ec9aba Added tag jdk-9+128 for changeset 7cb424af93f1 2016-07-21 16:43:00 +00:00
Michael Haupt
ec5ad88851 8142969: Nashorn logging API requires testing
Reviewed-by: sundar, mhaupt
2016-07-21 10:40:05 +02:00
Attila Szegedi
49f0e7fc38 8160953: Update build-nagen-eclipse task to work with JDK 9
Reviewed-by: lagergren, sundar
2016-07-19 13:12:50 +02:00
Alejandro Murillo
314cdf4469 Merge 2016-07-14 16:21:21 +00:00
Alejandro Murillo
6d2a40170b Added tag jdk-9+127 for changeset d165f39ffd5e 2016-07-14 15:47:47 +00:00
Athijegannathan Sundararajan
4597649209 8149929: Nashorn Parser API needs to be updated for ES6
Reviewed-by: mhaupt, hannesw
2016-07-12 21:18:13 +05:30
Alejandro Murillo
9b6e1e12c1 Added tag jdk-9+126 for changeset 5c06a5663124 2016-07-07 18:21:25 +00:00
Alejandro Murillo
8865ea58f1 Merge 2016-06-30 22:38:55 +00:00
Alejandro Murillo
4463ceae59 Added tag jdk-9+125 for changeset e02c166da4dd 2016-06-30 22:10:11 +00:00
Tim Bell
08a72f8286 8160505: Automated test runs fail in nashorn because TEST_IMAGE_DIR is set by jib
Reviewed-by: erikj, sundar
2016-06-29 07:35:59 -07:00
Hannes Wallnöfer
43e27faa9f 8160435: Source.baseURL is slow for URLs with unregistered protocol
Reviewed-by: sundar
2016-06-28 15:17:51 +02:00
Hannes Wallnöfer
4f3b48809e 8073653: Secondary heredoc eating wrong lines
Reviewed-by: mhaupt, jlaskey
2016-06-24 14:46:45 +02:00
Hannes Wallnöfer
939f1f7308 8137240: Negative lookahead in RegEx breaks backreference
Reviewed-by: mhaupt
2016-06-24 12:39:42 +02:00
Lana Steuck
803a8d9310 Merge 2016-06-23 21:13:33 +00:00
Lana Steuck
eac581e8b7 Added tag jdk-9+124 for changeset c549268fe94c 2016-06-23 20:35:16 +00:00
Athijegannathan Sundararajan
0f137a3deb 8160141: removed deprecated method calls in nashorn code
Reviewed-by: mhaupt, hannesw
2016-06-23 12:39:33 +05:30
Hannes Wallnöfer
d172b7b70b 8159977: typeof operator does not see lexical bindings declared in other scripts
Reviewed-by: sundar
2016-06-22 16:30:41 +02:00
Hannes Wallnöfer
1f71896acb 8156614: Lazy parsing of ES6 shorthand method syntax is broken
Reviewed-by: sundar, mhaupt
2016-06-20 12:21:51 +02:00
Hannes Wallnöfer
acd4bf8777 8150219: ReferenceError in 1.8.0_72
Reviewed-by: attila, sundar
2016-06-20 11:44:29 +02:00
Lana Steuck
05e93094b7 Merge 2016-06-16 20:57:01 +00:00
Lana Steuck
4bc3235037 Added tag jdk-9+123 for changeset 28e775c6e08e 2016-06-16 19:07:29 +00:00
Srinivas Dama
e1026a3b8d 8158817: add documentation for NativeMath
Reviewed-by: mhaupt, hannesw
2016-06-15 14:18:22 +02:00
Hannes Wallnöfer
cace72a5ad 8159220: Preserve position info in module import and export entries
Reviewed-by: sundar, lagergren
2016-06-13 12:39:28 +02:00
Lana Steuck
607cd7698d Merge 2016-06-09 19:07:12 +00:00
Lana Steuck
de3a140332 Added tag jdk-9+122 for changeset 6155e509fca0 2016-06-09 17:28:39 +00:00
Athijegannathan Sundararajan
8857f65a03 8159034: 4 nashorn ant tests fail with latest jdk9-dev build with IncompatibleClassChangeError
Reviewed-by: hannesw, jlaskey
2016-06-08 20:35:23 +05:30
Hannes Wallnöfer
54ec7c6b21 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt
2016-06-08 15:53:22 +02:00
Athijegannathan Sundararajan
5a190a8ec6 8158922: jjs tab completion of Java classes shows package-private, "hidden" classes too
Reviewed-by: hannesw, mhaupt
2016-06-07 19:13:26 +05:30
Athijegannathan Sundararajan
08ab0a1ff6 8158736: Adapter class loaders can avoid creating named dynamic modules
Reviewed-by: hannesw, mhaupt
2016-06-06 18:45:47 +05:30
Michael Haupt
d8e6d7821f 8148457: Remove jdk.nashorn.tools.FXShell class
Reviewed-by: sundar, jlaskey, mhaupt
2016-06-03 15:05:17 +02:00
Lana Steuck
9dd34d95e0 Merge 2016-06-02 21:14:32 +00:00
Lana Steuck
3e0f384c71 Added tag jdk-9+121 for changeset 3e6c168b4edb 2016-06-02 20:33:36 +00:00
Athijegannathan Sundararajan
2c1f125385 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
Reviewed-by: mhaupt, hannesw
2016-06-02 14:56:20 +05:30
Athijegannathan Sundararajan
3c9941bd80 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
Reviewed-by: lagergren, hannesw
2016-06-01 15:17:37 +05:30
Athijegannathan Sundararajan
5f49606225 8158250: nashorn ant javadoc targets are broken
Reviewed-by: hannesw, mhaupt
2016-05-31 21:12:34 +05:30
Athijegannathan Sundararajan
4489e7f18c 8158131: Nashorn should not use jdk.internal.module.Modules API
Reviewed-by: hannesw, mhaupt, alanb
2016-05-31 13:04:26 +05:30
Dalibor Topic
4bc1c3af53 8154469: Update FSF address
Updated Free Software Foundation's mailing address in LICENSE

Reviewed-by: rriggs, shade
2016-05-30 16:41:57 +02:00
Lana Steuck
a22a087abc Merge 2016-05-26 17:19:03 +00:00
Lana Steuck
4c77f7cbd5 Added tag jdk-9+120 for changeset 52305229ea03 2016-05-26 16:02:18 +00:00
Athijegannathan Sundararajan
1f0c44c1c4 8157819: TypeError when a java.util.Comparator object is invoked as a function
Reviewed-by: mhaupt, forax, hannesw
2016-05-25 19:25:57 +05:30
Athijegannathan Sundararajan
883dc41e42 8157680: Callback parameter of any JS builtin implementation should accept any Callable
Reviewed-by: hannesw, mhaupt
2016-05-25 15:14:37 +05:30
Athijegannathan Sundararajan
6e67698c30 8157789: Nashorn sample/test.js should not use undocumented System property
Reviewed-by: mchung
2016-05-25 11:03:08 +05:30
Jan Lahoda
390c90f8de 8131017: jshell tool: pasting code with tabs invokes tab completion
Enabling copy-paste detection.

Reviewed-by: lagergren, sundar
2016-05-24 16:03:48 +02:00
Staffan Larsen
2baa671d45 8157605: Can't set both CONCURRENCY and EXTRA_JTREG_OPTIONS when running tests
Reviewed-by: tbell, erikj
2016-05-24 12:15:02 +02:00
Michael Haupt
11a849f973 8157444: exclude jjs shebang handling test from runs
Reviewed-by: sundar, hannesw, jlaskey
2016-05-20 16:02:36 +02:00
Athijegannathan Sundararajan
c81faa1b04 8157310: jdk.dynalink.linker.support.Lookup should have more checks before adding module read link
Reviewed-by: hannesw, attila
2016-05-20 13:20:10 +05:30
Lana Steuck
9a8cbd6e1b Merge 2016-05-19 19:46:39 +00:00
Lana Steuck
d9f0b27bfd Added tag jdk-9+119 for changeset a78497edf9fb 2016-05-19 17:48:04 +00:00