log

age author description
Wed, 03 Dec 2014 11:12:46 -0800 katleman Added tag jdk8u40-b17 for changeset 88e22262fdb2 default tip
Fri, 28 Nov 2014 18:23:04 +0300 slugovoy 8057779: Tests failed on Windows when in output contains path to script jdk8u40-b17
Fri, 28 Nov 2014 11:02:54 +0100 lagergren 8066119: Invalid resource tag used for looking up error message in NativeDataView
Thu, 27 Nov 2014 13:04:46 +0100 attila 8051778: support bind on all Nashorn callables
Thu, 27 Nov 2014 18:02:28 +0100 hannesw 8057980: let & const: remaining issues with lexical scoping
Thu, 27 Nov 2014 17:14:01 +0400 vlivanov 8065985: Inlining failure of Number.doubleValue() in JSType.toNumeric() causes 15% peak perf regresion on Box2D
Wed, 26 Nov 2014 13:57:43 -0800 lana Merge
Tue, 25 Nov 2014 14:57:01 +0300 slugovoy 8062638: RuntimeException when run command from js with -scripting on Cygwin
Mon, 24 Nov 2014 12:03:15 +0100 hannesw 8057691: Nashorn: let & const declarations are not shared between scripts
Fri, 21 Nov 2014 20:17:02 +0100 hannesw 8064789: Nashorn should just warn on code store instantiation error
Thu, 20 Nov 2014 11:27:48 -0800 lana Merge
Mon, 17 Nov 2014 14:36:15 +0100 lagergren 8049407: Endianness problem with TypedArrays
Wed, 26 Nov 2014 08:00:20 -0800 asaha Added tag jdk8u40-b16 for changeset e079f3f6d536
Wed, 19 Nov 2014 11:29:48 -0800 katleman Added tag jdk8u40-b15 for changeset fc37699ddc0e jdk8u40-b16
Fri, 14 Nov 2014 10:03:48 -0800 lana Merge jdk8u40-b15
Wed, 12 Nov 2014 15:13:08 +0100 attila 8064707: Remove NativeArray link logic fields
Thu, 13 Nov 2014 16:59:03 +0100 lagergren 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
Wed, 12 Nov 2014 17:19:04 +0100 lagergren 8063036: Various pretty printing issues with --log=recompile
Wed, 12 Nov 2014 14:12:01 +0100 lagergren 8035312: Various array and ScriptObject length issues for non writable length fields
Wed, 12 Nov 2014 14:54:40 +0100 attila 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
Tue, 11 Nov 2014 10:39:52 -0800 lana Merge
Tue, 11 Nov 2014 17:27:44 +0100 attila 8062799: Binary logical expressions can have numeric types
Tue, 11 Nov 2014 16:17:37 +0100 attila 8064467: type info persistence failed to calculate directory name
Mon, 03 Nov 2014 09:49:52 +0100 attila 8059443: NPE when unboxing return values
Thu, 06 Nov 2014 17:06:56 +0100 attila 8062308: Incorrect constant linkage with multiple Globals in a Context
Thu, 06 Nov 2014 13:15:52 +0100 hannesw 8062624: java.lang.String methods not available on concatenated strings
Wed, 05 Nov 2014 17:07:26 +0100 hannesw 8062386: Different versions of nashorn use same code cache directory
Wed, 05 Nov 2014 12:34:06 +0100 lagergren 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.
Mon, 03 Nov 2014 14:59:34 +0100 lagergren 8062490: Out of memory problems, as untouched array datas didn't go directly to SparseArrayDatas, but dragged very large int arrays around.
Mon, 03 Nov 2014 13:58:52 +0100 lagergren 8061959: ArrayBuffer lacked static isViewMethod