lana [Mon, 26 Aug 2013 14:54:25 -0700] rev 19629
Merge
sundar [Fri, 23 Aug 2013 16:44:02 +0530] rev 19628
Merge
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
lagergren [Fri, 23 Aug 2013 12:44:01 +0200] rev 19626
Merge
lagergren [Fri, 23 Aug 2013 12:43:32 +0200] rev 19625
8023453: --log=attr did not unindent identNodes
Reviewed-by: attila, jlaskey
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
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
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
hannesw [Thu, 22 Aug 2013 17:23:50 +0200] rev 19621
8023531: new RegExp('').toString() should return '/(?:)/'
Reviewed-by: sundar, jlaskey
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
sundar [Wed, 21 Aug 2013 17:28:53 +0530] rev 19619
8023368: Instance __proto__ property should exist and be writable.
Reviewed-by: attila, hannesw
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
attila [Wed, 21 Aug 2013 13:39:09 +0200] rev 19617
8023373: allow super invocation for adapters
Reviewed-by: lagergren, sundar
cl [Thu, 29 Aug 2013 09:42:13 -0700] rev 19616
Added tag jdk8-b105 for changeset df7b5446debc
duke [Wed, 05 Jul 2017 19:10:03 +0200] rev 19615
Merge
cl [Thu, 29 Aug 2013 09:41:47 -0700] rev 19614
Added tag jdk8-b105 for changeset ff3beb903c1d
duke [Wed, 05 Jul 2017 19:10:00 +0200] rev 19613
Merge
lana [Thu, 29 Aug 2013 16:26:29 -0700] rev 19612
Merge
dxu [Thu, 29 Aug 2013 10:43:46 -0700] rev 19611
4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
Summary: Exclude the possible usage of linked files or directories in the test
Reviewed-by: alanb
sla [Thu, 29 Aug 2013 11:22:44 +0200] rev 19610
8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X
Reviewed-by: dholmes
psandoz [Wed, 28 Aug 2013 22:11:14 +0200] rev 19609
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
Reviewed-by: mduigou
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
sherman [Wed, 28 Aug 2013 09:46:55 -0700] rev 19608
8023713: ZipFileSystem crashes on old zip file
Summary: to handle extra data field copy correctly even the extra data does not follow the spec
Reviewed-by: alanb, martin, chegar
alanb [Wed, 28 Aug 2013 15:50:03 +0100] rev 19607
8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
Reviewed-by: chegar
alanb [Wed, 28 Aug 2013 14:07:30 +0100] rev 19606
8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
Reviewed-by: wetmore, alanb
Contributed-by: martinrb@google.com
henryjen [Wed, 21 Aug 2013 20:41:35 -0700] rev 19605
8023528: Rename Comparator combinators to disambiguate overloading methods
Reviewed-by: mduigou, smarks
sherman [Tue, 27 Aug 2013 12:54:44 -0700] rev 19604
8023647: "abc1c".matches("(\\w)+1\\1")) returns false
Summary: to correct the wrong GroupCurly group index backoff code
Reviewed-by: alanb
henryjen [Mon, 26 Aug 2013 22:32:50 -0700] rev 19603
8023275: Wrapping collections should override default methods
Reviewed-by: mduigou, psandoz
darcy [Tue, 27 Aug 2013 11:46:25 -0700] rev 19602
8023827: Fix doclint issues in javax.net.ssl
Reviewed-by: wetmore, xuelei
mullan [Tue, 27 Aug 2013 12:27:31 -0400] rev 19601
Merge
mullan [Tue, 27 Aug 2013 12:04:32 -0400] rev 19600
8019830: Add com.sun.media.sound to the list of restricted package
Reviewed-by: vinnie
mullan [Tue, 27 Aug 2013 10:46:03 -0400] rev 19599
8023769: JDK-8016850 broke the old build
Summary: remove files that were moved/removed from com/sun/security/auth/FILES_java.gmk
Reviewed-by: chegar, xuelei
weijun [Tue, 27 Aug 2013 17:50:55 +0800] rev 19598
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
Reviewed-by: sherman