Athijegannathan Sundararajan
01de8c1714
8027137: Merge ScriptFunction and ScriptFunctionImpl
...
Reviewed-by: attila, hannesw, mhaupt
2015-09-09 17:19:46 +05:30
Ahmed Ashour
e834520e7e
8130888: Typos in nashorn sources
...
Reviewed-by: hannesw, mhaupt
2015-07-10 12:55:10 +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
Athijegannathan Sundararajan
39366de6a7
8117883: nasgen prototype, instance member count calculation is wrong
...
Reviewed-by: hannesw, lagergren
2015-06-18 19:20:53 +05:30
Hannes Wallnöfer
2cbce413a0
8067215: Disable dual fields when not using optimistic types
...
Reviewed-by: attila, lagergren
2015-04-10 14:18:31 +02:00
Athijegannathan Sundararajan
f42d5e85e3
8066749: jdk9-dev/nashorn ant build fails with jdk9 modular image build as JAVA_HOME
...
Reviewed-by: lagergren, hannesw
2014-12-05 14:35:00 +05:30
Erik Joelsson
192376f622
8059135: New Nasgen dependencies to Nashorn breaks the JDK 9 build - bootstrapping problem?
...
Reviewed-by: tbell, attila, lagergren
2014-10-03 10:37:12 +02:00
Marcus Lagergren
d4f3f7da8f
8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
...
Reviewed-by: sundar
2014-09-25 18:21:15 +02:00
Marcus Lagergren
da0b4cb7df
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
...
Reviewed-by: attila, hannesw, sundar
2014-09-25 15:53:47 +02:00
Athijegannathan Sundararajan
fa78f33af1
8055395: Nashorn should use source, target to be 1.8 and use ASM5 version for generated code
...
Reviewed-by: attila, lagergren, jlaskey
2014-08-19 18:14:45 +05:30
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
Attila Szegedi
5ec014a881
8044638: Tidy up Nashorn codebase for code standards
...
Reviewed-by: lagergren, sundar
2014-06-04 13:08:57 +02:00
Attila Szegedi
9fb4c3accc
Merge
2014-05-28 16:53:43 +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
Hannes Wallnöfer
3b5ca2458c
8035948: Redesign property listeners for shared classes
...
Reviewed-by: sundar, lagergren
2014-03-03 15:23:01 +01:00
Marcus Lagergren
8d4fc394e0
8035836: Array performance improvements
...
Implement typed arrays with native byte buffers and do fast linking for all continuous arrays
Reviewed-by: attila, jlaskey, sundar, hannesw
2014-03-03 11:24:44 +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
Athijegannathan Sundararajan
7ea75c6bbb
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
...
Reviewed-by: lagergren, jlaskey
2014-03-27 19:39:18 +05:30
Athijegannathan Sundararajan
fee7c642da
8029332: Do not require nasgen-generated functions to return Object
...
Reviewed-by: lagergren, jlaskey, hannesw
2014-01-13 18:13:55 +05:30
Athijegannathan Sundararajan
8a6f7a3d45
8029031: "ant clean jar" on nashorn repo results in number of ASM deprecated warnings
...
Reviewed-by: lagergren, jlaskey, hannesw
2013-11-26 18:36:39 +05:30
Marcus Lagergren
25bbe574dc
8023550: -d option was broken for any dir but '.'. Fixed Java warnings
...
Reviewed-by: jlaskey, sundar
2013-08-23 14:16:16 +02:00
Athijegannathan Sundararajan
010a7705a4
8021571: @fork tests should use VM options passed from project.properties
...
Reviewed-by: lagergren, hannesw, jlaskey
2013-07-26 20:10:47 +05:30
Athijegannathan Sundararajan
0a7fda8dbe
8020015: shared PropertyMaps should not be used without duplication
...
Reviewed-by: hannesw, attila
2013-07-08 16:33:50 +05:30
Hannes Wallnöfer
8f092c733a
8017084: Use spill properties for large object literals
...
Reviewed-by: lagergren, sundar
2013-07-05 14:36:54 +02:00
Hannes Wallnöfer
70383eb20a
8019157: Avoid calling ScriptObject.setProto() if possible
...
Reviewed-by: jlaskey, sundar
2013-06-26 15:40:52 +02:00
Hannes Wallnöfer
65661628af
8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
...
Reviewed-by: attila, sundar, jlaskey
2013-04-26 17:35:40 +02:00
Athijegannathan Sundararajan
d9cd2f6ad3
8009559: clean up method handle lookup code
...
Reviewed-by: ahgross, jlaskey, attila, sundar
2013-03-09 21:49:32 +05:30
Hannes Wallnöfer
37905fb387
8007627: Support @Getter annotation on constructor
...
Reviewed-by: attila, lagergren
2013-02-07 14:58:41 +01:00
James Laskey
311f43d5a6
8005663: Update copyright year to 2013
...
Reviewed-by: sundar
2013-01-04 09:58:33 -04:00
Jim Laskey
98762d6ee0
8005403: Open-source Nashorn
...
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Andreas Woess <andreas.woess@jku.at>
Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com>
Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com>
Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com>
Co-authored-by: Petr Hejl <petr.hejl@oracle.com>
Co-authored-by: Petr Pisl <petr.pisl@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: attila, hannesw, lagergren, sundar
2012-12-21 16:36:24 -04:00