Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
graph
-
8012305: Function.bind can't be called on prototype function inside constructorWed, 15 May 2013 19:45:16 +0530, by sundar
-
8014646: Update the Java interop documentation in the Java Scripting Programmer's GuideWed, 15 May 2013 14:54:28 +0200, by attila
-
8014639: Remove debug flag from test runsWed, 15 May 2013 10:28:18 +0200, by attila
-
8014426: Original exception no longer thrown away when a finally rethrowsTue, 14 May 2013 19:56:35 +0200, by lagergren
-
8011718: binding already bound function with extra arguments failsTue, 14 May 2013 19:18:17 +0200, by attila
-
MergeTue, 14 May 2013 11:16:52 -0300, by jlaskey
-
8014512: Exclude testing and infrastructure packages from code coverageTue, 14 May 2013 11:15:12 -0300, by jlaskey
-
Added tag jdk8-b92 for changeset dee23cce5235Thu, 30 May 2013 10:58:35 -0700, by katleman
-
MergeTue, 14 May 2013 09:05:03 -0300, by jlaskey
-
8014492: Make NashornLinker publicTue, 14 May 2013 12:39:02 +0200, by attila
-
8014329: Slim down the label stack structure in CodeGeneratorFri, 10 May 2013 13:16:44 +0200, by lagergren
-
8014225: Rerun only failed 262 testsWed, 08 May 2013 16:48:33 +0200, by attila
-
8013912: Nashorn needs to reuse temporary symbolsWed, 08 May 2013 15:51:36 +0200, by attila
-
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:43:17 +0200, by lagergren
-
8013913: Removed Source field from all nodes except FunctionNode in order to save footprintTue, 07 May 2013 14:36:57 +0200, by lagergren
-
8013874: Function argument's prototype seem cached and wrongly reusedFri, 03 May 2013 22:50:51 +0200, by hannesw
-
8013873: Regexp regression for escaped dash in character classFri, 03 May 2013 22:48:53 +0200, by hannesw
-
8013878: ClassCastException in RegexFri, 03 May 2013 22:47:23 +0200, by hannesw
-
8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is usedFri, 03 May 2013 16:01:33 +0200, by 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]Fri, 03 May 2013 15:33:54 +0200, by lagergren
-
8013796: load("fx:base.js") should not be in fx:bootstrap.jsThu, 02 May 2013 15:01:16 -0300, by jlaskey
-
MergeThu, 02 May 2013 13:23:36 -0300, by jlaskey
-
8013794: JDK-8006220 caused an octane performance regression.Thu, 02 May 2013 13:22:46 -0300, by jlaskey
-
8013729: SwitchPoint invalidation not working over prototype chainThu, 02 May 2013 09:19:44 +0200, by hannesw
-
8006220: Simplify PropertyMapsTue, 30 Apr 2013 10:05:42 -0300, by jlaskey
-
Added tag jdk8-b90 for changeset 67ca019e3713Thu, 16 May 2013 12:16:16 -0700, by katleman
-
MergeTue, 30 Apr 2013 17:53:41 -0700, by lana
-
8013533: Increase code coverage report for types and loggingTue, 30 Apr 2013 09:42:13 +0200, by lagergren
-
MergeMon, 29 Apr 2013 21:38:08 -0300, by jlaskey
-
8008814: Configurable ignore/warning/error behavior for function declaration as statementMon, 29 Apr 2013 23:22:20 +0200, by attila
-
8013444: JSON.parse does not invoke "reviver" callback as per spec.Mon, 29 Apr 2013 18:40:40 +0530, by sundar
-
8013419: Streamline handling of with and evalMon, 29 Apr 2013 13:21:17 +0200, by attila
-
8013360: Should be using JavaFX 8 classes for -fx supportFri, 26 Apr 2013 15:13:09 -0300, by jlaskey
-
8013369: nashorn build failure with jdk8 b84Fri, 26 Apr 2013 22:29:11 +0530, by sundar
-
8006559: Octane:pdfjs leaks memory, runs slower iteration to iterationFri, 26 Apr 2013 17:35:40 +0200, by hannesw
-
8013337: Issues with Date.prototype's get, set functionsFri, 26 Apr 2013 18:31:42 +0530, by sundar
-
8013208: Octane performance regressionFri, 26 Apr 2013 09:48:41 -0300, by jlaskey
-
8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itselfFri, 26 Apr 2013 09:20:37 +0200, by attila
-
8013295: ScriptEngineTest.java fails with compilation error when running under jtregFri, 26 Apr 2013 12:17:11 +0530, by sundar
-
8013167: Vararg constructor not foundThu, 25 Apr 2013 15:31:23 +0200, by attila
-
8013203: A collection of smaller speedups to compilation pipelineThu, 25 Apr 2013 14:47:17 +0200, by attila
-
8013131: Various compatibility issues in String.prototype.split()Thu, 25 Apr 2013 14:20:23 +0200, by hannesw
-
8012251: jjs should support -fx optionWed, 24 Apr 2013 14:25:28 -0300, by jlaskey
-
8008238: Labeled break in finally causes stack overflow in Node copyWed, 24 Apr 2013 13:36:31 +0200, by hannesw
-
8012931: NativeDate.safeToString() throws RangeError for invalid dateWed, 24 Apr 2013 13:34:22 +0200, by hannesw
-
8012334: ToUint32, ToInt32, and ToUint16 don't conform to specWed, 24 Apr 2013 13:28:25 +0200, by hannesw
-
8010731: Don't expose internal symbols to scriptsTue, 23 Apr 2013 16:48:57 +0200, by attila
-
8011065: Problems when script implements an interface with variadic methodsTue, 23 Apr 2013 12:52:29 +0200, by attila
-
MergeTue, 23 Apr 2013 15:09:23 -0700, by lana
-
MergeMon, 22 Apr 2013 19:57:57 +0530, by sundar
-
8012919: findMegaMorphicSetMethod should not cast result typeMon, 22 Apr 2013 10:37:58 -0300, by jlaskey
-
8012673: Nashorn's package name vs class name inferring logic is wrongMon, 22 Apr 2013 18:09:04 +0530, by sundar
-
8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.Sat, 20 Apr 2013 08:54:13 -0300, by jlaskey
-
8010701: Immutable nodes - final iterationFri, 19 Apr 2013 16:11:16 +0200, by lagergren
-
8012593: JSAdapter overrides impacts strongly construction timeFri, 19 Apr 2013 18:23:00 +0530, by sundar
-
8012612: Compile failedFri, 19 Apr 2013 17:46:01 +0530, by sundar
-
8012460: RegExp regressionThu, 18 Apr 2013 14:25:45 +0200, by hannesw
-
8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec.Thu, 18 Apr 2013 15:50:30 +0530, by sundar
-
MergeThu, 18 Apr 2013 15:47:45 +0530, by sundar
-
8012529: Remove -esa from testing jvmargsWed, 17 Apr 2013 15:36:48 -0300, by jlaskey
-
MergeWed, 17 Apr 2013 08:48:00 -0300, by jlaskey
-
8012457: Function.prototype.apply should accept any array-like argument for function argumentsWed, 17 Apr 2013 16:52:06 +0530, by sundar
-
8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw errorMon, 15 Apr 2013 20:12:50 +0530, by sundar
-
Added tag jdk8-b88 for changeset 40c107d1ae6fThu, 02 May 2013 13:35:59 -0700, by katleman
-
MergeWed, 17 Apr 2013 21:50:54 -0700, by lana
-
MergeWed, 17 Apr 2013 10:31:06 -0700, by lana
-
8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitiveTue, 16 Apr 2013 22:11:33 -0700, by mchung
-
MergeMon, 15 Apr 2013 08:39:48 -0300, by jlaskey
-
8011885: Switch to Joni as default Regexp engineFri, 12 Apr 2013 16:32:24 +0200, by hannesw
-
8011884: Regexp literals are compiled twiceFri, 12 Apr 2013 16:31:16 +0200, by hannesw
-
8011980: Allow NUL character in character classThu, 11 Apr 2013 12:16:39 +0200, by hannesw
-
8011974: Comparator function returning negative and positive Infinity does not work as expected with Array.prototype.sortThu, 11 Apr 2013 15:04:55 +0530, by sundar
-
8011960: [2,1].sort(null) should throw TypeErrorThu, 11 Apr 2013 13:20:03 +0530, by sundar
-
8011756: Wrong characters supported in RegExp \c escapeWed, 10 Apr 2013 14:08:00 +0200, by hannesw
-
8011749: Bugs with empty character class handlingWed, 10 Apr 2013 14:05:11 +0200, by hannesw
-
8011714: Regexp decimal escape handling still not correctWed, 10 Apr 2013 14:00:11 +0200, by hannesw
-
MergeThu, 11 Apr 2013 19:16:01 -0700, by lana
-
Added tag jdk8-b86 for changeset 002ad9d6735fThu, 18 Apr 2013 10:30:34 -0700, by katleman
-
MergeMon, 15 Apr 2013 14:21:08 -0700, by katleman
-
8012048: JDK8 b85 source with GPL header errorsFri, 12 Apr 2013 15:22:56 -0700, by katleman
-
MergeTue, 16 Apr 2013 08:16:17 -0700, by lana
-
MergeTue, 09 Apr 2013 08:36:32 -0300, by jlaskey
-
8009230: Nashorn rejects extended RegExp syntax accepted by all major JS enginesFri, 05 Apr 2013 19:50:10 +0200, by hannesw
-
8011555: Invalid class name in with block with JavaImporter causes MH type mismatchThu, 04 Apr 2013 18:32:00 +0200, by attila
-
8011552: Arrays with missing elements are not properly sortedThu, 04 Apr 2013 20:46:31 +0530, by sundar
-
MergeThu, 04 Apr 2013 15:55:42 +0200, by attila
-
8011544: Allow subclassing Java classes from script without creating instancesThu, 04 Apr 2013 15:53:26 +0200, by attila
-
8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exceptionThu, 04 Apr 2013 18:30:30 +0530, by sundar
-
MergeThu, 04 Apr 2013 09:06:29 -0300, by jlaskey
-
8011540: PropertyMap histories should not begin with empty mapThu, 04 Apr 2013 09:05:38 -0300, by jlaskey
-
8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple timesThu, 04 Apr 2013 13:54:51 +0530, by sundar
-
8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec.Thu, 04 Apr 2013 10:24:46 +0530, by sundar
-
8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec.Wed, 03 Apr 2013 20:17:05 +0530, by sundar
-
8007774: Enable code cache againWed, 03 Apr 2013 12:43:59 +0200, by hannesw
-
8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefinedWed, 03 Apr 2013 15:27:28 +0530, by sundar
-
8011362: Overloaded method resolution foiled by nullsWed, 03 Apr 2013 11:13:08 +0200, by attila
-
8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than onceWed, 03 Apr 2013 11:41:42 +0530, by sundar
-
8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be falseTue, 02 Apr 2013 23:01:10 +0530, by sundar
-
8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be falseTue, 02 Apr 2013 20:42:03 +0530, by sundar
-
MergeTue, 02 Apr 2013 11:38:04 -0300, by jlaskey
-
8011233: Create a Nashorn shell for JavaFXTue, 02 Apr 2013 11:37:22 -0300, by jlaskey
-
MergeFri, 05 Apr 2013 14:52:00 -0700, by lana
-
MergeTue, 02 Apr 2013 12:01:01 -0700, by lana
-
8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0Tue, 02 Apr 2013 17:40:53 +0530, by sundar
-
8011219: Regression with recent PropertyMap history changesTue, 02 Apr 2013 13:55:49 +0200, by hannesw
-
8011095: PropertyHashMap.rehash() does not grow enoughSun, 31 Mar 2013 08:19:11 -0300, by jlaskey
-
8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."Fri, 29 Mar 2013 18:38:27 +0530, by sundar
-
8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test nameFri, 29 Mar 2013 08:55:05 +0100, by lagergren
-
8010924: Dealing with undefined property gets you a fatal stackThu, 28 Mar 2013 20:48:25 +0530, by sundar
-
Added tag jdk8-b85 for changeset e0378f0a50daThu, 11 Apr 2013 09:40:24 -0700, by katleman
-
MergeTue, 26 Mar 2013 12:08:00 -0700, by lana