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 |
|
Athijegannathan Sundararajan
|
7579bb9eb4
|
8027933: Add --const-as-var option
Reviewed-by: jlaskey, hannesw
|
2014-05-02 19:15:59 +05:30 |
|
Hannes Wallnöfer
|
60a0f257df
|
8040078: Avoid repeated reading of source for cached loads
Reviewed-by: jlaskey, lagergren
|
2014-04-25 16:34:17 +02:00 |
|
Marcus Lagergren
|
e30eb1b6bb
|
8041434: Add synchronization to the common global constants structure
Reviewed-by: attila, hannesw
|
2014-04-23 17:37:41 +02:00 |
|
Marcus Lagergren
|
7bb2546460
|
8038426: Move all loggers from process wide scope into Global scope
Reviewed-by: attila, hannesw
|
2014-04-23 16:13:47 +02:00 |
|
Marcus Lagergren
|
8692f48723
|
8039746: Transform applies to calls wherever possible, for ScriptFunctions and JSObjects
Reviewed-by: hannesw, attila, sundar, jlaskey
|
2014-04-11 16:52:14 +02:00 |
|
Marcus Lagergren
|
379d9f239f
|
8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not
Reviewed-by: attila, sundar, jlaskey
|
2014-03-31 14:13:34 +02:00 |
|
Marcus Lagergren
|
f6722c9a3f
|
8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output
Reviewed-by: attila, hannesw, sundar
|
2014-03-27 11:45:54 +01:00 |
|
Attila Szegedi
|
85bc811235
|
Merge
|
2014-03-21 17:52:03 +01:00 |
|
Matherey Nunez
|
71ded92863
|
8037779: NoPersistenceCachingTest fails with ant test
Reviewed-by: sundar, hannesw
|
2014-03-19 16:01:19 +01:00 |
|
Matherey Nunez
|
2937094508
|
8037378: Write sanity tests for bytecode persistence feature
Reviewed-by: sundar, hannesw
|
2014-03-17 18:27:30 +01:00 |
|
Matherey Nunez
|
42f5d9558a
|
8037086: Check that deoptimizing recompilations are correct
Reviewed-by: attila, lagergren
|
2014-03-17 15:05:18 +01:00 |
|
Athijegannathan Sundararajan
|
e34f74421a
|
8037400: Remove getInitialMap getters and GlobalObject interface
Reviewed-by: lagergren, jlaskey, attila
|
2014-03-17 18:02:00 +05:30 |
|
Matherey Nunez
|
ba6fce6273
|
8036986: Test should check that correctly type is returned running with optimistic. If optimistic assumption was wrong we should get the right one
This uses the inspection framework for generated code to ensure optimisim.
Reviewed-by: attila, lagergren
|
2014-03-14 14:27:32 +01:00 |
|
Hannes Wallnöfer
|
5c683d18a4
|
8021350: Share script classes between threads/globals within context
Reviewed-by: lagergren, sundar
|
2014-03-12 11:26:00 +01:00 |
|
Attila Szegedi
|
e9e7dd2ec1
|
8035820: Optimistic recompilation
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Reviewed-by: hannesw, jlaskey, sundar
|
2014-02-26 13:17:57 +01:00 |
|
Matherey Nunez
|
900591b4ed
|
8039403: Write sanity tests for persistent caching
Reviewed-by: hannesw, sundar
|
2014-04-09 10:14:34 +02:00 |
|
Athijegannathan Sundararajan
|
1dd97ac6e7
|
8011964: need indexed access to externally-managed ByteBuffer
Reviewed-by: lagergren, hannesw
|
2014-02-14 19:02:02 +05:30 |
|
Matherey Nunez
|
615623c473
|
8033231: test fails with java.lang.UnsatisfiedLinkError
Reviewed-by: attila, sundar
|
2014-02-11 12:05:22 +01:00 |
|
Athijegannathan Sundararajan
|
118cf2ba60
|
8033924: Default permissions are not given for eval code
Reviewed-by: lagergren, jlaskey
|
2014-02-07 18:47:46 +05:30 |
|
Attila Szegedi
|
281b87b796
|
8032681: Issues with Nashorn
Reviewed-by: ahgross, jlaskey, sundar
|
2014-01-30 20:13:27 +01:00 |
|
Athijegannathan Sundararajan
|
ea24aa581b
|
8032948: Nashorn linkages awry
Reviewed-by: jlaskey, attila, ahgross
|
2014-01-30 19:28:40 +05:30 |
|
Athijegannathan Sundararajan
|
305de05b44
|
8031359: Invocable.getInterface() works incorrectly if interface has default methods
Reviewed-by: attila, hannesw
|
2014-01-09 19:23:34 +05:30 |
|
Athijegannathan Sundararajan
|
357597cba8
|
8028161: nashorn: src/jdk/nashorn/api/scripting/ScriptEngineTest.java
Reviewed-by: lagergren, hannesw
|
2013-11-14 15:53:49 +05:30 |
|
Athijegannathan Sundararajan
|
3b4737a6ba
|
8027828: ClassCastException when converting return value of a Java method to boolean
Reviewed-by: jlaskey, attila
|
2013-11-07 17:26:46 +05:30 |
|
Athijegannathan Sundararajan
|
d3e3eead18
|
8027753: Support ScriptObject to JSObject, ScriptObjectMirror, Map, Bindings auto-conversion as well as explicit wrap, unwrap
Reviewed-by: jlaskey, hannesw, attila
|
2013-11-04 18:52:22 +05:30 |
|
Attila Szegedi
|
80f2daae7b
|
8027236: Ensure ScriptObject and ConsString aren't visible to Java
Reviewed-by: lagergren, sundar
|
2013-11-01 15:36:33 +01:00 |
|
Athijegannathan Sundararajan
|
3e7ce096f9
|
8027128: jdk.nashorn.api.scripting.JSObject should be an interface
Reviewed-by: hannesw, attila, jlaskey
|
2013-10-23 17:30:13 +05:30 |
|