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
acd4bf8777
8150219: ReferenceError in 1.8.0_72
...
Reviewed-by: attila, sundar
2016-06-20 11:44:29 +02:00
Athijegannathan Sundararajan
dfcb34c132
8157241: Remove javac warnings of Nashorn "ant clean test"
...
Reviewed-by: mhaupt, hannesw
2016-05-18 20:17:48 +05:30
Athijegannathan Sundararajan
945ba5a918
8156820: Nashorn nightly test failure after fix for 8156738
...
Reviewed-by: hannesw, mhaupt
2016-05-12 13:07:21 +05:30
Attila Szegedi
860e71a134
8156738: Use StackWalker for DynamicLinker.getLinkedCallSiteLocation
...
Reviewed-by: hannesw, sundar
2016-05-11 19:24:29 +02:00
Athijegannathan Sundararajan
89cdc7ca82
8150731: Nashorn JSObject linker should be exposed as a service provider
...
Reviewed-by: jlaskey, hannesw
2016-05-06 20:27:20 +05:30
Andreas Woess
5881148f01
8134503: support ES6 parsing in Nashorn
...
Reviewed-by: jlaskey, sundar, mhaupt
2016-04-27 15:50:33 +02:00
Chris Hegarty
62a318ede2
Merge
2016-03-22 10:43:23 +00: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
Attila Szegedi
e8fb7e0b2c
8150218: Autoconversion SAM adapters sometimes don't get privileges
...
Reviewed-by: mhaupt, sundar
2016-03-15 16:02:00 +01:00
Michael Haupt
762fc4fca7
8150814: correct package declaration in Nashorn test
...
Reviewed-by: sundar
2016-02-29 09:49:46 +01:00
Michael Haupt
18677d77f6
8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
...
Reviewed-by: hannesw, sundar
2016-02-16 15:34:27 +01:00
Jim Laskey
b55ad227cb
8141209: $EXEC should allow streaming
...
Reviewed-by: sundar
2016-02-10 11:18:02 -04:00
Srinivas Dama
f651deea03
8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
...
Reviewed-by: hannesw, mhaupt, sundar
2016-01-28 11:20:44 +01:00
Attila Szegedi
495414b40c
8133299: Nashorn Java adapters should not early bind to functions
...
Reviewed-by: hannesw, lagergren, sundar
2016-01-23 11:50:24 +01:00
Attila Szegedi
df1606c088
8144919: Implement missing member handler for BeansLinker
...
Reviewed-by: lagergren, mhaupt, sundar
2016-01-14 13:24:03 +01:00
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
Attila Szegedi
505e5097e6
8141338: Move jdk.internal.dynalink package to jdk.dynalink
...
Reviewed-by: hannesw, sundar
2015-11-24 10:19:34 +01:00
Attila Szegedi
e67cae2407
8142924: ES6 symbols created with Symbol.for should deserialize to canonical instances
...
Reviewed-by: hannesw, lagergren, sundar
2015-11-13 16:21:22 +01:00
Athijegannathan Sundararajan
5b33de6a32
8142857: Enable all nashorn "api" tests for jtreg test run
...
Reviewed-by: attila, hannesw, mhaupt
2015-11-12 19:51:43 +05:30
Athijegannathan Sundararajan
51556ae6ea
8142501: nashorn tests failing after recent changes
...
Reviewed-by: hannesw
2015-11-12 12:30:15 +05:30
Hannes Wallnöfer
15ef19ee62
8010803: Number to String conversion functionality overhaul
...
Reviewed-by: attila, lagergren
2015-11-11 15:22:14 +01:00
Attila Szegedi
e3ea5caf72
8141538: Make DynamicLinker specific to a Context in Nashorn
...
Reviewed-by: hannesw, sundar
2015-11-09 14:04:43 +01:00
Athijegannathan Sundararajan
5532631558
8141285: NameCode should pass tests from BytecodeNameTest.java
...
Reviewed-by: attila, mhaupt
2015-11-03 21:08:53 +05:30
Athijegannathan Sundararajan
a7d931c5e1
8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
...
Reviewed-by: hannesw, mhaupt
2015-10-01 21:27:30 +05:30
Athijegannathan Sundararajan
be533e6f12
8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
...
Reviewed-by: attila, hannesw
2015-09-28 18:58:52 +05:30
Athijegannathan Sundararajan
1a8570ad75
8137134: invokespecial on indirect super interface is generated by Java adapter generator
...
Reviewed-by: attila, hannesw
2015-09-25 16:01:54 +05:30
Athijegannathan Sundararajan
1b10b826d8
8136544: Call site switching to megamorphic causes incorrect property read
...
Reviewed-by: attila, mhaupt
2015-09-16 16:26:30 +05:30
Athijegannathan Sundararajan
5c04be3588
8068901: Surprising behavior with more than one functional interface on a class
...
8068903: Can't invoke vararg @FunctionalInterface methods
Reviewed-by: attila, hannesw
2015-09-01 18:28:11 +05:30
Michael Haupt
5899d6fbda
8077168: CodeStoreAndPathTest.java fails in jtreg mode on Mac
...
Use correct path on JRT file system
Reviewed-by: attila, sundar
2015-08-18 09:13:46 -07:00
Athijegannathan Sundararajan
d2fdc74755
8132092: Nashorn copyright has to be updated
...
Reviewed-by: jlaskey, hannesw, mhaupt
2015-07-28 14:52:34 +05:30
Athijegannathan Sundararajan
4a2aab156b
8130734: Apply transformations found by netbeans Refactor->Inspect and transform menu
...
Reviewed-by: hannesw, jlaskey, mhaupt
2015-07-08 17:28:08 +05:30
Hannes Wallnöfer
21c3399f5e
8086052: Script evaluation should not return last function declaration
...
Reviewed-by: sundar, attila
2015-06-15 15:37:01 +02:00
Athijegannathan Sundararajan
907f7f2c7c
8087211: Indirect evals should be strict with -strict option
...
Reviewed-by: lagergren, hannesw
2015-06-12 16:55:20 +05:30
Michael Haupt
b09c2994ec
8081604: rename ScriptingFunctions.tokenizeCommandLine
...
This used to be a single-purpose private helper; it is now used by external clients, and for new purposes. Consequently, it deserves a less specific name.
Reviewed-by: attila, lagergren, sundar
2015-06-02 10:40:19 +02:00
Attila Szegedi
0d2785c745
8066773: JSON-friendly wrapper for objects
...
Reviewed-by: jlaskey, lagergren, sundar
2015-06-02 10:55:17 +02:00
Athijegannathan Sundararajan
c3b0b573ff
8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
...
Reviewed-by: attila, lagergren
2015-06-02 12:42:53 +05:30
Attila Szegedi
6e24cffe34
8081204: ListAdapter throws NPE when adding/removing elements outside of JS context
...
Reviewed-by: lagergren, sundar
2015-05-27 14:37:11 +03:00
Athijegannathan Sundararajan
b05ced98a1
8007456: Nashorn test framework @argument does not handle quoted strings
...
Reviewed-by: hannesw, lagergren
2015-05-27 13:16:50 +05:30
Attila Szegedi
1333ff7ddd
8081062: ListAdapter should take advantage of JSObject
...
Reviewed-by: lagergren, sundar
2015-05-26 16:12:23 +02:00
Attila Szegedi
f9b1376aa3
8081015: Allow conversion of native arrays to Queue and Collection
...
Reviewed-by: hannesw, lagergren, sundar
2015-05-26 14:37:14 +02:00
Attila Szegedi
c9191f56e0
8078414: Don't create impossible converters for ScriptObjectMirror
...
Reviewed-by: hannesw, sundar
2015-05-15 15:40:57 +02:00
Hannes Wallnöfer
08e8a63ab5
8078612: Persistent code cache should support more configurations
...
Reviewed-by: lagergren, attila
2015-05-05 14:30:00 +02:00
Athijegannathan Sundararajan
fcb7a55923
8076972: Several nashorn tests failing
...
Reviewed-by: lagergren, jlaskey
2015-04-07 00:13:18 +05:30
Athijegannathan Sundararajan
44b017bd90
8076646: nashorn tests should avoid using package names used by nashorn sources
...
Reviewed-by: hannesw
2015-04-03 19:09:34 +05:30
Athijegannathan Sundararajan
0ed9eb856c
8074671: Nashorn Parser API
...
Reviewed-by: darcy, forax, attila, hannesw
2015-03-09 20:14:10 +05:30
Attila Szegedi
8d084dc298
8072596: Arrays.asList results in ClassCastException with a JS array
...
Reviewed-by: lagergren, sundar
2015-02-12 16:43:33 +01:00
Athijegannathan Sundararajan
13a7f3810a
8072752: Add regression tests for 8071678 and 8071594
...
Reviewed-by: hannesw, attila
2015-02-09 14:40:56 +05:30
Athijegannathan Sundararajan
2f101d122b
8071989: NashornScriptEngine returns javax.script.ScriptContext instance with insonsistent get/remove methods behavior for undefined attributes
...
Reviewed-by: attila, lagergren
2015-02-06 19:28:26 +05:30
Athijegannathan Sundararajan
2d266be7f6
8072595: nashorn should not use obj.getClass() for null checks
...
Reviewed-by: hannesw, attila
2015-02-05 19:08:00 +05:30