log

age author description
Tue, 16 Feb 2016 15:34:27 +0100 mhaupt 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
Mon, 15 Feb 2016 17:02:32 +0100 hannesw 8147558: Add support for ES6 collections
Thu, 18 Feb 2016 11:30:22 -0800 lana Added tag jdk-9+106 for changeset cfb316745693
Fri, 12 Feb 2016 17:00:54 +0100 mhaupt 8149744: fix testng.jar delivery in Nashorn build.xml jdk-9+106
Thu, 11 Feb 2016 16:05:22 -0800 lana Merge
Thu, 11 Feb 2016 12:58:57 -0400 jlaskey 8149665: $EXEC changes clean up
Wed, 10 Feb 2016 11:18:02 -0400 jlaskey 8141209: $EXEC should allow streaming
Tue, 09 Feb 2016 14:14:06 +0100 mhaupt 8149462: revert changes for 8149186
Thu, 11 Feb 2016 14:40:06 -0800 lana Added tag jdk-9+105 for changeset 4e9749cc32f1
Mon, 08 Feb 2016 17:43:02 +0100 mhaupt 8149334: JSON.parse(JSON.stringify([])).push(10) creates an array containing two elements jdk-9+105
Mon, 08 Feb 2016 12:59:08 +0100 attila 8149186: Don't use indy for optimistic arithmetic
Thu, 04 Feb 2016 16:50:15 -0800 lana Merge
Thu, 04 Feb 2016 17:42:46 +0530 sundar 8148926: Call site profiling fails on braces-wrapped anonymous function
Thu, 04 Feb 2016 11:28:31 -0800 lana Added tag jdk-9+104 for changeset a618d3e89fde
Thu, 28 Jan 2016 15:42:54 -0800 lana Merge jdk-9+104
Thu, 28 Jan 2016 11:20:44 +0100 mhaupt 8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
Tue, 26 Jan 2016 13:46:00 +0100 hannesw 8148214: Slow object allocation due to multiple synchronization
Thu, 28 Jan 2016 09:43:14 -0800 lana Added tag jdk-9+103 for changeset c9406f325a23
Sat, 23 Jan 2016 11:50:24 +0100 attila 8133299: Nashorn Java adapters should not early bind to functions jdk-9+103
Fri, 22 Jan 2016 17:01:41 +0100 hannesw 8148040: jjs -fx test does not exit
Fri, 22 Jan 2016 11:12:26 +0100 mhaupt 8134933: re-enable LambdaFormEditor assertions in Nashorn testing
Thu, 21 Jan 2016 10:17:48 -0800 lana Merge
Thu, 21 Jan 2016 16:31:27 +0100 hannesw 8147845: Varargs Array functions still leaking longs
Tue, 19 Jan 2016 20:31:40 -0800 iris 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Wed, 20 Jan 2016 09:56:29 +0100 mhaupt 8144113: enable jjs testing
Mon, 18 Jan 2016 11:31:43 +0100 mhaupt 8145305: fix Nashorn shebang handling on Cygwin
Mon, 18 Jan 2016 10:25:36 +0100 hannesw 8146274: Thread spinning on WeakHashMap.getEntry() with concurrent use of nashorn
Thu, 21 Jan 2016 09:46:08 -0800 lana Added tag jdk-9+102 for changeset e56208758885
Thu, 14 Jan 2016 12:03:53 -0800 lana Merge jdk-9+102
Thu, 14 Jan 2016 13:24:03 +0100 attila 8144919: Implement missing member handler for BeansLinker
Thu, 14 Jan 2016 13:22:58 +0100 attila 8144917: Prepare AbstractJavaLinker/BeanLinker codebase for missing member implementation
Thu, 14 Jan 2016 15:35:43 +0530 sundar 8147070: Dynalink GuardedInvocation must check the Class object passed
Thu, 14 Jan 2016 10:55:26 +0100 mhaupt 8036977: Make process singleton options to be context wide
Wed, 13 Jan 2016 19:34:13 +0100 hannesw 8147008: Nashorn primitive linker should handle ES6 symbols
Tue, 12 Jan 2016 16:30:10 +0100 hannesw 8143896: java.lang.Long is implicitly converted to double
Tue, 12 Jan 2016 15:38:07 +0100 hannesw 8146888: Wrong license headers in test files
Thu, 14 Jan 2016 08:08:25 -0800 lana Added tag jdk-9+101 for changeset 1916a2c680d8
Fri, 08 Jan 2016 11:46:46 +0000 alanb 8049422: Remove @jdk.Exported jdk-9+101
Thu, 07 Jan 2016 15:15:38 -0800 lana Merge
Thu, 07 Jan 2016 21:47:21 +0530 sundar 8146625: OverloadedDynamicMethod has unused ClassLoader field that can be removed
Wed, 06 Jan 2016 20:19:02 +0530 sundar 8146556: jdk.dynalink.beans.ClassLinker can avoid using specific lookup and can use publicLookup instead
Tue, 05 Jan 2016 18:40:43 +0530 sundar 8146240: Three nashorn files contain "GNU General Public License" header
Thu, 07 Jan 2016 09:34:05 -0800 lana Added tag jdk-9+100 for changeset da397aea8ada
Wed, 30 Dec 2015 09:57:40 +0530 sundar 8146253: jjs should look for "doc string" property to print documentation on shift-tab jdk-9+100
Wed, 30 Dec 2015 09:27:19 +0530 sundar 8146251: Avoid annotation to specify documentation for JS builtin functions
Thu, 24 Dec 2015 10:33:11 -0800 lana Merge
Thu, 24 Dec 2015 16:52:06 +0530 sundar 8146147: Java linker indexed property getter does not work for computed nashorn string
Wed, 23 Dec 2015 15:42:01 -0800 lana Added tag jdk-9+99 for changeset 74ddd1339c57
Fri, 18 Dec 2015 09:56:35 -0800 lana Merge jdk-9+99
Thu, 17 Dec 2015 20:26:31 -0800 lana Merge
Thu, 17 Dec 2015 18:11:09 +0530 sundar 8145669: apply2call optimized callsite fails after becoming megamorphic
Thu, 17 Dec 2015 13:40:15 +0530 sundar 8145630: accidental debug printlns in NativeFunction.java
Thu, 17 Dec 2015 08:31:24 +0530 sundar 8145550: Megamorphic invoke should use CompiledFunction variants without any LinkLogic
Wed, 16 Dec 2015 16:42:03 +0530 sundar 8145486: jjs should support documentation key shortcut in interactive mode
Mon, 14 Dec 2015 17:38:56 +0100 attila 8144914: Eagerly lookup browser JS object class in BrowserJSObjectLinker
Mon, 14 Dec 2015 21:53:47 +0530 sundar 8145314: jjs tab-completion should support camel case completion
Mon, 14 Dec 2015 14:27:46 +0100 hannesw 8144020: Remove long as an internal numeric type
Mon, 14 Dec 2015 14:02:59 +0100 mhaupt 8144221: fix Nashorn shebang argument handling on Mac/Linux
Fri, 18 Dec 2015 09:29:14 -0800 lana Added tag jdk-9+98 for changeset 68a36216f70c
Thu, 17 Dec 2015 19:39:28 -0800 lana Added tag jdk-9+97 for changeset 2beaef2b6a88 jdk-9+98
Fri, 11 Dec 2015 20:06:25 +0530 sundar 8145186: jjs package completion should have a fallback when javac is not available jdk-9+97
Thu, 10 Dec 2015 09:24:33 -0800 lana Merge
Wed, 09 Dec 2015 16:56:34 +0530 sundar 8144979: Context.fromClass should catch exception from Class.getClassLoader call
Tue, 08 Dec 2015 17:16:10 +0530 sundar 8144841: Add a sample for pluggable dynalink linker for stream property on arrays and a REAMDE for linker samples
Thu, 10 Dec 2015 08:17:13 -0800 lana Added tag jdk-9+96 for changeset d52c09d5d98a
Mon, 07 Dec 2015 14:19:19 -0800 lana Merge jdk-9+96
Thu, 03 Dec 2015 19:04:39 +0530 sundar 8144519: Add a sample for pluggable dynalink linker that demonstrats beans linker delegation
Wed, 02 Dec 2015 09:37:26 -0800 lana Merge
Wed, 02 Dec 2015 16:19:15 +0530 sundar 8144473: Nashorn code assumes NashornCallSiteDescriptor always
Fri, 27 Nov 2015 08:44:02 +0100 hannesw 8144131: ArrayData.getInt implementations do not convert to int32
Mon, 30 Nov 2015 13:26:07 -0800 lana Merge
Mon, 30 Nov 2015 18:16:47 +0530 sundar 8144230: Add a sample for pluggable dynalink linker
Fri, 27 Nov 2015 18:28:16 +0530 sundar 8144186: Update Main.asm sample to use dynalink public API
Fri, 27 Nov 2015 13:41:40 +0530 sundar 8144160: Regression: two tests fail on Windows with "ant test" target
Thu, 26 Nov 2015 19:02:59 +0530 sundar 8144051: failing test262parallel run leads to successful build
Thu, 26 Nov 2015 12:01:41 +0100 mhaupt 8143642: Nashorn shebang argument handling is broken
Tue, 24 Nov 2015 10:19:34 +0100 attila 8141338: Move jdk.internal.dynalink package to jdk.dynalink
Mon, 23 Nov 2015 17:52:04 +0100 hannesw 8143821: Wrong test name in JDK-8143304
Mon, 23 Nov 2015 15:26:10 +0100 hannesw 8141407: Wrong evaluation of a != a when a = NaN
Wed, 02 Dec 2015 15:55:55 -0800 lana Added tag jdk-9+95 for changeset 9d52f9bb589c
Sun, 29 Nov 2015 20:30:01 -0800 iris Merge jdk-9+95
Thu, 19 Nov 2015 14:01:43 -0800 iris Merge
Mon, 16 Nov 2015 20:16:55 -0800 iris Merge
Mon, 09 Nov 2015 10:57:08 -0800 iris Merge
Sun, 01 Nov 2015 09:49:14 -0800 iris Merge
Sun, 25 Oct 2015 19:16:51 -0700 iris Merge
Mon, 05 Oct 2015 20:56:06 -0700 iris Merge
Tue, 29 Sep 2015 11:46:43 -0700 iris Merge
Mon, 21 Sep 2015 20:09:05 -0700 iris Merge
Mon, 14 Sep 2015 09:47:28 -0700 iris Merge
Tue, 08 Sep 2015 10:25:22 -0700 iris Merge
Mon, 31 Aug 2015 13:57:46 -0700 iris Merge
Tue, 25 Aug 2015 14:45:32 -0700 iris Merge
Mon, 17 Aug 2015 13:03:00 -0700 iris Merge
Mon, 03 Aug 2015 09:26:31 -0700 iris Merge
Thu, 23 Jul 2015 13:20:44 -0700 iris Merge
Mon, 20 Jul 2015 11:02:24 -0700 iris Merge
Mon, 13 Jul 2015 13:24:17 -0700 iris Merge
Mon, 06 Jul 2015 11:49:41 -0700 iris Merge
Mon, 29 Jun 2015 11:28:31 -0700 iris Merge
Thu, 11 Jun 2015 00:50:40 +0200 ihse Merge
Thu, 11 Jun 2015 00:23:35 +0200 ihse 8085822: JEP 223: New Version-String Scheme (initial integration)
Sun, 29 Nov 2015 11:00:11 -0800 lana Added tag jdk9-b94 for changeset 328932975c74
Fri, 20 Nov 2015 15:40:08 -0800 lana Merge jdk9-b94
Thu, 19 Nov 2015 14:37:14 +0100 hannesw 8143304: Random failures when script size exceeds token limits
Thu, 19 Nov 2015 11:28:34 +0100 mhaupt 8143297: Nashorn compilation time reported in nanoseconds
Wed, 18 Nov 2015 17:12:47 +0100 hannesw 8131929: Add option for debuggable scopes
Fri, 13 Nov 2015 10:35:28 -0800 amurillo Merge
Wed, 11 Nov 2015 23:47:43 +0000 jprovino Merge
Thu, 05 Nov 2015 10:29:46 -0800 cjplummer 8141489: [TESTBUG] requiredVersion in TEST.ROOT needs to updated to 4.1 b12
Fri, 13 Nov 2015 16:21:22 +0100 attila 8142924: ES6 symbols created with Symbol.for should deserialize to canonical instances
Thu, 12 Nov 2015 14:14:37 -0800 lana Merge
Thu, 19 Nov 2015 09:36:39 -0800 lana Added tag jdk9-b93 for changeset e13533f7bb78
Thu, 12 Nov 2015 18:32:09 -0800 lana Merge jdk9-b93
Thu, 12 Nov 2015 19:31:22 +0100 hannesw 8142864: Raw types warning in WeakValueCache
Thu, 12 Nov 2015 19:51:43 +0530 sundar 8142857: Enable all nashorn "api" tests for jtreg test run
Thu, 12 Nov 2015 12:30:15 +0530 sundar 8142501: nashorn tests failing after recent changes
Wed, 11 Nov 2015 16:35:38 +0100 hannesw 8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values.
Wed, 11 Nov 2015 16:34:26 +0100 hannesw 8141505: floating point parse incorrect on big integer
Wed, 11 Nov 2015 16:28:17 +0100 hannesw 8141702: Add support for Symbol property keys