Hannes Wallnöfer
|
7d75c8da1a
|
8066932: __noSuchMethod__ binds to this-object without proper guard
Reviewed-by: attila, lagergren
|
2014-12-11 12:01:17 +01:00 |
|
Attila Szegedi
|
13c5c04470
|
8066221: anonymous function statement name clashes with another symbol
Reviewed-by: lagergren, sundar
|
2014-12-10 18:28:41 +01:00 |
|
Athijegannathan Sundararajan
|
34673eaf92
|
8067136: BrowserJSObjectLinker does not handle call on JSObjects
Reviewed-by: attila, hannesw, lagergren
|
2014-12-10 19:42:01 +05:30 |
|
Attila Szegedi
|
3330ff38e9
|
8066236: RuntimeNode forces copy creation on visitation
Reviewed-by: hannesw, lagergren
|
2014-12-10 12:30:48 +01:00 |
|
Attila Szegedi
|
22573e0db4
|
8066224: fixes for folding a constant-test ternary operator
Reviewed-by: hannesw, lagergren
|
2014-12-10 11:55:25 +01:00 |
|
Attila Szegedi
|
47e744920e
|
8066225: NPE in MethodEmitter with duplicate integer switch cases
Reviewed-by: hannesw, lagergren
|
2014-12-10 11:55:04 +01:00 |
|
Attila Szegedi
|
d3b4347330
|
8066227: CodeGenerator load unitialized slot
Reviewed-by: hannesw, lagergren
|
2014-12-08 15:14:11 +01:00 |
|
Attila Szegedi
|
1284542fb3
|
8066230: Undefined object type assertion when computing TypeBounds
Reviewed-by: hannesw, lagergren
|
2014-12-08 15:13:16 +01: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 |
|
Athijegannathan Sundararajan
|
949112fab2
|
8066683: nashorn test failures after modular image changes
Reviewed-by: attila, jlaskey
|
2014-12-04 20:40:48 +05:30 |
|
Attila Szegedi
|
29eb5ce73d
|
8066232: problem with conditional catch compilation
Reviewed-by: hannesw, lagergren
|
2014-12-03 16:31:39 +01:00 |
|
Attila Szegedi
|
deabb040d5
|
8066222: too strong assertion on function expression names
Reviewed-by: hannesw, lagergren
|
2014-12-03 16:31:15 +01:00 |
|
Hannes Wallnöfer
|
e3a64209bc
|
8066214: Fuzzing bug: Object.prototype.toLocaleString(0)
Reviewed-by: attila, lagergren
|
2014-12-03 11:43:57 +01:00 |
|
Andreas Gabrielsson
|
beb05bda0d
|
8066238: AssertionError in parser when syntax errors appeared in non finished Blocks
Reviewed-by: hannesw, sundar, lagergren
|
2014-12-01 13:17:24 +01:00 |
|
Hannes Wallnöfer
|
7b35db48f7
|
8057980: let & const: remaining issues with lexical scoping
Reviewed-by: lagergren, attila
|
2014-11-27 16:42:53 +01:00 |
|
Attila Szegedi
|
e79371a0bc
|
8051778: support bind on all Nashorn callables
Reviewed-by: hannesw, lagergren
|
2014-11-27 13:04:46 +01: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 |
|
Marcus Lagergren
|
ebdc046949
|
8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
Reviewed-by: hannesw, jlaskey
|
2014-11-13 16:59:03 +01:00 |
|
Marcus Lagergren
|
434b1899be
|
8035312: Various array and ScriptObject length issues for non writable length fields
Reviewed-by: hannesw, attila
|
2014-11-12 14:12:01 +01:00 |
|
Attila Szegedi
|
c0e0171008
|
8062799: Binary logical expressions can have numeric types
Reviewed-by: lagergren, sundar
|
2014-11-11 17:27:44 +01:00 |
|
Hannes Wallnöfer
|
ed9bce193a
|
8047365: Very long function names break codegen
Reviewed-by: attila, lagergren
|
2014-11-06 13:17:47 +01:00 |
|
Hannes Wallnöfer
|
0c4006a654
|
8062624: java.lang.String methods not available on concatenated strings
Reviewed-by: lagergren, attila
|
2014-11-06 13:15:52 +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
|
75d37c8e9c
|
8061959: ArrayBuffer lacked static isViewMethod
Reviewed-by: attila, sundar
|
2014-11-03 13:58:52 +01:00 |
|
Marcus Lagergren
|
f27f5dd651
|
8062381: Wrong index was used for linking charCodeAt specializations
Reviewed-by: attila, hannesw
|
2014-11-03 12:34:39 +01:00 |
|
Attila Szegedi
|
5d2bb4cd2d
|
8059443: NPE when unboxing return values
Reviewed-by: lagergren, sundar
|
2014-11-03 09:49:52 +01:00 |
|
Hannes Wallnöfer
|
44b0af6eb9
|
8062583: Throwing object with error prototype causes error proto to be caught
Reviewed-by: sundar, jlaskey
|
2014-10-31 16:50:31 +01:00 |
|
Hannes Wallnöfer
|
cd2c4bfd1d
|
8062132: Nashorn incorrectly binds this for constructor created by another function
Reviewed-by: jlaskey, sundar
|
2014-10-31 10:06:52 +01:00 |
|
Athijegannathan Sundararajan
|
c92cca11f6
|
8062216: [nashorn] regresion test failure with TimeZone
Reviewed-by: hannesw, lagergren
|
2014-10-28 17:22:17 +05:30 |
|
Athijegannathan Sundararajan
|
b7956c76bc
|
8062024: Issue with date.setFullYear when time other than midnight
Reviewed-by: jlaskey, lagergren
|
2014-10-27 17:54:00 +05:30 |
|
Marcus Lagergren
|
5f5c28bf63
|
8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
Reviewed-by: attila, hannesw
|
2014-10-23 15:19:00 +04:00 |
|
Attila Szegedi
|
e170fafd7c
|
8058610: must not let long operations overflow
Reviewed-by: hannesw, jlaskey, lagergren
|
2014-10-21 14:27:49 +02:00 |
|
Attila Szegedi
|
6da7daa4c2
|
8061113: Boolean used as optimistic call return type
Reviewed-by: hannesw, sundar
|
2014-10-16 11:34:31 +02:00 |
|
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 |
|
Hannes Wallnöfer
|
4fcc6c8f4f
|
8060011: Concatenating an array and converting it to Java gives wrong result
Reviewed-by: lagergren, attila
|
2014-10-13 17:16:32 +02:00 |
|
Athijegannathan Sundararajan
|
f2913f0270
|
8060101: AssertionError: __noSuchProperty__ placeholder called from NativeJavaImporter
Reviewed-by: attila, jlaskey
|
2014-10-10 17:59:22 +05:30 |
|
Hannes Wallnöfer
|
4f8e9a09e2
|
8059236: Memory leak when executing octane pdfjs with optimistic typing
Reviewed-by: jlaskey, attila
|
2014-10-08 15:50:36 +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 |
|
Sergey Lugovoy
|
643e8d87e6
|
8057779: Tests failed on Windows when in output contains path to script
Reviewed-by: sundar, lagergren, hannesw
|
2014-09-23 15:58:44 +04:00 |
|
Attila Szegedi
|
00019f9c03
|
8058561: NPE in LocalVariableTypesCalculator
Reviewed-by: lagergren, sundar
|
2014-09-22 14:46:04 +02:00 |
|
Hannes Wallnöfer
|
62f4b355b5
|
8047764: Indexed or polymorphic set on global affects Object.prototype
Reviewed-by: lagergren, attila
|
2014-09-22 13:28:28 +02:00 |
|
Sergey Lugovoy
|
3d7f4564c6
|
8057035: Some tests failed using java.awt.Color on Solaris without X11 libraries
Reviewed-by: lagergren
|
2014-09-17 16:44:23 +04:00 |
|
Athijegannathan Sundararajan
|
bddf81075a
|
8058615: Overload resolution ambiguity involving ConsString
Reviewed-by: lagergren, hannesw
|
2014-09-17 15:02:42 +05:30 |
|
Athijegannathan Sundararajan
|
4dd455e254
|
8058545: With strict mode, bean property assignment of a non-existent property should result in TypeError
Reviewed-by: hannesw, lagergren
|
2014-09-16 17:04:35 +05:30 |
|
Hannes Wallnöfer
|
9352e3ed55
|
8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO*
Reviewed-by: jlaskey, sundar
|
2014-09-15 17:51:11 +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
|
1e000f777d
|
8057743: Single quotes must be escaped in message resource file
Reviewed-by: attila, lagergren, sundar
|
2014-09-12 11:00:51 +02:00 |
|
Hannes Wallnöfer
|
26d9d19841
|
8058179: Global constants get in the way of self-modifying properties
Reviewed-by: attila, jlaskey, sundar, lagergren
|
2014-09-11 17:23:02 +02:00 |
|
Attila Szegedi
|
f8b399466b
|
8057930: remove eval ID
Reviewed-by: hannesw, sundar
|
2014-09-09 15:33:58 +02:00 |
|