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
Attila Szegedi
bf990aa813
8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
...
Reviewed-by: hannesw, sundar
2015-01-20 12:34:21 +01:00
Attila Szegedi
7090b1cdf5
8068994: Forgot to add a test model to JDK-8068573
...
Reviewed-by: lagergren, sundar
2015-01-14 16:29:39 +01:00
Attila Szegedi
b8092a1662
8068889: Calling a @FunctionalInterface from JS leaks internal objects
...
Reviewed-by: jlaskey, sundar
2015-01-13 16:38:29 +01:00
Attila Szegedi
faf445e144
8068580: make JavaAdapterFactory.isAutoConvertibleFromFunction more robust
...
Reviewed-by: lagergren, sundar
2015-01-12 11:29:42 +01:00
Athijegannathan Sundararajan
dc2d8b7e11
8068524: NashornScriptEngineFactory.getParameter() throws IAE for an unknown key, doesn't conform to the general spec
...
Reviewed-by: hannesw, attila
2015-01-07 14:02:30 +05:30
Hannes Wallnöfer
49252804f2
8062030: Nashorn bug retrieving array property after key string concatenation
...
Reviewed-by: sundar, lagergren, attila
2014-12-15 12:32:34 +01:00
Chris Hegarty
2dbed37b5e
Merge
2014-12-03 17:55:36 +00:00
Chris Hegarty
174f2cfc80
8049367: Modular Run-Time Images
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:26:07 +00:00
Hannes Wallnöfer
b5ae347f9c
8057691: Nashorn: let & const declarations are not shared between scripts
...
Reviewed-by: lagergren, attila
2014-11-21 17:44:57 +01:00
Marcus Lagergren
ad0645eb58
8049407: Endianness problem with TypedArrays
...
Reviewed-by: hannesw, sundar
2014-11-17 14:36:15 +01:00
Hannes Wallnöfer
043a07e654
8062386: Different versions of nashorn use same code cache directory
...
Reviewed-by: lagergren, attila
2014-11-05 17:07:26 +01:00
Marcus Lagergren
fe0da815c5
8057825: Bug in apply specialization - if an apply specialization that is available doesn't fit, a new one wouldn't be installed, if the new code generated as a specialization didn't manage to do the apply specialization. Basically changing a conditional to an unconditional
...
Reviewed-by: attila, hannesw
2014-11-05 12:34:06 +01:00
Marcus Lagergren
88fcdf5d05
8060204: Fix warnings in Joni and tests
...
Reviewed-by: hannesw, sundar, attila
2014-11-03 11:47:41 +01:00
Attila Szegedi
5d2bb4cd2d
8059443: NPE when unboxing return values
...
Reviewed-by: lagergren, sundar
2014-11-03 09:49:52 +01:00
Attila Szegedi
10ebc44ee0
8062050: A method is considered caller sensitive, but it doesn't have the CallerSensitive annotation
...
Reviewed-by: hannesw, lagergren
2014-11-03 07:29:46 +01:00
Hannes Wallnöfer
de498625b3
8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
...
Reviewed-by: lagergren, attila, sundar
2014-10-20 14:09:17 +02:00