Matherey Nunez
42f5d9558a
8037086: Check that deoptimizing recompilations are correct
...
Reviewed-by: attila, lagergren
2014-03-17 15:05:18 +01:00
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
Marcus Lagergren
76bde64811
8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types
...
This will be the new default setting, so the explicit flag should be removed, and instead reverse checked for explicitly DISABLED optimistic types. In the future, we might remove the flag altogether.
Reviewed-by: attila, hannesw
2014-03-12 10:31:22 +01:00
Marcus Lagergren
9d927196e8
8036127: Prototype filter needs to be applied to getter guard as well, not just getter
...
This manifests itself as a bug in optimistic types, as inner functions may access properties of the wrong type, but it is also a bug in tip. Without optimistic types, we have been unable to find a reproducer due to more similar PropertyMaps
Reviewed-by: attila, jlaskey, sundar
2014-03-05 09:51:00 +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
18489cc7a4
8030197: Nashorn: Object.defineProperty() can be lured to change fixed NaN property
...
Reviewed-by: attila, jlaskey
2014-02-25 18:56:10 +05:30
Lana Steuck
54988a3597
Merge
2014-02-20 20:00:48 -08:00
Lana Steuck
416812fa2b
Merge
2014-02-11 11:25:18 -08:00
David Katleman
b7addf4329
Added tag jdk9-b02 for changeset 81bb5f538220
2014-02-06 13:09:43 -08:00
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
6d897ac7a8
8032954: Nashorn: extend Java.extend
...
Reviewed-by: jlaskey, attila, ahgross
2014-01-30 18:49:47 +05:30
Athijegannathan Sundararajan
3d9115510c
8032943: Improve reflection in Nashorn
...
Reviewed-by: jlaskey, attila, ahgross
2014-01-30 18:26:15 +05:30
Jeff Dinkins
4dc0e46cb2
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
...
Reviewed-by: lana
2014-01-28 20:10:23 +00:00
Lana Steuck
ed4238e046
Merge
2014-01-27 21:01:55 -08:00
David Katleman
8e5696aae1
Added tag jdk9-b01 for changeset ae2d94255f32
2014-01-21 18:17:23 -08:00
Alexander Zuev
0122a311f1
Merge
2014-01-20 20:42:45 +04:00
Alexander Zuev
83266bbadf
Merge
2014-01-20 20:42:34 +04:00
Athijegannathan Sundararajan
86a64a99fd
8032068: implement @sourceURL and #sourceURL directives
...
Reviewed-by: hannesw, lagergren
2014-01-20 19:51:54 +05:30
Athijegannathan Sundararajan
961103778f
8032060: PropertyMap of Error objects is not stable
...
Reviewed-by: jlaskey, hannesw
2014-01-17 20:09:47 +05:30
Abhijit Saha
16f65b9e8e
Merge
2014-01-16 21:46:17 -08:00
Athijegannathan Sundararajan
bb600b7978
8032004: instance property "message" of Error objects should be non-enumerable
...
Reviewed-by: hannesw, jlaskey
2014-01-16 22:50:53 +05:30
Athijegannathan Sundararajan
9ce7db11e3
8031983: Error objects should capture stack at the constructor
...
Reviewed-by: jlaskey, hannesw
2014-01-16 21:26:21 +05:30
Abhijit Saha
e77bdad89b
Merge
2014-01-15 10:24:42 -08:00
Athijegannathan Sundararajan
d7d8810466
8031715: Indexed access to java package not working
...
Reviewed-by: lagergren, hannesw
2014-01-15 14:51:49 +05:30
Abhijit Saha
3b282ab915
Merge
2014-01-14 08:09:04 -08:00
Athijegannathan Sundararajan
dffad236b0
Merge
2014-01-14 14:18:24 +05:30
Athijegannathan Sundararajan
3b6813140c
Merge
2014-01-14 09:03:54 +05:30
Jeff Dinkins
073ec48670
7129980: Third Party License Readme update for JDK8
...
Reviewed-by: lana, tbell
2014-01-13 14:45:02 -08: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
Athijegannathan Sundararajan
3dd998447a
8033763: Add tests to assert map identity of certain objects
...
Reviewed-by: hannesw, lagergren
2014-02-06 17:44:37 +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
Abhijit Saha
d9f2485d84
Merge
2014-01-10 17:08:11 -08:00
David Katleman
d77bace78b
Added tag jdk8-b123 for changeset 8db9ff9fdd86
2014-01-10 08:32:23 -08:00
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
9304f8da29
8031317: SyntaxError when property setter has no parameter
...
Reviewed-by: lagergren, hannesw
2014-01-08 17:51:47 +05:30
Hannes Wallnöfer
5071b80944
8029667: Prototype linking is incorrect
...
Reviewed-by: jlaskey, sundar
2014-01-07 14:16:23 +01:00
Athijegannathan Sundararajan
a26dd7a41b
8029003: setField in ScriptObject is incorrect for non extensible objects
...
Reviewed-by: lagergren, jlaskey
2014-01-07 18:14:18 +05:30
David Katleman
38f7bb43af
Added tag jdk8-b122 for changeset 35eadc466f62
2014-01-03 11:55:12 -08:00
Athijegannathan Sundararajan
ab0a342a89
8031106: Nashorn: IndexOutOfBoundsException in NashornCallSiteDescriptor.getNameToken()
...
Reviewed-by: hannesw, jlaskey
2014-01-03 10:09:48 +05:30
Lana Steuck
31bf8f42d3
Merge
2013-12-23 14:46:33 -08:00
David Katleman
0c6a687f70
Added tag jdk8-b121 for changeset 0127c0df76cd
2013-12-19 17:24:39 -08:00
Athijegannathan Sundararajan
1b8c152090
8030809: Anonymous functions should not be shown with internal names in script stack trace
...
Reviewed-by: lagergren, hannesw, jlaskey
2013-12-19 21:53:27 +05:30
Athijegannathan Sundararajan
1bef37e215
8030182: scopeCall with -1 as line number
...
Reviewed-by: hannesw, jlaskey
2013-12-16 23:25:50 +05:30
Athijegannathan Sundararajan
53293af78c
8030169: Need regression test for bug JDK-8010731
...
Reviewed-by: attila, lagergren
2013-12-16 18:32:50 +05:30
Iris Clark
bf9bfd8aa4
8030068: Update .jcheck/conf files for JDK 9
...
Reviewed-by: mr
2013-12-13 09:36:37 -08:00
Lana Steuck
83e0d01c60
Merge
2013-12-12 19:19:21 -08:00