Srinivas Dama
b22e6a67f3
8178315: nashorn ant build failure with @moduleGraph javadoc tag
...
Added support for moduleGraph tag
Reviewed-by: sundar, hannesw
2017-04-19 15:34:49 +05:30
Magnus Ihse Bursie
e2ce2a3727
8173822: Remove dead code in BuildNashorn.gmk
...
Reviewed-by: erikj
2017-02-03 13:02:22 +01:00
Athijegannathan Sundararajan
b11a5c2059
8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
...
Reviewed-by: hannesw, jlaskey
2017-01-24 18:08:04 +05:30
Athijegannathan Sundararajan
9d783cdba2
8164391: Provide a javadoc description for jdk.scripting.nashorn
...
Reviewed-by: attila, jlaskey
2017-01-04 18:47:35 +05:30
Athijegannathan Sundararajan
06cba30399
8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail
...
Reviewed-by: jlaskey
2016-12-20 19:37:31 +05:30
Srinivas Dama
d6628ee660
8168663: Nashorn: ant testng tests doesn't support external java options
...
Added new run.test.jvmargs.external property
Reviewed-by: sundar, hannesw
2016-12-02 05:39:13 -08:00
Alan Bateman
7fe5109735
Merge
2016-12-01 11:17:05 +00:00
Alan Bateman
a8e63c4db5
8169069: Module system implementation refresh (11/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, sundar
2016-12-01 09:04:29 +00:00
Hannes Wallnöfer
29d6255379
8162839: JavaAdapters do not work with ScriptObjectMirror objects
...
Reviewed-by: sundar, jlaskey
2016-11-17 13:39:30 +01:00
Magnus Ihse Bursie
f098b93482
8167424: Various trivial fixes in build system
...
Reviewed-by: erikj, tbell
2016-10-11 09:49:43 +02:00
Athijegannathan Sundararajan
9bf4e700fc
8167157: ant build fails with [javadoc] javadoc: error - Illegal package name: "implNote 🅰️ Implementation Note:"
...
Reviewed-by: hannesw
2016-10-05 13:38:12 +05:30
Erik Joelsson
eb540e43ac
8166965: Some small java build tools are still running with big JVM configuration
...
Reviewed-by: ihse
2016-10-04 13:41:52 +02:00
Athijegannathan Sundararajan
f2cc9a6362
8164216: Netbeans makefile for nashorn should use JDK_9 as platform
...
Reviewed-by: jlaskey
2016-08-17 19:16:28 +05:30
Mandy Chung
00bf56a8f2
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:49:16 -07: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
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
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
5f49606225
8158250: nashorn ant javadoc targets are broken
...
Reviewed-by: hannesw, mhaupt
2016-05-31 21:12:34 +05:30
Hannes Wallnöfer
cf9a1d4970
8157263: Octane svn repository no longer exists
...
Reviewed-by: sundar
2016-05-18 22:30:14 +02:00
Athijegannathan Sundararajan
0c50b61dd4
8155944: ant build/test of nashorn is broken with the latest jdk9-dev build
...
Reviewed-by: jlaskey
2016-05-03 21:27:00 +05:30
Alan Bateman
6fe64604e7
8154956: Module system implementation refresh (4/2016)
...
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:11:31 +01:00
Mandy Chung
97e5ce2c47
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
...
Reviewed-by: alanb
2016-03-31 11:50:34 -07:00
Athijegannathan Sundararajan
93169df513
8152533: ant octane target fails with "Unable to load a script engine manager (org.apache.bsf.BSFManager or javax.script.ScriptEngineManager)"
...
Reviewed-by: jlaskey
2016-03-28 23:05:01 +05:30
Athijegannathan Sundararajan
a7db5b37f6
8152646: disable ant octane target to avoid hudson build failure notifications
...
Reviewed-by: jlaskey
2016-03-24 17:36:21 +05:30
Chris Hegarty
072178cc9c
Merge
2016-03-22 10:52:12 +00:00
Srinivas Dama
48be0d0b0d
8147613: enable jjs tests on Windows
...
Reviewed-by: lagergren, mhaupt
2016-03-21 12:38:23 +01:00
Alan Bateman
9a9e272b1d
8142968: Module System implementation
...
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Reviewed-by: mhaupt, hannesw
2016-03-17 19:04:35 +00:00
Athijegannathan Sundararajan
451cd91ea9
8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
...
Reviewed-by: hannesw, mhaupt
2016-02-25 13:56:23 +05:30
Michael Haupt
1f0f76b63d
8149744: fix testng.jar delivery in Nashorn build.xml
...
Reviewed-by: hannesw, sundar
2016-02-12 17:00:54 +01:00
Michael Haupt
3020dc6a71
8134933: re-enable LambdaFormEditor assertions in Nashorn testing
...
Reviewed-by: sundar
2016-01-22 11:12:26 +01:00
Athijegannathan Sundararajan
ddf5ec8ed8
8145669: apply2call optimized callsite fails after becoming megamorphic
...
Reviewed-by: jlaskey, hannesw
2015-12-17 18:11:09 +05:30
Hannes Wallnöfer
67fe9c8efe
8144020: Remove long as an internal numeric type
...
Reviewed-by: attila, sundar, lagergren
2015-12-14 14:27:46 +01:00
Michael Haupt
64634dc9a4
8144221: fix Nashorn shebang argument handling on Mac/Linux
...
Reviewed-by: jlaskey, lagergren
2015-12-14 14:02:59 +01:00
Lana Steuck
90a60b04c7
Merge
2015-12-02 09:37:26 -08:00
Athijegannathan Sundararajan
3cbc3adb36
8144051: failing test262parallel run leads to successful build
...
Reviewed-by: mhaupt, hannesw
2015-11-26 19:02:59 +05:30
Attila Szegedi
505e5097e6
8141338: Move jdk.internal.dynalink package to jdk.dynalink
...
Reviewed-by: hannesw, sundar
2015-11-24 10:19:34 +01:00
Iris Clark
b60b3b7285
Merge
2015-11-19 14:01:43 -08:00
Iris Clark
25d5c9c97f
Merge
2015-11-16 20:16:55 -08:00
Hannes Wallnöfer
15ef19ee62
8010803: Number to String conversion functionality overhaul
...
Reviewed-by: attila, lagergren
2015-11-11 15:22:14 +01:00
Magnus Ihse Bursie
79287d45cf
8141333: Rename SetupArchive to SetupJarArchive
...
Reviewed-by: erikj, tbell
2015-11-03 17:54:19 +01:00
Iris Clark
0c347421d9
Merge
2015-10-25 19:16:51 -07:00
Athijegannathan Sundararajan
2b4de2f271
8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
...
Reviewed-by: attila, hannesw
2015-09-30 20:20:11 +05:30
Iris Clark
d0517a6125
Merge
2015-09-21 20:09:05 -07:00
Iris Clark
ac495a6615
Merge
2015-09-14 09:47:28 -07:00
Magnus Ihse Bursie
16142c17e4
8065912: Better handling of classpath in build-infra
...
Reviewed-by: erikj
2015-09-09 09:36:48 +02:00
Athijegannathan Sundararajan
b803598d6a
8134887: nashorn ant test configuration should disable assertion for LamdaFormEditor class
...
Reviewed-by: attila, jlaskey
2015-09-01 23:08:33 +05:30
Iris Clark
5301d26583
Merge
2015-08-25 14:45:32 -07:00
Athijegannathan Sundararajan
d37f9f40c9
8133347: Add makefiles support and basic session, persistence history navigation with jline
...
Reviewed-by: erikj, jlahoda, jlaskey
2015-08-13 19:07:27 +05:30
Iris Clark
82c82d7b92
Merge
2015-08-03 09:26:31 -07:00
Michael Haupt
e0ae5e6391
8131142: late-bind check for testng.jar presence in Nashorn test execution
...
Reviewed-by: hannesw, sundar
2015-07-22 09:28:28 +02:00