Wed, 29 May 2013 16:23:50 -0300 |
jlaskey |
8015636: Add more typed arrays code coverage tests.
|
Tue, 04 Jun 2013 21:38:26 -0700 |
lana |
Merge
|
Mon, 03 Jun 2013 16:10:24 -0700 |
lana |
Merge
|
Thu, 06 Jun 2013 20:48:44 -0700 |
cl |
Added tag jdk8-b93 for changeset ddbf41575a2b
|
Mon, 03 Jun 2013 23:24:36 -0700 |
lana |
Merge
jdk8-b93
|
Wed, 29 May 2013 16:59:55 -0700 |
lana |
Merge
|
Wed, 29 May 2013 21:27:10 +0530 |
sundar |
8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1
|
Wed, 29 May 2013 14:08:00 +0200 |
lagergren |
8011023: Math round didn't conform to ECMAScript 5 spec
|
Wed, 29 May 2013 15:41:07 +0530 |
sundar |
8005979: A lot of tests are named "runTest" in reports
|
Tue, 28 May 2013 16:37:11 +0530 |
sundar |
8015459: Octane test run fails on Turkish locale
|
Mon, 27 May 2013 17:57:07 +0200 |
lagergren |
8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
|
Mon, 27 May 2013 20:41:34 +0530 |
sundar |
8015352: "i".toUpperCase() => currently returns "?", but should be "I" (with Turkish locale)
|
Mon, 27 May 2013 13:12:11 +0200 |
lagergren |
Merge
|
Mon, 27 May 2013 13:11:13 +0200 |
lagergren |
8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
|
Mon, 27 May 2013 12:26:39 +0200 |
hannesw |
8015348: RegExp("[") results in StackOverflowError
|
Fri, 24 May 2013 23:27:52 +0530 |
sundar |
8015351: Nashorn shell does not start with Turkish locale
|
Fri, 24 May 2013 18:39:25 +0530 |
sundar |
8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
|
Fri, 24 May 2013 13:54:18 +0200 |
hannesw |
8011630: JSON parsing performance issue
|
Thu, 23 May 2013 15:51:08 +0200 |
lagergren |
8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
|
Thu, 23 May 2013 09:49:03 -0300 |
jlaskey |
Merge
|
Thu, 23 May 2013 13:36:49 +0200 |
attila |
8015278: Revert accidental changes to build.xml
|
Thu, 23 May 2013 13:10:58 +0200 |
lagergren |
8012083: Array literal constant folding issue
|
Thu, 23 May 2013 12:01:35 +0200 |
attila |
8015267: Allow conversion of JS arrays to Java List/Deque
|
Wed, 22 May 2013 16:43:48 +0200 |
hannesw |
8010804: Review long and integer usage conventions
|
Wed, 22 May 2013 19:33:08 +0530 |
sundar |
8014735: Typed Array, BYTES_PER_ELEMENT should be a class property
|
Wed, 22 May 2013 16:39:48 +0530 |
sundar |
8008947: ScriptEnvironment ctor should be public
|
Tue, 21 May 2013 10:17:09 -0300 |
jlaskey |
8014827: readLine should accept a prompt as an argument
|
Tue, 21 May 2013 13:40:12 +0200 |
attila |
8014953: Have NativeJavaPackage throw a ClassNotFoundException when invoked
|
Wed, 22 May 2013 09:59:15 -0700 |
lana |
Merge
|
Mon, 20 May 2013 21:25:14 +0200 |
attila |
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively.
|
Mon, 20 May 2013 23:04:01 +0530 |
sundar |
8014909: ant test compilation error with JoniTest.java
|
Mon, 20 May 2013 16:38:38 +0200 |
lagergren |
8006069: Range analysis first iteration, runtime specializations
|
Fri, 17 May 2013 16:44:22 -0300 |
jlaskey |
8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
|
Fri, 17 May 2013 16:12:59 -0300 |
jlaskey |
Merge
|
Fri, 17 May 2013 14:30:22 -0300 |
jlaskey |
8012694: Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
|
Thu, 16 May 2013 19:52:39 +0200 |
hannesw |
8012359: Increase code coverage in Joni
|
Thu, 16 May 2013 13:44:25 +0200 |
lagergren |
8013919: Original exception no longer thrown away when a finally rethrows
|
Thu, 16 May 2013 14:52:48 +0530 |
sundar |
8009141: Avoid netscape.javascript.JSObject in nashorn code
|
Wed, 15 May 2013 20:21:59 +0200 |
attila |
8014647: Allow class-based overrides to be initialized with a ScriptFunction
|
Wed, 15 May 2013 12:09:38 -0300 |
jlaskey |
8014648: Exclude testing and infrastructure packages from code coverage, round two
|
Wed, 15 May 2013 19:45:16 +0530 |
sundar |
8012305: Function.bind can't be called on prototype function inside constructor
|
Wed, 15 May 2013 14:54:28 +0200 |
attila |
8014646: Update the Java interop documentation in the Java Scripting Programmer's Guide
|
Wed, 15 May 2013 10:28:18 +0200 |
attila |
8014639: Remove debug flag from test runs
|
Tue, 14 May 2013 19:56:35 +0200 |
lagergren |
8014426: Original exception no longer thrown away when a finally rethrows
|
Tue, 14 May 2013 19:18:17 +0200 |
attila |
8011718: binding already bound function with extra arguments fails
|
Tue, 14 May 2013 11:16:52 -0300 |
jlaskey |
Merge
|
Tue, 14 May 2013 11:15:12 -0300 |
jlaskey |
8014512: Exclude testing and infrastructure packages from code coverage
|
Thu, 30 May 2013 10:58:35 -0700 |
katleman |
Added tag jdk8-b92 for changeset dee23cce5235
|
Thu, 23 May 2013 10:47:58 -0700 |
katleman |
Added tag jdk8-b91 for changeset 6b9f41203800
jdk8-b92
|
Fri, 17 May 2013 10:14:03 -0700 |
lana |
Merge
jdk8-b91
|
Tue, 14 May 2013 09:05:03 -0300 |
jlaskey |
Merge
|
Tue, 14 May 2013 12:39:02 +0200 |
attila |
8014492: Make NashornLinker public
|
Fri, 10 May 2013 13:16:44 +0200 |
lagergren |
8014329: Slim down the label stack structure in CodeGenerator
|
Wed, 08 May 2013 16:48:33 +0200 |
attila |
8014225: Rerun only failed 262 tests
|
Wed, 08 May 2013 15:51:36 +0200 |
attila |
8013912: Nashorn needs to reuse temporary symbols
|
Tue, 07 May 2013 14:43:17 +0200 |
lagergren |
8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
|
Tue, 07 May 2013 14:36:57 +0200 |
lagergren |
8013913: Removed Source field from all nodes except FunctionNode in order to save footprint
|
Fri, 03 May 2013 22:50:51 +0200 |
hannesw |
8013874: Function argument's prototype seem cached and wrongly reused
|
Fri, 03 May 2013 22:48:53 +0200 |
hannesw |
8013873: Regexp regression for escaped dash in character class
|
Fri, 03 May 2013 22:47:23 +0200 |
hannesw |
8013878: ClassCastException in Regex
|
Fri, 03 May 2013 16:01:33 +0200 |
lagergren |
8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used
|
Fri, 03 May 2013 15:33:54 +0200 |
lagergren |
8013477: Node.setSymbol needs to be copy on write - enable IR snapshots for recompilation based on callsite type specialization. [not enabled by default, hidden by a flag for now]
|
Thu, 02 May 2013 15:01:16 -0300 |
jlaskey |
8013796: load("fx:base.js") should not be in fx:bootstrap.js
|
Thu, 02 May 2013 13:23:36 -0300 |
jlaskey |
Merge
|
Thu, 02 May 2013 13:22:46 -0300 |
jlaskey |
8013794: JDK-8006220 caused an octane performance regression.
|
Thu, 02 May 2013 09:19:44 +0200 |
hannesw |
8013729: SwitchPoint invalidation not working over prototype chain
|
Tue, 30 Apr 2013 10:05:42 -0300 |
jlaskey |
8006220: Simplify PropertyMaps
|
Thu, 16 May 2013 12:16:16 -0700 |
katleman |
Added tag jdk8-b90 for changeset 67ca019e3713
|
Thu, 09 May 2013 10:04:38 -0700 |
katleman |
Added tag jdk8-b89 for changeset 45ce27fbe272
jdk8-b90
|
Mon, 06 May 2013 11:53:58 -0700 |
lana |
Merge
jdk8-b89
|
Tue, 30 Apr 2013 17:53:41 -0700 |
lana |
Merge
|
Tue, 30 Apr 2013 09:42:13 +0200 |
lagergren |
8013533: Increase code coverage report for types and logging
|
Mon, 29 Apr 2013 21:38:08 -0300 |
jlaskey |
Merge
|
Mon, 29 Apr 2013 23:22:20 +0200 |
attila |
8008814: Configurable ignore/warning/error behavior for function declaration as statement
|
Mon, 29 Apr 2013 18:40:40 +0530 |
sundar |
8013444: JSON.parse does not invoke "reviver" callback as per spec.
|
Mon, 29 Apr 2013 13:21:17 +0200 |
attila |
8013419: Streamline handling of with and eval
|
Fri, 26 Apr 2013 15:13:09 -0300 |
jlaskey |
8013360: Should be using JavaFX 8 classes for -fx support
|
Fri, 26 Apr 2013 22:29:11 +0530 |
sundar |
8013369: nashorn build failure with jdk8 b84
|
Fri, 26 Apr 2013 17:35:40 +0200 |
hannesw |
8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
|
Fri, 26 Apr 2013 18:31:42 +0530 |
sundar |
8013337: Issues with Date.prototype's get, set functions
|
Fri, 26 Apr 2013 09:48:41 -0300 |
jlaskey |
8013208: Octane performance regression
|
Fri, 26 Apr 2013 09:20:37 +0200 |
attila |
8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
|
Fri, 26 Apr 2013 12:17:11 +0530 |
sundar |
8013295: ScriptEngineTest.java fails with compilation error when running under jtreg
|
Thu, 25 Apr 2013 15:31:23 +0200 |
attila |
8013167: Vararg constructor not found
|
Thu, 25 Apr 2013 14:47:17 +0200 |
attila |
8013203: A collection of smaller speedups to compilation pipeline
|
Thu, 25 Apr 2013 14:20:23 +0200 |
hannesw |
8013131: Various compatibility issues in String.prototype.split()
|
Wed, 24 Apr 2013 14:25:28 -0300 |
jlaskey |
8012251: jjs should support -fx option
|
Wed, 24 Apr 2013 13:36:31 +0200 |
hannesw |
8008238: Labeled break in finally causes stack overflow in Node copy
|
Wed, 24 Apr 2013 13:34:22 +0200 |
hannesw |
8012931: NativeDate.safeToString() throws RangeError for invalid date
|
Wed, 24 Apr 2013 13:28:25 +0200 |
hannesw |
8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec
|
Tue, 23 Apr 2013 16:48:57 +0200 |
attila |
8010731: Don't expose internal symbols to scripts
|
Tue, 23 Apr 2013 12:52:29 +0200 |
attila |
8011065: Problems when script implements an interface with variadic methods
|
Tue, 23 Apr 2013 15:09:23 -0700 |
lana |
Merge
|
Mon, 22 Apr 2013 19:57:57 +0530 |
sundar |
Merge
|
Mon, 22 Apr 2013 10:37:58 -0300 |
jlaskey |
8012919: findMegaMorphicSetMethod should not cast result type
|
Mon, 22 Apr 2013 18:09:04 +0530 |
sundar |
8012673: Nashorn's package name vs class name inferring logic is wrong
|
Sat, 20 Apr 2013 08:54:13 -0300 |
jlaskey |
8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
|
Fri, 19 Apr 2013 16:11:16 +0200 |
lagergren |
8010701: Immutable nodes - final iteration
|
Fri, 19 Apr 2013 18:23:00 +0530 |
sundar |
8012593: JSAdapter overrides impacts strongly construction time
|
Fri, 19 Apr 2013 17:46:01 +0530 |
sundar |
8012612: Compile failed
|
Thu, 18 Apr 2013 14:25:45 +0200 |
hannesw |
8012460: RegExp regression
|
Thu, 18 Apr 2013 15:50:30 +0530 |
sundar |
8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec.
|
Thu, 18 Apr 2013 15:47:45 +0530 |
sundar |
Merge
|
Wed, 17 Apr 2013 15:36:48 -0300 |
jlaskey |
8012529: Remove -esa from testing jvmargs
|
Wed, 17 Apr 2013 08:48:00 -0300 |
jlaskey |
Merge
|
Wed, 17 Apr 2013 16:52:06 +0530 |
sundar |
8012457: Function.prototype.apply should accept any array-like argument for function arguments
|
Mon, 15 Apr 2013 20:12:50 +0530 |
sundar |
8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error
|
Thu, 02 May 2013 13:35:59 -0700 |
katleman |
Added tag jdk8-b88 for changeset 40c107d1ae6f
|
Thu, 25 Apr 2013 09:24:44 -0700 |
katleman |
Added tag jdk8-b87 for changeset 774aeaa89bc1
jdk8-b88
|
Tue, 23 Apr 2013 09:26:52 -0700 |
lana |
Merge
jdk8-b87
|
Wed, 17 Apr 2013 21:50:54 -0700 |
lana |
Merge
|
Wed, 17 Apr 2013 10:31:06 -0700 |
lana |
Merge
|
Tue, 16 Apr 2013 22:11:33 -0700 |
mchung |
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
|
Mon, 15 Apr 2013 08:39:48 -0300 |
jlaskey |
Merge
|
Fri, 12 Apr 2013 16:32:24 +0200 |
hannesw |
8011885: Switch to Joni as default Regexp engine
|
Fri, 12 Apr 2013 16:31:16 +0200 |
hannesw |
8011884: Regexp literals are compiled twice
|
Thu, 11 Apr 2013 12:16:39 +0200 |
hannesw |
8011980: Allow NUL character in character class
|
Thu, 11 Apr 2013 15:04:55 +0530 |
sundar |
8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sort
|
Thu, 11 Apr 2013 13:20:03 +0530 |
sundar |
8011960: [2,1].sort(null) should throw TypeError
|
Wed, 10 Apr 2013 14:08:00 +0200 |
hannesw |
8011756: Wrong characters supported in RegExp \c escape
|