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
Fri, 12 Jul 2013 11:48:23 -0700 8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
darcy [Fri, 12 Jul 2013 11:48:23 -0700] rev 18817
8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations Reviewed-by: abuckley, jfranck
Fri, 12 Jul 2013 11:14:53 -0700 8020430: NullPointerException in xml sqe nightly result on 2013-07-12
joehw [Fri, 12 Jul 2013 11:14:53 -0700] rev 18816
8020430: NullPointerException in xml sqe nightly result on 2013-07-12 Reviewed-by: chegar, lancea
Mon, 08 Jul 2013 14:05:59 +0200 8014890: (ref) Reference queues may return more entries than expected
mchung [Mon, 08 Jul 2013 14:05:59 +0200] rev 18815
8014890: (ref) Reference queues may return more entries than expected Summary: When enqueuing references check whether the j.l.r.Reference has already been enqeued or removed in the lock. Do not enqueue them again. This occurs because multiple threads may try to enqueue the same j.l.r.Reference at the same time. Reviewed-by: mchung, dholmes, plevart, shade Contributed-by: thomas.schatzl@oracle.com
Thu, 11 Jul 2013 17:52:04 -0700 Merge
valeriep [Thu, 11 Jul 2013 17:52:04 -0700] rev 18814
Merge
Wed, 10 Jul 2013 18:14:35 -0700 8020310: JDK-6356530 broke the old build
valeriep [Wed, 10 Jul 2013 18:14:35 -0700] rev 18813
8020310: JDK-6356530 broke the old build Summary: Add serialVersionUID to AuthProvider and P11Key class. Reviewed-by: xuelei
Tue, 09 Jul 2013 15:26:20 -0700 Merge
valeriep [Tue, 09 Jul 2013 15:26:20 -0700] rev 18812
Merge
Mon, 08 Jul 2013 11:11:07 -0700 Merge
valeriep [Mon, 08 Jul 2013 11:11:07 -0700] rev 18811
Merge
Mon, 08 Jul 2013 10:20:46 -0700 6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
ascarpino [Mon, 08 Jul 2013 10:20:46 -0700] rev 18810
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec Reviewed-by: valeriep, wetmore, xuelei
Fri, 05 Jul 2013 13:56:12 -0700 7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
valeriep [Fri, 05 Jul 2013 13:56:12 -0700] rev 18809
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful Summary: Check equality based on component values instead of encoding which may vary due to optional components Reviewed-by: weijun
Fri, 05 Jul 2013 13:53:37 -0700 8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
valeriep [Fri, 05 Jul 2013 13:53:37 -0700] rev 18808
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode Summary: Ensure the Cipher.doFinal() is called only once Reviewed-by: xuelei
Thu, 11 Jul 2013 13:40:25 -0700 8017212: File.createTempFile requires unnecessary "read" permission
dxu [Thu, 11 Jul 2013 13:40:25 -0700] rev 18807
8017212: File.createTempFile requires unnecessary "read" permission Summary: Directly call FileSystem method to check a file existence. Also reviewed by tom.hawtin@oracle.com Reviewed-by: alanb
Thu, 11 Jul 2013 11:14:06 -0700 8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
ksrini [Thu, 11 Jul 2013 11:14:06 -0700] rev 18806
8019799: api/java_util/jar/Pack200 test failed with compactX profiles. Reviewed-by: dholmes
Thu, 11 Jul 2013 21:11:03 +0200 8010285: Enforce the requirement of Management Interfaces being public
jbachorik [Thu, 11 Jul 2013 21:11:03 +0200] rev 18805
8010285: Enforce the requirement of Management Interfaces being public Reviewed-by: sjiang, dfuchs, mchung
Thu, 11 Jul 2013 11:43:23 -0700 8020321: Problem in PKCS11 regression test TestRSAKeyLength
valeriep [Thu, 11 Jul 2013 11:43:23 -0700] rev 18804
8020321: Problem in PKCS11 regression test TestRSAKeyLength Summary: Corrected the "isValidKeyLength" array Reviewed-by: xuelei
Thu, 11 Jul 2013 18:50:25 +0530 7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
sundar [Thu, 11 Jul 2013 18:50:25 +0530] rev 18803
7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error Reviewed-by: mcimadamore, jlaskey, hannesw, attila
Thu, 11 Jul 2013 13:07:47 +0200 8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
psandoz [Thu, 11 Jul 2013 13:07:47 +0200] rev 18802
8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl Reviewed-by: martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Thu, 11 Jul 2013 09:21:09 +0200 8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
jbachorik [Thu, 11 Jul 2013 09:21:09 +0200] rev 18801
8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE Reviewed-by: sjiang, dholmes, mchung
Wed, 10 Jul 2013 18:01:22 -0700 8020318: Fix doclint issues in java.net
juh [Wed, 10 Jul 2013 18:01:22 -0700] rev 18800
8020318: Fix doclint issues in java.net Reviewed-by: darcy, khazra
Wed, 10 Jul 2013 14:20:19 -0700 8020308: Fix doclint issues in java.lang.management
sspitsyn [Wed, 10 Jul 2013 14:20:19 -0700] rev 18799
8020308: Fix doclint issues in java.lang.management Reviewed-by: darcy Contributed-by: serguei.spitsyn@oracle.com
Tue, 09 Jul 2013 12:47:37 -0700 6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
bpb [Tue, 09 Jul 2013 12:47:37 -0700] rev 18798
6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0") Summary: Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero. Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Tue, 09 Jul 2013 11:26:25 -0700 6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
bpb [Tue, 09 Jul 2013 11:26:25 -0700] rev 18797
6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException Summary: Change the field width specification to require a positive value. The exception is still thrown but that is now explicitly consistent with the specification. Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 10 Jul 2013 11:05:39 -0700 8020294: Fix doclint issues in java.util.Spliterator
darcy [Wed, 10 Jul 2013 11:05:39 -0700] rev 18796
8020294: Fix doclint issues in java.util.Spliterator Reviewed-by: psandoz
Wed, 10 Jul 2013 10:24:38 +0200 8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
psandoz [Wed, 10 Jul 2013 10:24:38 +0200] rev 18795
8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees Reviewed-by: briangoetz Contributed-by: doug lea <dl@cs.oswego.edu>, paul sandoz <paul.sandoz@oracle.com>
Wed, 10 Jul 2013 09:52:02 +0200 8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
psandoz [Wed, 10 Jul 2013 09:52:02 +0200] rev 18794
8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries Reviewed-by: briangoetz
Wed, 10 Jul 2013 15:11:32 +0800 8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
weijun [Wed, 10 Jul 2013 15:11:32 +0800] rev 18793
8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5 Reviewed-by: mullan
Tue, 09 Jul 2013 22:01:57 -0400 8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
dholmes [Tue, 09 Jul 2013 22:01:57 -0400] rev 18792
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently Summary: Ensure WeakRef object can't be prematurely gc'd Reviewed-by: chegar, plevart
Tue, 09 Jul 2013 16:00:41 +0100 8019979: Replace CheckPackageAccess test with better one from closed repo
coffeys [Tue, 09 Jul 2013 16:00:41 +0100] rev 18791
8019979: Replace CheckPackageAccess test with better one from closed repo Reviewed-by: mullan
Tue, 09 Jul 2013 16:04:25 +0200 8019370: Sync j.u.c Fork/Join from 166 to tl
psandoz [Tue, 09 Jul 2013 16:04:25 +0200] rev 18790
8019370: Sync j.u.c Fork/Join from 166 to tl Reviewed-by: chegar, martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Tue, 09 Jul 2013 10:44:49 +0200 8019551: Make BaseStream public
psandoz [Tue, 09 Jul 2013 10:44:49 +0200] rev 18789
8019551: Make BaseStream public Reviewed-by: chegar, psandoz Contributed-by: brian goetz <brian.goetz@oracle.com>
Tue, 09 Jul 2013 09:15:57 +0200 8017141: java.util/stream Spliterators from sequential sources should not catch OOME
henryjen [Tue, 09 Jul 2013 09:15:57 +0200] rev 18788
8017141: java.util/stream Spliterators from sequential sources should not catch OOME Reviewed-by: mchung Contributed-by: paul.sandoz@oracle.com
Mon, 08 Jul 2013 22:43:36 -0700 8020095: Fix doclint warnings in java.util.regex
darcy [Mon, 08 Jul 2013 22:43:36 -0700] rev 18787
8020095: Fix doclint warnings in java.util.regex Reviewed-by: mchung
Mon, 08 Jul 2013 19:24:22 -0700 8020091: Fix HTML doclint issues in java.io
juh [Mon, 08 Jul 2013 19:24:22 -0700] rev 18786
8020091: Fix HTML doclint issues in java.io Reviewed-by: darcy
Mon, 08 Jul 2013 11:30:44 +0200 8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
ehelin [Mon, 08 Jul 2013 11:30:44 +0200] rev 18785
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace Reviewed-by: alanb
Fri, 05 Jul 2013 18:22:58 -0700 8019341: Update CookieHttpsClientTest to use the newer framework.
wetmore [Fri, 05 Jul 2013 18:22:58 -0700] rev 18784
8019341: Update CookieHttpsClientTest to use the newer framework. Reviewed-by: xuelei, smarks, michaelm
Fri, 05 Jul 2013 14:37:41 -0700 Merge
lana [Fri, 05 Jul 2013 14:37:41 -0700] rev 18783
Merge
Fri, 05 Jul 2013 13:28:17 -0700 Merge
lana [Fri, 05 Jul 2013 13:28:17 -0700] rev 18782
Merge
Fri, 05 Jul 2013 16:30:08 -0400 Merge
mullan [Fri, 05 Jul 2013 16:30:08 -0400] rev 18781
Merge
Fri, 05 Jul 2013 15:54:42 -0400 8011547: Update XML Signature implementation to Apache Santuario 1.5.4
mullan [Fri, 05 Jul 2013 15:54:42 -0400] rev 18780
8011547: Update XML Signature implementation to Apache Santuario 1.5.4 Reviewed-by: xuelei
Fri, 05 Jul 2013 10:51:54 +0800 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
zhangshj [Fri, 05 Jul 2013 10:51:54 +0800] rev 18779
8019381: HashMap.isEmpty is non-final, potential issues for get/remove Reviewed-by: chegar, mduigou
Thu, 04 Jul 2013 20:00:20 +0100 8017231: Add StringJoiner.merge
alanb [Thu, 04 Jul 2013 20:00:20 +0100] rev 18778
8017231: Add StringJoiner.merge Reviewed-by: psandoz, alanb Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
Thu, 04 Jul 2013 14:38:44 +0100 8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
alanb [Thu, 04 Jul 2013 14:38:44 +0100] rev 18777
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts Reviewed-by: mchung, ahgross, forax, psandoz
Wed, 03 Jul 2013 17:08:14 -0700 8019862: Fix doclint errors in java.lang.*.
bpb [Wed, 03 Jul 2013 17:08:14 -0700] rev 18776
8019862: Fix doclint errors in java.lang.*. Summary: Fix doclint errors in java.lang.* Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 03 Jul 2013 19:47:15 -0400 8016285: Add java.lang.reflect.Parameter.isNamePresent()
emc [Wed, 03 Jul 2013 19:47:15 -0400] rev 18775
8016285: Add java.lang.reflect.Parameter.isNamePresent() Summary: Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available Reviewed-by: darcy
Wed, 03 Jul 2013 13:30:46 -0700 8019857: Fix doclint errors in java.util.Format*
bpb [Wed, 03 Jul 2013 13:30:46 -0700] rev 18774
8019857: Fix doclint errors in java.util.Format* Summary: Fix doclint errors in java.util.Format*. Reviewed-by: darcy Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Wed, 03 Jul 2013 14:35:10 -0700 Merge
vinnie [Wed, 03 Jul 2013 14:35:10 -0700] rev 18773
Merge
Tue, 02 Jul 2013 16:38:09 -0700 7165807: Non optimized initialization of NSS crypto library leads to scalability issues
vinnie [Tue, 02 Jul 2013 16:38:09 -0700] rev 18772
7165807: Non optimized initialization of NSS crypto library leads to scalability issues Reviewed-by: mullan, valeriep
Wed, 03 Jul 2013 12:51:45 -0700 8019772: Fix doclint issues in javax.crypto and javax.security subpackages
juh [Wed, 03 Jul 2013 12:51:45 -0700] rev 18771
8019772: Fix doclint issues in javax.crypto and javax.security subpackages Reviewed-by: darcy
Wed, 03 Jul 2013 21:19:25 +0200 8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
psandoz [Wed, 03 Jul 2013 21:19:25 +0200] rev 18770
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty Reviewed-by: alanb
Wed, 03 Jul 2013 11:35:06 -0700 8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
twisti [Wed, 03 Jul 2013 11:35:06 -0700] rev 18769
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs Reviewed-by: jrose
Wed, 03 Jul 2013 11:58:10 +0200 8019481: Sync misc j.u.c classes from 166 to tl
psandoz [Wed, 03 Jul 2013 11:58:10 +0200] rev 18768
8019481: Sync misc j.u.c classes from 166 to tl Reviewed-by: martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Wed, 03 Jul 2013 11:58:09 +0200 8011427: java.util.concurrent collection Spliterator implementations
psandoz [Wed, 03 Jul 2013 11:58:09 +0200] rev 18767
8011427: java.util.concurrent collection Spliterator implementations Reviewed-by: martin Contributed-by: Doug Lea <dl@cs.oswego.edu>
Tue, 02 Jul 2013 15:58:09 -0700 8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
mchung [Tue, 02 Jul 2013 15:58:09 -0700] rev 18766
8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which) Reviewed-by: jrose, alanb, dfuchs
Wed, 17 Jul 2013 12:56:04 -0700 Merge
lana [Wed, 17 Jul 2013 12:56:04 -0700] rev 18765
Merge
Mon, 15 Jul 2013 17:33:44 +0400 8017492: Static field in HTML parser affects all applications
malenkov [Mon, 15 Jul 2013 17:33:44 +0400] rev 18764
8017492: Static field in HTML parser affects all applications Reviewed-by: art
Mon, 15 Jul 2013 12:06:06 +0400 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
pchelko [Mon, 15 Jul 2013 12:06:06 +0400] rev 18763
8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException Reviewed-by: anthony, art
Fri, 12 Jul 2013 21:33:33 +0400 8020298: [macosx] Incorrect merge in the lwawt code
serb [Fri, 12 Jul 2013 21:33:33 +0400] rev 18762
8020298: [macosx] Incorrect merge in the lwawt code Reviewed-by: art, anthony
Fri, 12 Jul 2013 14:46:21 +0400 8009168: accessibility.properties syntax issue
raginip [Fri, 12 Jul 2013 14:46:21 +0400] rev 18761
8009168: accessibility.properties syntax issue Reviewed-by: ptbrunet, mfang, alexsch
Thu, 11 Jul 2013 18:23:15 +0400 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
leonidr [Thu, 11 Jul 2013 18:23:15 +0400] rev 18760
8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread Reviewed-by: art, anthony
Thu, 11 Jul 2013 16:42:13 +0400 8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
pchelko [Thu, 11 Jul 2013 16:42:13 +0400] rev 18759
8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long) Reviewed-by: anthony, art
Tue, 09 Jul 2013 21:21:55 +0400 8019587: [macosx] Possibility to set the same frame for the different screens
serb [Tue, 09 Jul 2013 21:21:55 +0400] rev 18758
8019587: [macosx] Possibility to set the same frame for the different screens Reviewed-by: art, anthony
Tue, 09 Jul 2013 18:01:58 +0400 6707231: Wrong read Method returned for boolen properties
malenkov [Tue, 09 Jul 2013 18:01:58 +0400] rev 18757
6707231: Wrong read Method returned for boolen properties Reviewed-by: alexsch
Mon, 08 Jul 2013 19:47:40 +0400 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6
leonidr [Mon, 08 Jul 2013 19:47:40 +0400] rev 18756
8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6 Reviewed-by: anthony
Fri, 05 Jul 2013 11:57:11 -0700 Merge
lana [Fri, 05 Jul 2013 11:57:11 -0700] rev 18755
Merge
Thu, 04 Jul 2013 16:06:11 +0400 8015730: PIT: On Linux, OGL=true and fbobject=false leads to deadlock or infinite loop
alitvinov [Thu, 04 Jul 2013 16:06:11 +0400] rev 18754
8015730: PIT: On Linux, OGL=true and fbobject=false leads to deadlock or infinite loop Reviewed-by: art, anthony
Wed, 17 Jul 2013 12:53:54 -0700 Merge
lana [Wed, 17 Jul 2013 12:53:54 -0700] rev 18753
Merge
Wed, 10 Jul 2013 11:49:04 -0700 8016737: After clicking on "Print UNCOLLATED" button, the print out come in order 'Page 1', 'Page 2', 'Page 1'
jgodinez [Wed, 10 Jul 2013 11:49:04 -0700] rev 18752
8016737: After clicking on "Print UNCOLLATED" button, the print out come in order 'Page 1', 'Page 2', 'Page 1' Reviewed-by: jchen, prr
Fri, 05 Jul 2013 12:26:27 -0700 Merge
lana [Fri, 05 Jul 2013 12:26:27 -0700] rev 18751
Merge
Wed, 03 Jul 2013 10:22:13 -0700 8014497: [parfait] Potential null pointer dereference in jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c
jchen [Wed, 03 Jul 2013 10:22:13 -0700] rev 18750
8014497: [parfait] Potential null pointer dereference in jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c Reviewed-by: bae, prr
Wed, 03 Jul 2013 19:00:10 +0400 8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
serb [Wed, 03 Jul 2013 19:00:10 +0400] rev 18749
8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform Reviewed-by: prr, flar
Thu, 18 Jul 2013 03:38:49 -0700 Added tag jdk8-b99 for changeset 984f3e50463b
cl [Thu, 18 Jul 2013 03:38:49 -0700] rev 18748
Added tag jdk8-b99 for changeset 984f3e50463b
Wed, 05 Jul 2017 19:04:06 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:06 +0200] rev 18747
Merge
Thu, 18 Jul 2013 09:25:07 -0700 Added tag hs25-b42 for changeset 72a811d263ec
amurillo [Thu, 18 Jul 2013 09:25:07 -0700] rev 18746
Added tag hs25-b42 for changeset 72a811d263ec
Thu, 18 Jul 2013 09:25:06 -0700 Merge
amurillo [Thu, 18 Jul 2013 09:25:06 -0700] rev 18745
Merge
Thu, 18 Jul 2013 00:52:54 -0400 Merge
clucasius [Thu, 18 Jul 2013 00:52:54 -0400] rev 18744
Merge
Tue, 16 Jul 2013 12:20:08 -0400 Merge
jprovino [Tue, 16 Jul 2013 12:20:08 -0400] rev 18743
Merge
Tue, 16 Jul 2013 10:55:48 -0400 8011569: ARM -- avoid native stack walking
jprovino [Tue, 16 Jul 2013 10:55:48 -0400] rev 18742
8011569: ARM -- avoid native stack walking Summary: ARM compilers do not emit FramePointer on each native frame by default Reviewed-by: dholmes, zgu
Mon, 15 Jul 2013 12:24:32 -0400 Merge
clucasius [Mon, 15 Jul 2013 12:24:32 -0400] rev 18741
Merge
Thu, 20 Jun 2013 15:02:05 +0200 8016697: Use stubs to implement safefetch
goetz [Thu, 20 Jun 2013 15:02:05 +0200] rev 18740
8016697: Use stubs to implement safefetch Summary: Implement Safefetch as stub routines. This reduces compiler and os dependencies. Reviewed-by: twisti, kvn
Mon, 15 Jul 2013 15:14:58 -0700 Merge
tamao [Mon, 15 Jul 2013 15:14:58 -0700] rev 18739
Merge
Thu, 11 Jul 2013 11:33:27 +0200 8020155: PSR:PERF G1 not collecting old regions when humongous allocations interfer
brutisso [Thu, 11 Jul 2013 11:33:27 +0200] rev 18738
8020155: PSR:PERF G1 not collecting old regions when humongous allocations interfer Summary: Take _last_young_gc into account when deciding on starting a concurrent mark. Also reviewed-by: per.liden@oracle.com. Reviewed-by: tschatzl, johnc
Fri, 12 Jul 2013 17:08:52 -0700 8020382: new hotspot build - hs25-b42
amurillo [Fri, 12 Jul 2013 17:08:52 -0700] rev 18737
8020382: new hotspot build - hs25-b42 Reviewed-by: jcoomes
Thu, 18 Jul 2013 03:38:10 -0700 Added tag jdk8-b99 for changeset 009e3b20a47e
cl [Thu, 18 Jul 2013 03:38:10 -0700] rev 18736
Added tag jdk8-b99 for changeset 009e3b20a47e
Thu, 18 Jul 2013 03:37:53 -0700 Added tag jdk8-b99 for changeset 29592dce4679
cl [Thu, 18 Jul 2013 03:37:53 -0700] rev 18735
Added tag jdk8-b99 for changeset 29592dce4679
Wed, 05 Jul 2017 19:03:53 +0200 Added tag jdk8-b99 for changeset 2d3875b0d18b
duke [Wed, 05 Jul 2017 19:03:53 +0200] rev 18734
Added tag jdk8-b99 for changeset 2d3875b0d18b
Wed, 05 Jul 2017 19:03:53 +0200 Merge jdk8-b99
duke [Wed, 05 Jul 2017 19:03:53 +0200] rev 18733
Merge
Wed, 05 Jul 2017 19:03:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:03:50 +0200] rev 18732
Merge
Wed, 17 Jul 2013 19:28:40 +0100 8013638: Few policy tests are failing in Lambda nightly
mcimadamore [Wed, 17 Jul 2013 19:28:40 +0100] rev 18731
8013638: Few policy tests are failing in Lambda nightly Summary: BridgeHarness test is leaving files open Reviewed-by: ksrini
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip