Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_libcore
/
9b7b252093e87805f7d1839d5f7561467535df49
/
nashorn
5fe51a5
8054834: Modular Source Code
by Chris Hegarty
· 10 years ago
d414206
Added tag jdk9-b26 for changeset e60692e4f736
by Lana Steuck
· 10 years ago
3dc86bb
8054411: Add nashorn.args.prepend system property
by Attila Szegedi
· 10 years ago
5d2615f
8051439: Wrong type calculated for ADD operator with undefined operand
by Attila Szegedi
· 10 years ago
1eb6e5c
8044786: Some tests fail with non-optimistic compilation
by Attila Szegedi
· 10 years ago
15e6c25
Merge
by Lana Steuck
· 10 years ago
578ec9d
8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
by Athijegannathan Sundararajan
· 10 years ago
4871081
Added tag jdk9-b25 for changeset 064db4f56d0d
by Tim Bell
· 10 years ago
a55d1b4
8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
by Athijegannathan Sundararajan
· 10 years ago
3640bd0
Merge
by Lana Steuck
· 10 years ago
d8c8841
8051839: GuardedInvocation needs to clone an argument
by Attila Szegedi
· 10 years ago
ce3b922
8049318: Test hideLocationProperties.js fails on Window due to backslash in path
by Sergey Lugovoy
· 10 years ago
99e23fa
8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
by Marcus Lagergren
· 10 years ago
5c93b19
8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
by Marcus Lagergren
· 10 years ago
0e56704
Added tag jdk9-b24 for changeset abe2821cc591
by Tim Bell
· 10 years ago
ad9ca4f
Merge
by Lana Steuck
· 10 years ago
3bc1beed
Merge
by Lana Steuck
· 10 years ago
a27f5c0
8051019: Separate src and test execution sandbox directories
by Lev Priima
· 10 years ago
aff3d74
Added tag jdk9-b23 for changeset 000e5d36d0e3
by David Katleman
· 10 years ago
4323d2a
8050964: OptimisticTypesPersistence.java should use java.util.Date instead of java.sql.Date
by Athijegannathan Sundararajan
· 10 years ago
8a77a44
8050432: javax.script.filename variable should not be enumerable with nashorn engine's ENGINE_SCOPE bindings
by Athijegannathan Sundararajan
· 10 years ago
f03bea1
Merge
by Lana Steuck
· 10 years ago
e0d3041
Added tag jdk9-b22 for changeset aa64bc1a97d9
by David Katleman
· 10 years ago
5ce4626
Merge
by Lana Steuck
· 10 years ago
a9b421d
8047067: all eval arguments need to be copied in Lower
by Attila Szegedi
· 10 years ago
4048ec1
8049524: Global object initialization via javax.script API should be minimal
by Athijegannathan Sundararajan
· 10 years ago
8159b11
8044760: Avoid PropertyMap duplicate for global instances
by Athijegannathan Sundararajan
· 11 years ago
ca212c0
8049086: Minor API convenience functions on "Java" object
by Athijegannathan Sundararajan
· 11 years ago
75ac0ce
Added tag jdk9-b21 for changeset e4ffc9bab6f2
by David Katleman
· 11 years ago
14eb01c
8049242: Explicit constructor overload selection should work with StaticClass as well
by Athijegannathan Sundararajan
· 11 years ago
ade8277
8047331: Assertion in CompiledFunction when running earley-boyer after Merge
by Attila Szegedi
· 11 years ago
d9cdc6e
8047166: 'do with({}) break ; while(0);' crashes in CodeGenerator
by Attila Szegedi
· 11 years ago
c6dda4e
8049225: Source class exposes public mutable array
by Attila Szegedi
· 11 years ago
1377f63
8049223: RewriteException class exposes public mutable arrays
by Attila Szegedi
· 11 years ago
7620f470
8049222: JSType class exposes public mutable arrays
by Attila Szegedi
· 11 years ago
27ba095
8043232: Index selection of overloaded java new constructors
by Athijegannathan Sundararajan
· 11 years ago
113a7f0
Merge
by Lana Steuck
· 11 years ago
81f8f93
8047359: large string size RangeError should be thrown rather than reporting negative length
by Athijegannathan Sundararajan
· 11 years ago
3e0fd99
8048586: String concatenation with optimistic types is slow
by Hannes Wallnöfer
· 11 years ago
51aad86
8048718: JSON.parse('{"0":0, "64":0}') throws ArrayindexOutOfBoundsException
by Athijegannathan Sundararajan
· 11 years ago
4b428d5
8046013: TypeError: Cannot apply "with" to non script object
by Athijegannathan Sundararajan
· 11 years ago
8f69a3e
8048505: ScriptingFunctions.readFully couldn't handle file names represented as ConsStrings
by Marcus Lagergren
· 11 years ago
b078d4c
Added tag jdk9-b20 for changeset 7fb8003ec760
by David Katleman
· 11 years ago
3168df5
8047371: local variable declaration in TypeEvaluator should use ScriptObject.addOwnProperty instead of .set
by Attila Szegedi
· 11 years ago
9dde0bf
8047357: More precise synthetic return + unreachable throw
by Attila Szegedi
· 11 years ago
ccb4ecb
8048079: Persistent code store is broken after optimistic types merge
by Hannes Wallnöfer
· 11 years ago
dee1364
8048071: eval within 'with' statement does not use correct scope if with scope expression has a copy of eval
by Athijegannathan Sundararajan
· 11 years ago
d983b0b
8048009: Type info caching accidentally defeated
by Attila Szegedi
· 11 years ago
566786a
8047959: bindings created for declarations in eval code are not mutable
by Athijegannathan Sundararajan
· 11 years ago
3ad3dd1
8046201: Avoid repeated flattening of nested ConsStrings
by Hannes Wallnöfer
· 11 years ago
90b667d
8047728: (function(x){var o={x:0}; with(o){delete x} return o.x})() evaluates to 0 instead of undefined
by Athijegannathan Sundararajan
· 11 years ago
7aa808a
8046905: apply on apply is broken
by Attila Szegedi
· 11 years ago
e6a9b34
Merge
by Lana Steuck
· 11 years ago
f4c68a9
8046921: Deoptimization type information peristence
by Attila Szegedi
· 11 years ago
2a9e69a
Added tag jdk9-b19 for changeset a7c5ef3bb9d4
by David Katleman
· 11 years ago
2bdfb12
8047369: Add regression tests for passing test cases of JDK-8024971
by Athijegannathan Sundararajan
· 11 years ago
18ac28e
8047078: Fuzzing bug discovered when ArrayLiteralNodes weren't immutable
by Marcus Lagergren
· 11 years ago
5ba4319
Merge
by Lana Steuck
· 11 years ago
0eeff11
Merge
by Lana Steuck
· 11 years ago
1869905
8047057: Add a regression test for the passing test cases from JDK-8042304
by Athijegannathan Sundararajan
· 11 years ago
ff164dd
8047035: (function() "hello")() crashes in Lexer with jdk9
by Athijegannathan Sundararajan
· 11 years ago
ede81f4
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
by Marcus Lagergren
· 11 years ago
618ad4c
Added tag jdk9-b18 for changeset 6ff236765d3b
by David Katleman
· 11 years ago
3bedcfd
Merge
by Lana Steuck
· 11 years ago
324195d
Added tag jdk9-b17 for changeset 681b70d49d8d
by David Katleman
· 11 years ago
9e17545
8044517: Run & debug single Nashorn test
by Jaroslav Tulach
· 11 years ago
5de5a29
8044798: API for debugging Nashorn
by Athijegannathan Sundararajan
· 11 years ago
9f8c1be
8046025: AccessorProperty.getGetter is not threadsafe
by Attila Szegedi
· 11 years ago
eab7ad0
8046215: Running uncompilable scripts throws NullPointerException
by Hannes Wallnöfer
· 11 years ago
250d670
Merge
by Lana Steuck
· 11 years ago
6a2b656
8044816: On-demand compiled top-level program doesn't need :createProgramFunction
by Attila Szegedi
· 11 years ago
ea99235
8046014: MultiGlobalCompiledScript should cache :createProgramFunction handle
by Attila Szegedi
· 11 years ago
13cf13e
Added tag jdk9-b16 for changeset e3b9d834796d
by David Katleman
· 11 years ago
fb404de
8038413: NPE in unboxInteger
by Attila Szegedi
· 11 years ago
1fa7f15
8044803: Unnecessary restOf check
by Attila Szegedi
· 11 years ago
a5af8cb
8044695: __stack__ becomes visible in Error properties
by Athijegannathan Sundararajan
· 11 years ago
52ac245
8044502: Get rid of global optimistic flag
by Attila Szegedi
· 11 years ago
5ec014a
8044638: Tidy up Nashorn codebase for code standards
by Attila Szegedi
· 11 years ago
7898fee
8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
by Athijegannathan Sundararajan
· 11 years ago
133f059
8044518: Ensure exceptions related to optimistic recompilation are not serializable
by Attila Szegedi
· 11 years ago
52e0363
8044534: Constant folding for unary + should produce int for boolean literals
by Attila Szegedi
· 11 years ago
938ab83
8044533: Deoptimizing negation produces wrong result for zero
by Attila Szegedi
· 11 years ago
11fb0e2
8044171: Make optimistic exception handlers smaller
by Attila Szegedi
· 11 years ago
dba2bf3
8044520: Nashorn cannot execute node.js's express module
by Athijegannathan Sundararajan
· 11 years ago
95ad911
8044612: StringIndexOutOfBoundException in NativeRegExp.appendReplacement
by Athijegannathan Sundararajan
· 11 years ago
2ff2ad2
Merge
by Attila Szegedi
· 11 years ago
242bb48
Merge
by Lana Steuck
· 11 years ago
07b40bb
8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
by Athijegannathan Sundararajan
· 11 years ago
38325cc
Added tag jdk9-b15 for changeset 67e22e0e8473
by David Katleman
· 11 years ago
9fb4c3a
Merge
by Attila Szegedi
· 11 years ago
d4287c2
8044102: Ensure bechmark exclude list for Octane benchmarks is in only one place, project.properties, and fix benchmark harness
by Marcus Lagergren
· 11 years ago
a6e90a4
8044012: Integrate the latest best known performance flags int ant octane jobs, and make sure that it's easy to compare 'ant octane-nashorn' and 'ant octane-v8' at the push of a button. (or rather; the entry of a command line)
by Marcus Lagergren
· 11 years ago
d779eea
8044000: Access to undefined property yields "null" instead of "undefined"
by Athijegannathan Sundararajan
· 11 years ago
f7940fe
8043930: TypeError when attemping to create an instance of non-public class could be better
by Athijegannathan Sundararajan
· 11 years ago
27608d8
Merge
by Lana Steuck
· 11 years ago
80e6121
Added tag jdk9-b14 for changeset 2187cb29a50c
by David Katleman
· 11 years ago
67d65fd
8030202: Nashorn: Multiple RegExp#ignoreCase issues
by Hannes Wallnöfer
· 11 years ago
c1d46ac
8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
by Sergey Lugovoy
· 11 years ago
b4b7b4e
8043632: Parallelize class installation and various script fixes
by Marcus Lagergren
· 11 years ago
cc1275a
8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite
by Marcus Lagergren
· 11 years ago
Next »