Mon, 15 Jul 2013 15:51:06 +0200 8020354: Object literal property initialization is not done in source order
hannesw [Mon, 15 Jul 2013 15:51:06 +0200] rev 18877
8020354: Object literal property initialization is not done in source order Reviewed-by: sundar, jlaskey
Mon, 15 Jul 2013 12:33:48 +0200 8020324: Implement Object.bindProperties(target, source) for beans
attila [Mon, 15 Jul 2013 12:33:48 +0200] rev 18876
8020324: Implement Object.bindProperties(target, source) for beans Reviewed-by: hannesw, sundar
Fri, 12 Jul 2013 20:13:43 +0530 Merge
sundar [Fri, 12 Jul 2013 20:13:43 +0530] rev 18875
Merge
Fri, 12 Jul 2013 20:06:41 +0530 8020463: Input argument array wrapping in loadWithNewGlobal is wrong
sundar [Fri, 12 Jul 2013 20:06:41 +0530] rev 18874
8020463: Input argument array wrapping in loadWithNewGlobal is wrong Reviewed-by: attila, jlaskey
Fri, 12 Jul 2013 20:12:29 +0530 Merge
sundar [Fri, 12 Jul 2013 20:12:29 +0530] rev 18873
Merge
Fri, 12 Jul 2013 11:58:42 +0200 8019822: Duplicate name and signature in finally block
attila [Fri, 12 Jul 2013 11:58:42 +0200] rev 18872
8019822: Duplicate name and signature in finally block Reviewed-by: jlaskey, sundar
Fri, 12 Jul 2013 15:27:16 +0530 8020223: ClassCastException: String can not be casted to ScriptFunction
sundar [Fri, 12 Jul 2013 15:27:16 +0530] rev 18871
8020223: ClassCastException: String can not be casted to ScriptFunction Reviewed-by: attila, lagergren
Fri, 12 Jul 2013 15:01:33 +0530 8020437: Wrong handling of line numbers with multiline string literals
sundar [Fri, 12 Jul 2013 15:01:33 +0530] rev 18870
8020437: Wrong handling of line numbers with multiline string literals Reviewed-by: attila, lagergren
Thu, 11 Jul 2013 22:01:55 +0200 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
attila [Thu, 11 Jul 2013 22:01:55 +0200] rev 18869
8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 22:58:37 +0530 8012191: noSuchProperty can't cope with vararg functions
sundar [Thu, 11 Jul 2013 22:58:37 +0530] rev 18868
8012191: noSuchProperty can't cope with vararg functions Reviewed-by: jlaskey, attila
Thu, 11 Jul 2013 18:33:33 +0200 8013925: Remove symbol fields from nodes that don't need them
attila [Thu, 11 Jul 2013 18:33:33 +0200] rev 18867
8013925: Remove symbol fields from nodes that don't need them Reviewed-by: jlaskey, lagergren
Thu, 11 Jul 2013 18:23:13 +0530 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
sundar [Thu, 11 Jul 2013 18:23:13 +0530] rev 18866
8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable Reviewed-by: jlaskey, hannesw, attila
Thu, 11 Jul 2013 16:34:55 +0530 8020325: static property does not work on accessible, public classes
sundar [Thu, 11 Jul 2013 16:34:55 +0530] rev 18865
8020325: static property does not work on accessible, public classes Reviewed-by: attila, hannesw, lagergren
Wed, 10 Jul 2013 19:08:04 +0530 8020276: interface checks in Invocable.getInterface implementation
sundar [Wed, 10 Jul 2013 19:08:04 +0530] rev 18864
8020276: interface checks in Invocable.getInterface implementation Reviewed-by: jlaskey, hannesw, attila
Wed, 10 Jul 2013 10:54:19 +0200 8016681: regex capture behaves differently than on V8
hannesw [Wed, 10 Jul 2013 10:54:19 +0200] rev 18863
8016681: regex capture behaves differently than on V8 Reviewed-by: lagergren, sundar
Wed, 10 Jul 2013 13:25:07 +0530 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
sundar [Wed, 10 Jul 2013 13:25:07 +0530] rev 18862
8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false Reviewed-by: hannesw
Tue, 09 Jul 2013 15:56:59 +0200 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment.
lagergren [Tue, 09 Jul 2013 15:56:59 +0200] rev 18861
8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment. Reviewed-by: sundar, jlaskey
Tue, 09 Jul 2013 17:37:46 +0530 8014785: Ability to extend global instance by binding properties of another object
sundar [Tue, 09 Jul 2013 17:37:46 +0530] rev 18860
8014785: Ability to extend global instance by binding properties of another object Reviewed-by: attila, hannesw, jlaskey, lagergren
Tue, 09 Jul 2013 13:57:24 +0200 8009758: reactivate the 8006529 test.
attila [Tue, 09 Jul 2013 13:57:24 +0200] rev 18859
8009758: reactivate the 8006529 test. Reviewed-by: jlaskey, sundar
Mon, 08 Jul 2013 19:34:55 +0200 8019963: empty char range in regex
hannesw [Mon, 08 Jul 2013 19:34:55 +0200] rev 18858
8019963: empty char range in regex Reviewed-by: jlaskey, sundar
Mon, 08 Jul 2013 18:43:41 +0530 Merge
sundar [Mon, 08 Jul 2013 18:43:41 +0530] rev 18857
Merge
Mon, 08 Jul 2013 18:36:10 +0530 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
sundar [Mon, 08 Jul 2013 18:36:10 +0530] rev 18856
8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package Reviewed-by: attila, jlaskey
Mon, 08 Jul 2013 16:33:50 +0530 8020015: shared PropertyMaps should not be used without duplication
sundar [Mon, 08 Jul 2013 16:33:50 +0530] rev 18855
8020015: shared PropertyMaps should not be used without duplication Reviewed-by: hannesw, attila
Fri, 05 Jul 2013 19:35:39 +0200 8019983: Void returns combined with return with expression picked the wrong return type
lagergren [Fri, 05 Jul 2013 19:35:39 +0200] rev 18854
8019983: Void returns combined with return with expression picked the wrong return type Reviewed-by: sundar, jlaskey
Fri, 05 Jul 2013 15:10:47 +0200 8019819: scope symbol didn't get a slot in certain cases
attila [Fri, 05 Jul 2013 15:10:47 +0200] rev 18853
8019819: scope symbol didn't get a slot in certain cases Reviewed-by: hannesw, jlaskey, lagergren, sundar
Fri, 05 Jul 2013 14:36:54 +0200 8017084: Use spill properties for large object literals
hannesw [Fri, 05 Jul 2013 14:36:54 +0200] rev 18852
8017084: Use spill properties for large object literals Reviewed-by: lagergren, sundar
Fri, 05 Jul 2013 14:38:04 +0530 8019947: inherited property invalidation does not work with two globals in same context
sundar [Fri, 05 Jul 2013 14:38:04 +0530] rev 18851
8019947: inherited property invalidation does not work with two globals in same context Reviewed-by: jlaskey, lagergren, hannesw, attila
Thu, 04 Jul 2013 17:28:04 +0200 Merge
lagergren [Thu, 04 Jul 2013 17:28:04 +0200] rev 18850
Merge
Thu, 04 Jul 2013 17:27:33 +0200 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
lagergren [Thu, 04 Jul 2013 17:27:33 +0200] rev 18849
8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int Reviewed-by: sundar, hannesw
Thu, 04 Jul 2013 14:10:18 +0200 8019809: return after break incorrectly sets the block as terminal
attila [Thu, 04 Jul 2013 14:10:18 +0200] rev 18848
8019809: return after break incorrectly sets the block as terminal Reviewed-by: jlaskey, lagergren
Wed, 03 Jul 2013 13:41:18 -0300 8011629: Object.defineProperty performance issue
jlaskey [Wed, 03 Jul 2013 13:41:18 -0300] rev 18847
8011629: Object.defineProperty performance issue Reviewed-by: sundar, attila Contributed-by: james.laskey@oracle.com
Wed, 03 Jul 2013 18:10:12 +0200 8017768: allow dot as inner class name separator for Java.type
attila [Wed, 03 Jul 2013 18:10:12 +0200] rev 18846
8017768: allow dot as inner class name separator for Java.type Reviewed-by: jlaskey, sundar
Wed, 03 Jul 2013 19:20:29 +0530 8019814: Add regression test for passing cases
sundar [Wed, 03 Jul 2013 19:20:29 +0530] rev 18845
8019814: Add regression test for passing cases Reviewed-by: jlaskey, lagergren
Wed, 03 Jul 2013 15:46:03 +0200 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
lagergren [Wed, 03 Jul 2013 15:46:03 +0200] rev 18844
8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls Reviewed-by: sundar, jlaskey
Wed, 03 Jul 2013 17:26:31 +0530 8019805: for each (init; test; modify) is invalid
sundar [Wed, 03 Jul 2013 17:26:31 +0530] rev 18843
8019805: for each (init; test; modify) is invalid Reviewed-by: lagergren, jlaskey
Wed, 03 Jul 2013 13:03:36 +0200 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
lagergren [Wed, 03 Jul 2013 13:03:36 +0200] rev 18842
8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode Reviewed-by: sundar, attila
Wed, 03 Jul 2013 12:39:28 +0200 8010946: AccessControl.doPrivileged is broken when called from js script
attila [Wed, 03 Jul 2013 12:39:28 +0200] rev 18841
8010946: AccessControl.doPrivileged is broken when called from js script Reviewed-by: jlaskey, sundar
Wed, 03 Jul 2013 14:08:00 +0530 8019791: ~ is a unary operator
sundar [Wed, 03 Jul 2013 14:08:00 +0530] rev 18840
8019791: ~ is a unary operator Reviewed-by: hannesw
Wed, 03 Jul 2013 13:13:17 +0530 8019783: typeof does not work properly for java methods and foreign objects
sundar [Wed, 03 Jul 2013 13:13:17 +0530] rev 18839
8019783: typeof does not work properly for java methods and foreign objects Reviewed-by: hannesw
Wed, 03 Jul 2013 00:08:45 +0530 8019629: void operator should always evaluate to undefined
sundar [Wed, 03 Jul 2013 00:08:45 +0530] rev 18838
8019629: void operator should always evaluate to undefined Reviewed-by: jlaskey
Thu, 18 Jul 2013 03:39:39 -0700 Added tag jdk8-b99 for changeset d104c72ebc8a
cl [Thu, 18 Jul 2013 03:39:39 -0700] rev 18837
Added tag jdk8-b99 for changeset d104c72ebc8a
Wed, 05 Jul 2017 19:04:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:28 +0200] rev 18836
Merge
Thu, 18 Jul 2013 03:37:56 -0700 Added tag jdk8-b99 for changeset a9bf8e1ddffb
cl [Thu, 18 Jul 2013 03:37:56 -0700] rev 18835
Added tag jdk8-b99 for changeset a9bf8e1ddffb
Wed, 05 Jul 2017 19:04:25 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:25 +0200] rev 18834
Merge
Mon, 22 Jul 2013 17:37:15 -0700 Merge
lana [Mon, 22 Jul 2013 17:37:15 -0700] rev 18833
Merge
Wed, 17 Jul 2013 13:00:36 -0700 Merge
lana [Wed, 17 Jul 2013 13:00:36 -0700] rev 18832
Merge
Wed, 17 Jul 2013 00:34:39 -0700 Merge
lana [Wed, 17 Jul 2013 00:34:39 -0700] rev 18831
Merge
Tue, 16 Jul 2013 12:19:41 -0700 8020557: javadoc cleanup in javax.security
juh [Tue, 16 Jul 2013 12:19:41 -0700] rev 18830
8020557: javadoc cleanup in javax.security Reviewed-by: darcy
Mon, 15 Jul 2013 14:37:01 -0700 8020409: Clean up doclint problems in java.util package, part 1
bpb [Mon, 15 Jul 2013 14:37:01 -0700] rev 18829
8020409: Clean up doclint problems in java.util package, part 1 Summary: Clean up doclint problems in java.util package, part 1 Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Mon, 15 Jul 2013 13:42:35 +0100 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
coffeys [Mon, 15 Jul 2013 13:42:35 +0100] rev 18828
8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl Reviewed-by: mchung
Mon, 15 Jul 2013 10:55:53 +0200 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
plevart [Mon, 15 Jul 2013 10:55:53 +0200] rev 18827
7122142: (ann) Race condition between isAnnotationPresent and getAnnotations Reviewed-by: dholmes, jfranck
Sat, 13 Jul 2013 08:47:49 +0800 8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
weijun [Sat, 13 Jul 2013 08:47:49 +0800] rev 18826
8019410: sun/security/krb5/auto/ReplayCacheTestProc.java Reviewed-by: mullan
Mon, 08 Jul 2013 15:46:26 -0400 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
henryjen [Mon, 08 Jul 2013 15:46:26 -0400] rev 18825
8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces Reviewed-by: psandoz, mduigou Contributed-by: brian goetz <brian.goetz@oracle.com>
Fri, 12 Jul 2013 15:01:08 -0700 8015320: Pull spliterator() up from Collection to Iterable
henryjen [Fri, 12 Jul 2013 15:01:08 -0700] rev 18824
8015320: Pull spliterator() up from Collection to Iterable Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com
Fri, 12 Jul 2013 20:44:34 +0100 8019627: RuntimeException gets obscured during OCSP cert revocation checking
vinnie [Fri, 12 Jul 2013 20:44:34 +0100] rev 18823
8019627: RuntimeException gets obscured during OCSP cert revocation checking Reviewed-by: mullan
Wed, 03 Jul 2013 21:43:49 +0200 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
psandoz [Wed, 03 Jul 2013 21:43:49 +0200] rev 18822
8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method Reviewed-by: henryjen, briangoetz
Fri, 12 Jul 2013 12:15:59 -0700 Merge
mduigou [Fri, 12 Jul 2013 12:15:59 -0700] rev 18821
Merge
Fri, 12 Jul 2013 12:15:22 -0700 8015315: Stream.concat methods
mduigou [Fri, 12 Jul 2013 12:15:22 -0700] rev 18820
8015315: Stream.concat methods Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Fri, 12 Jul 2013 11:12:16 -0700 8015317: Optional.filter, map, and flatMap
mduigou [Fri, 12 Jul 2013 11:12:16 -0700] rev 18819
8015317: Optional.filter, map, and flatMap Reviewed-by: psandoz, mduigou Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Fri, 12 Jul 2013 11:11:30 -0700 7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
mduigou [Fri, 12 Jul 2013 11:11:30 -0700] rev 18818
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set} Reviewed-by: dmocek, martin, smarks
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip