log

age author description
Mon, 03 Nov 2014 12:34:39 +0100 lagergren 8062381: Wrong index was used for linking charCodeAt specializations
Mon, 03 Nov 2014 11:47:41 +0100 lagergren 8060204: Fix warnings in Joni and tests
Mon, 03 Nov 2014 07:29:46 +0100 attila 8062050: A method is considered caller sensitive, but it doesn't have the CallerSensitive annotation
Mon, 03 Nov 2014 07:28:08 +0100 attila 8061957: Some arithmetic operations have unnecessary widening
Wed, 12 Nov 2014 13:47:23 -0800 katleman Added tag jdk8u40-b14 for changeset 7e34104c55ca
Wed, 05 Nov 2014 12:54:12 -0800 katleman Added tag jdk8u40-b13 for changeset d60fbb5343c1 jdk8u40-b14
Fri, 31 Oct 2014 20:17:42 -0700 lana Merge jdk8u40-b13
Fri, 31 Oct 2014 20:19:49 +0100 hannesw 8062583: Throwing object with error prototype causes error proto to be caught
Fri, 31 Oct 2014 16:29:22 +0100 hannesw 8062132: Nashorn incorrectly binds this for constructor created by another function
Fri, 31 Oct 2014 16:27:58 +0100 hannesw 8062401: User accessors require boxing and do not support optimistic types
Tue, 28 Oct 2014 17:22:17 +0530 sundar 8062216: [nashorn] regresion test failure with TimeZone
Mon, 27 Oct 2014 17:54:00 +0530 sundar 8062024: Issue with date.setFullYear when time other than midnight
Thu, 23 Oct 2014 15:19:00 +0400 lagergren 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
Fri, 24 Oct 2014 13:25:23 +0200 attila 8061955: asm.js idioms result in unnecessarily code emission
Wed, 29 Oct 2014 10:50:44 -0700 katleman Added tag jdk8u40-b12 for changeset 375a3a3256d0
Thu, 23 Oct 2014 18:07:16 +0200 hannesw 8059813: Type Info Cache flag must must be documented jdk8u40-b12
Wed, 22 Oct 2014 12:29:57 -0700 lana Merge
Wed, 22 Oct 2014 08:24:04 -0700 amurillo Merge
Tue, 21 Oct 2014 14:27:49 +0200 attila 8058610: must not let long operations overflow
Mon, 20 Oct 2014 12:06:36 +0200 attila 8059844: Implement optimistic splitter
Fri, 17 Oct 2014 14:24:26 +0200 attila 8059843: Make AST serializable
Mon, 20 Oct 2014 14:09:17 +0200 hannesw 8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
Mon, 20 Oct 2014 18:40:42 +0530 sundar 8061257: nashorn ant build script should have a sanity target
Fri, 17 Oct 2014 15:04:25 +0200 hannesw 8060011: Concatenating an array and converting it to Java gives wrong result
Thu, 16 Oct 2014 11:34:31 +0200 attila 8061113: Boolean used as optimistic call return type
Wed, 15 Oct 2014 19:50:03 +0530 sundar 8060688: Nashorn: Generated script class name fails --verify-code for names with special chars
Wed, 15 Oct 2014 16:00:21 +0200 attila 8060241: Immediately invoked function expressions cause lot of deoptimization
Wed, 15 Oct 2014 15:57:46 +0200 attila 8060242: Compile-time expression evaluator was not seeing into ArrayBufferViews
Tue, 14 Oct 2014 13:04:56 +0200 attila 8060238: Reports for optimistic test run overwrite those for pessimistic run
Tue, 14 Oct 2014 16:11:07 +0200 lagergren 8060471: DynamicLinker.getLinkedCallSiteLocation() is called even when logger is disabled, and it creates a stacktrace. This contributes unnecessarily to compile time.