Tue, 27 Aug 2013 19:26:48 +0530 Merge
sundar [Tue, 27 Aug 2013 19:26:48 +0530] rev 19639
Merge
Tue, 27 Aug 2013 18:57:50 +0530 8023784: Object.prototype.toString should contain the class name for all instances
sundar [Tue, 27 Aug 2013 18:57:50 +0530] rev 19638
8023784: Object.prototype.toString should contain the class name for all instances Reviewed-by: lagergren, jlaskey
Tue, 27 Aug 2013 13:17:00 +0200 8023780: Gracefully handle @CS methods while binding bean properties
attila [Tue, 27 Aug 2013 13:17:00 +0200] rev 19637
8023780: Gracefully handle @CS methods while binding bean properties Reviewed-by: jlaskey, lagergren, sundar
Tue, 27 Aug 2013 15:54:45 +0530 8022773: ScriptEngineTest.printManyTest fails
sundar [Tue, 27 Aug 2013 15:54:45 +0530] rev 19636
8022773: ScriptEngineTest.printManyTest fails Reviewed-by: lagergren, attila
Mon, 26 Aug 2013 15:33:40 -0300 8023721: Simplify eval in DebuggerSupport.
jlaskey [Mon, 26 Aug 2013 15:33:40 -0300] rev 19635
8023721: Simplify eval in DebuggerSupport. Reviewed-by: sundar, lagergren, hannesw Contributed-by: james.laskey@oracle.com
Mon, 26 Aug 2013 15:59:41 +0200 8023650: Regexp m flag does not recognize CRNL or CR
hannesw [Mon, 26 Aug 2013 15:59:41 +0200] rev 19634
8023650: Regexp m flag does not recognize CRNL or CR Reviewed-by: jlaskey, lagergren
Fri, 23 Aug 2013 12:20:19 -0300 8019987: String trimRight and trimLeft could be defined
jlaskey [Fri, 23 Aug 2013 12:20:19 -0300] rev 19633
8019987: String trimRight and trimLeft could be defined Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Fri, 23 Aug 2013 15:46:09 +0200 8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag.
lagergren [Fri, 23 Aug 2013 15:46:09 +0200] rev 19632
8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag. Reviewed-by: attila, jlaskey
Fri, 23 Aug 2013 09:56:25 -0300 8020946: TokenType#toString returned null
jlaskey [Fri, 23 Aug 2013 09:56:25 -0300] rev 19631
8020946: TokenType#toString returned null Reviewed-by: hannesw, lagergren Contributed-by: james.laskey@oracle.com
Fri, 23 Aug 2013 14:16:16 +0200 8023550: -d option was broken for any dir but '.'. Fixed Java warnings.
lagergren [Fri, 23 Aug 2013 14:16:16 +0200] rev 19630
8023550: -d option was broken for any dir but '.'. Fixed Java warnings. Reviewed-by: jlaskey, sundar
Mon, 26 Aug 2013 14:54:25 -0700 Merge
lana [Mon, 26 Aug 2013 14:54:25 -0700] rev 19629
Merge
Fri, 23 Aug 2013 16:44:02 +0530 Merge
sundar [Fri, 23 Aug 2013 16:44:02 +0530] rev 19628
Merge
Fri, 23 Aug 2013 13:10:45 +0200 8023630: Implement Java.super() as the preferred way to call super methods
attila [Fri, 23 Aug 2013 13:10:45 +0200] rev 19627
8023630: Implement Java.super() as the preferred way to call super methods Reviewed-by: jlaskey, lagergren, sundar
Fri, 23 Aug 2013 12:44:01 +0200 Merge
lagergren [Fri, 23 Aug 2013 12:44:01 +0200] rev 19626
Merge
Fri, 23 Aug 2013 12:43:32 +0200 8023453: --log=attr did not unindent identNodes
lagergren [Fri, 23 Aug 2013 12:43:32 +0200] rev 19625
8023453: --log=attr did not unindent identNodes Reviewed-by: attila, jlaskey
Fri, 23 Aug 2013 16:10:37 +0530 8023631: engine.js init script should be loaded into every global instance created by engines
sundar [Fri, 23 Aug 2013 16:10:37 +0530] rev 19624
8023631: engine.js init script should be loaded into every global instance created by engines Reviewed-by: attila, hannesw
Thu, 22 Aug 2013 22:32:16 +0530 8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected.
sundar [Thu, 22 Aug 2013 22:32:16 +0530] rev 19623
8023560: Arbitrary javax.script.Bindings objects as ENGINE_SCOPE objects are not handled as expected. Reviewed-by: jlaskey, lagergren, hannesw
Thu, 22 Aug 2013 13:51:24 -0300 8023228: Debugger information gather is too slow.
jlaskey [Thu, 22 Aug 2013 13:51:24 -0300] rev 19622
8023228: Debugger information gather is too slow. Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Thu, 22 Aug 2013 17:23:50 +0200 8023531: new RegExp('').toString() should return '/(?:)/'
hannesw [Thu, 22 Aug 2013 17:23:50 +0200] rev 19621
8023531: new RegExp('').toString() should return '/(?:)/' Reviewed-by: sundar, jlaskey
Thu, 22 Aug 2013 18:46:26 +0530 8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction
sundar [Thu, 22 Aug 2013 18:46:26 +0530] rev 19620
8023551: Mirror functions can not be invoked using invokeMethod, invokeFunction Reviewed-by: attila, jlaskey, lagergren
Wed, 21 Aug 2013 17:28:53 +0530 8023368: Instance __proto__ property should exist and be writable.
sundar [Wed, 21 Aug 2013 17:28:53 +0530] rev 19619
8023368: Instance __proto__ property should exist and be writable. Reviewed-by: attila, hannesw
Wed, 21 Aug 2013 13:39:40 +0200 8022903: Enhance for-in and for-each for Lists and Maps
attila [Wed, 21 Aug 2013 13:39:40 +0200] rev 19618
8022903: Enhance for-in and for-each for Lists and Maps Reviewed-by: lagergren, sundar
Wed, 21 Aug 2013 13:39:09 +0200 8023373: allow super invocation for adapters
attila [Wed, 21 Aug 2013 13:39:09 +0200] rev 19617
8023373: allow super invocation for adapters Reviewed-by: lagergren, sundar
Thu, 29 Aug 2013 09:42:13 -0700 Added tag jdk8-b105 for changeset df7b5446debc
cl [Thu, 29 Aug 2013 09:42:13 -0700] rev 19616
Added tag jdk8-b105 for changeset df7b5446debc
Wed, 05 Jul 2017 19:10:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:10:03 +0200] rev 19615
Merge
Thu, 29 Aug 2013 09:41:47 -0700 Added tag jdk8-b105 for changeset ff3beb903c1d
cl [Thu, 29 Aug 2013 09:41:47 -0700] rev 19614
Added tag jdk8-b105 for changeset ff3beb903c1d
Wed, 05 Jul 2017 19:10:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:10:00 +0200] rev 19613
Merge
Thu, 29 Aug 2013 16:26:29 -0700 Merge
lana [Thu, 29 Aug 2013 16:26:29 -0700] rev 19612
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip