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 |
|
Athijegannathan Sundararajan
|
6427d424c8
|
8060688: Nashorn: Generated script class name fails --verify-code for names with special chars
Reviewed-by: jlaskey, hannesw
|
2014-10-15 19:50:03 +05:30 |
|
Athijegannathan Sundararajan
|
2d6eed916f
|
8050977: Java8 Javascript Nashorn exception: no current Global instance for nashorn
Reviewed-by: attila, lagergren, hannesw
|
2014-10-13 23:38:49 +05:30 |
|
Marcus Lagergren
|
8d304985e6
|
8059811: Turn off optimistic typing by default and add both ant test-pessimistic and ant test-optimistic sub-test suites
Reviewed-by: attila, shade, hannesw
|
2014-10-09 10:19:24 +02:00 |
|
Athijegannathan Sundararajan
|
8c0e33df17
|
8058422: Users should be able to overwrite "context" and "engine" variables
Reviewed-by: lagergren, attila
|
2014-09-15 15:18:13 +05:30 |
|
Hannes Wallnöfer
|
6a9239547f
|
8057021: UserAccessorProperty guards fail with multiple globals
Reviewed-by: attila, lagergren
|
2014-09-10 15:19:26 +02:00 |
|
Athijegannathan Sundararajan
|
f7042614f7
|
8057742: ant clean test should not fail if one or more external test suites are missing
Reviewed-by: lagergren, hannesw
|
2014-09-08 15:51:27 +05:30 |
|
Hannes Wallnöfer
|
7ecdd47620
|
8051889: Implement block scoping in symbol assignment and scope computation
Reviewed-by: attila, lagergren
|
2014-09-04 15:37:14 +02:00 |
|
Athijegannathan Sundararajan
|
b5af5f7eae
|
8056123: Anonymous function statements leak internal function names into global scope
Reviewed-by: hannesw, attila
|
2014-08-27 14:27:56 +05:30 |
|
Athijegannathan Sundararajan
|
b915e1a4ad
|
8056094: [nashorn] tests fail when running via jtreg
Reviewed-by: jlaskey, hannesw
|
2014-08-26 22:57:24 +05:30 |
|
Attila Szegedi
|
a72b265924
|
8056052: Source.getContent() does excess Object.clone()
Reviewed-by: jlaskey, sundar
|
2014-08-26 15:04:48 +02:00 |
|
Athijegannathan Sundararajan
|
4bca3ec0bf
|
8056050: runExternalJsTest method in test/jdk/nashorn/internal/runtime/ClassFilter.java slows down "ant test"
Reviewed-by: attila, jlaskey
|
2014-08-26 17:21:17 +05:30 |
|
Sergey Lugovoy
|
b04e423d8d
|
8055811: Tests for Nashorn ClassFilter Support
Reviewed-by: sundar, attila
|
2014-08-26 13:26:15 +04:00 |
|
Athijegannathan Sundararajan
|
eadc8dbe75
|
8055687: Wrong "this" passed to JSObject.eval call
Reviewed-by: lagergren, hannesw, attila
|
2014-08-20 21:32:09 +05:30 |
|
Athijegannathan Sundararajan
|
16bef5aa2a
|
8050078: Nashorn ClassFilter Support
Reviewed-by: lagergren, hannesw
|
2014-08-20 20:04:19 +05:30 |
|
Attila Szegedi
|
9227b18d8a
|
8055199: Tidy up Nashorn codebase for code standards (August 2014)
Reviewed-by: hannesw, lagergren
|
2014-08-15 17:30:49 +02:00 |
|
Hannes Wallnöfer
|
a8ece5cffc
|
8043956: Make code caching work with optimistic typing and lazy compilation
Reviewed-by: attila, lagergren
|
2014-08-08 12:50:46 +02:00 |
|
Athijegannathan Sundararajan
|
cf32cd8ae4
|
8053910: ScriptObjectMirror causing havoc with Invocation interface
Reviewed-by: jlaskey, attila, hannesw
|
2014-08-06 22:11:12 +05:30 |
|
Athijegannathan Sundararajan
|
578ec9d11e
|
8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
Reviewed-by: lagergren, hannesw
|
2014-08-04 21:37:45 +05:30 |
|
Lev Priima
|
a27f5c073f
|
8051019: Separate src and test execution sandbox directories
Reviewed-by: jlaskey
|
2014-07-18 16:53:17 +05:30 |
|
Athijegannathan Sundararajan
|
8a77a443db
|
8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings
Reviewed-by: jlaskey
|
2014-07-15 16:54:01 +05:30 |
|
Athijegannathan Sundararajan
|
4048ec18f3
|
8049524: Global object initialization via javax.script API should be minimal
Reviewed-by: attila, hannesw
|
2014-07-08 16:30:42 +05:30 |
|
Athijegannathan Sundararajan
|
4b428d5833
|
8046013: TypeError: Cannot apply "with" to non script object
Reviewed-by: lagergren, hannesw
|
2014-06-27 21:54:16 +05:30 |
|
Hannes Wallnöfer
|
ccb4ecb339
|
8048079: Persistent code store is broken after optimistic types merge
Reviewed-by: sundar, jlaskey, attila
|
2014-06-25 14:36:24 +02:00 |
|
Hannes Wallnöfer
|
3ad3dd1d89
|
8046201: Avoid repeated flattening of nested ConsStrings
Reviewed-by: lagergren, attila
|
2014-06-23 18:32:11 +02:00 |
|
Marcus Lagergren
|
ede81f43f7
|
8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager
Reviewed-by: attila, hannesw
|
2014-06-17 11:37:03 +02:00 |
|
Hannes Wallnöfer
|
eab7ad0813
|
8046215: Running uncompilable scripts throws NullPointerException
Reviewed-by: sundar, jlaskey
|
2014-06-06 16:51:53 +02:00 |
|
Attila Szegedi
|
52ac2452d0
|
8044502: Get rid of global optimistic flag
Reviewed-by: lagergren, sundar
|
2014-06-04 14:32:23 +02:00 |
|
Attila Szegedi
|
5ec014a881
|
8044638: Tidy up Nashorn codebase for code standards
Reviewed-by: lagergren, sundar
|
2014-06-04 13:08:57 +02:00 |
|
Athijegannathan Sundararajan
|
7898fee89e
|
8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
Reviewed-by: attila, lagergren, hannesw
|
2014-06-04 13:55:21 +05:30 |
|
Attila Szegedi
|
133f05971e
|
8044518: Ensure exceptions related to optimistic recompilation are not serializable
Reviewed-by: lagergren, sundar
|
2014-06-03 12:05:59 +02:00 |
|
Attila Szegedi
|
2ff2ad2750
|
Merge
|
2014-06-02 17:36:43 +02:00 |
|
Attila Szegedi
|
9fb4c3accc
|
Merge
|
2014-05-28 16:53:43 +02:00 |
|
Athijegannathan Sundararajan
|
d779eeab89
|
8044000: Access to undefined property yields "null" instead of "undefined"
Reviewed-by: lagergren, jlaskey
|
2014-05-27 17:40:19 +05:30 |
|
Attila Szegedi
|
64fd9c191a
|
8042118: Separate types from symbols
Reviewed-by: hannesw, lagergren
|
2014-05-13 11:30:40 +02:00 |
|