Mon, 08 Jul 2013 15:46:26 -0400 |
henryjen |
8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
|
changeset |
files
|
Fri, 12 Jul 2013 15:01:08 -0700 |
henryjen |
8015320: Pull spliterator() up from Collection to Iterable
|
changeset |
files
|
Fri, 12 Jul 2013 20:44:34 +0100 |
vinnie |
8019627: RuntimeException gets obscured during OCSP cert revocation checking
|
changeset |
files
|
Wed, 03 Jul 2013 21:43:49 +0200 |
psandoz |
8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
|
changeset |
files
|
Fri, 12 Jul 2013 12:15:59 -0700 |
mduigou |
Merge
|
changeset |
files
|
Fri, 12 Jul 2013 12:15:22 -0700 |
mduigou |
8015315: Stream.concat methods
|
changeset |
files
|
Fri, 12 Jul 2013 11:12:16 -0700 |
mduigou |
8015317: Optional.filter, map, and flatMap
|
changeset |
files
|
Fri, 12 Jul 2013 11:11:30 -0700 |
mduigou |
7129185: Add Collections.{checked|empty|unmodifiable}Navigable{Map|Set}
|
changeset |
files
|
Fri, 12 Jul 2013 11:48:23 -0700 |
darcy |
8010679: Clarify "present" and annotation ordering in Core Reflection for Annotations
|
changeset |
files
|
Fri, 12 Jul 2013 11:14:53 -0700 |
joehw |
8020430: NullPointerException in xml sqe nightly result on 2013-07-12
|
changeset |
files
|
Mon, 08 Jul 2013 14:05:59 +0200 |
mchung |
8014890: (ref) Reference queues may return more entries than expected
|
changeset |
files
|
Thu, 11 Jul 2013 17:52:04 -0700 |
valeriep |
Merge
|
changeset |
files
|
Wed, 10 Jul 2013 18:14:35 -0700 |
valeriep |
8020310: JDK-6356530 broke the old build
|
changeset |
files
|
Tue, 09 Jul 2013 15:26:20 -0700 |
valeriep |
Merge
|
changeset |
files
|
Mon, 08 Jul 2013 11:11:07 -0700 |
valeriep |
Merge
|
changeset |
files
|
Mon, 08 Jul 2013 10:20:46 -0700 |
ascarpino |
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
|
changeset |
files
|
Fri, 05 Jul 2013 13:56:12 -0700 |
valeriep |
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
|
changeset |
files
|
Fri, 05 Jul 2013 13:53:37 -0700 |
valeriep |
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
|
changeset |
files
|
Thu, 11 Jul 2013 13:40:25 -0700 |
dxu |
8017212: File.createTempFile requires unnecessary "read" permission
|
changeset |
files
|
Thu, 11 Jul 2013 11:14:06 -0700 |
ksrini |
8019799: api/java_util/jar/Pack200 test failed with compactX profiles.
|
changeset |
files
|
Thu, 11 Jul 2013 21:11:03 +0200 |
jbachorik |
8010285: Enforce the requirement of Management Interfaces being public
|
changeset |
files
|
Thu, 11 Jul 2013 11:43:23 -0700 |
valeriep |
8020321: Problem in PKCS11 regression test TestRSAKeyLength
|
changeset |
files
|
Thu, 11 Jul 2013 18:50:25 +0530 |
sundar |
7187144: JavaDoc for ScriptEngineFactory.getProgram() contains an error
|
changeset |
files
|
Thu, 11 Jul 2013 13:07:47 +0200 |
psandoz |
8019484: Sync j.u.c.ConcurrentHashMap from 166 to tl
|
changeset |
files
|
Thu, 11 Jul 2013 09:21:09 +0200 |
jbachorik |
8019826: Test com/sun/management/HotSpotDiagnosticMXBean/SetVMOption.java fails with NPE
|
changeset |
files
|
Wed, 10 Jul 2013 18:01:22 -0700 |
juh |
8020318: Fix doclint issues in java.net
|
changeset |
files
|
Wed, 10 Jul 2013 14:20:19 -0700 |
sspitsyn |
8020308: Fix doclint issues in java.lang.management
|
changeset |
files
|
Tue, 09 Jul 2013 12:47:37 -0700 |
bpb |
6480539: BigDecimal.stripTrailingZeros() has no effect on zero itself ("0.0")
|
changeset |
files
|
Tue, 09 Jul 2013 11:26:25 -0700 |
bpb |
6178739: (fmt) Formatter.format("%0.4f\n", 56789.456789) generates MissingFormatWidthException
|
changeset |
files
|
Wed, 10 Jul 2013 11:05:39 -0700 |
darcy |
8020294: Fix doclint issues in java.util.Spliterator
|
changeset |
files
|
Wed, 10 Jul 2013 10:24:38 +0200 |
psandoz |
8020040: Improve and generalize the F/J tasks to handle right or left-balanced trees
|
changeset |
files
|
Wed, 10 Jul 2013 09:52:02 +0200 |
psandoz |
8017447: Unmodifiable map entry becomes modifiable if taken from a stream of map entries
|
changeset |
files
|
Wed, 10 Jul 2013 15:11:32 +0800 |
weijun |
8019267: NPE in AbstractSaslImpl when trace level >= FINER in KRB5
|
changeset |
files
|
Tue, 09 Jul 2013 22:01:57 -0400 |
dholmes |
8016341: java/lang/ref/OOMEInReferenceHandler.java failing intermittently
|
changeset |
files
|
Tue, 09 Jul 2013 16:00:41 +0100 |
coffeys |
8019979: Replace CheckPackageAccess test with better one from closed repo
|
changeset |
files
|
Tue, 09 Jul 2013 16:04:25 +0200 |
psandoz |
8019370: Sync j.u.c Fork/Join from 166 to tl
|
changeset |
files
|
Tue, 09 Jul 2013 10:44:49 +0200 |
psandoz |
8019551: Make BaseStream public
|
changeset |
files
|
Tue, 09 Jul 2013 09:15:57 +0200 |
henryjen |
8017141: java.util/stream Spliterators from sequential sources should not catch OOME
|
changeset |
files
|
Mon, 08 Jul 2013 22:43:36 -0700 |
darcy |
8020095: Fix doclint warnings in java.util.regex
|
changeset |
files
|
Mon, 08 Jul 2013 19:24:22 -0700 |
juh |
8020091: Fix HTML doclint issues in java.io
|
changeset |
files
|
Mon, 08 Jul 2013 11:30:44 +0200 |
ehelin |
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
|
changeset |
files
|
Fri, 05 Jul 2013 18:22:58 -0700 |
wetmore |
8019341: Update CookieHttpsClientTest to use the newer framework.
|
changeset |
files
|
Fri, 05 Jul 2013 14:37:41 -0700 |
lana |
Merge
|
changeset |
files
|
Fri, 05 Jul 2013 13:28:17 -0700 |
lana |
Merge
|
changeset |
files
|
Fri, 05 Jul 2013 16:30:08 -0400 |
mullan |
Merge
|
changeset |
files
|
Fri, 05 Jul 2013 15:54:42 -0400 |
mullan |
8011547: Update XML Signature implementation to Apache Santuario 1.5.4
|
changeset |
files
|
Fri, 05 Jul 2013 10:51:54 +0800 |
zhangshj |
8019381: HashMap.isEmpty is non-final, potential issues for get/remove
|
changeset |
files
|
Thu, 04 Jul 2013 20:00:20 +0100 |
alanb |
8017231: Add StringJoiner.merge
|
changeset |
files
|
Thu, 04 Jul 2013 14:38:44 +0100 |
alanb |
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
|
changeset |
files
|
Wed, 03 Jul 2013 17:08:14 -0700 |
bpb |
8019862: Fix doclint errors in java.lang.*.
|
changeset |
files
|
Wed, 03 Jul 2013 19:47:15 -0400 |
emc |
8016285: Add java.lang.reflect.Parameter.isNamePresent()
|
changeset |
files
|
Wed, 03 Jul 2013 13:30:46 -0700 |
bpb |
8019857: Fix doclint errors in java.util.Format*
|
changeset |
files
|
Wed, 03 Jul 2013 14:35:10 -0700 |
vinnie |
Merge
|
changeset |
files
|
Tue, 02 Jul 2013 16:38:09 -0700 |
vinnie |
7165807: Non optimized initialization of NSS crypto library leads to scalability issues
|
changeset |
files
|
Wed, 03 Jul 2013 12:51:45 -0700 |
juh |
8019772: Fix doclint issues in javax.crypto and javax.security subpackages
|
changeset |
files
|
Wed, 03 Jul 2013 21:19:25 +0200 |
psandoz |
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
|
changeset |
files
|
Wed, 03 Jul 2013 11:35:06 -0700 |
twisti |
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
|
changeset |
files
|
Wed, 03 Jul 2013 11:58:10 +0200 |
psandoz |
8019481: Sync misc j.u.c classes from 166 to tl
|
changeset |
files
|
Wed, 03 Jul 2013 11:58:09 +0200 |
psandoz |
8011427: java.util.concurrent collection Spliterator implementations
|
changeset |
files
|
Tue, 02 Jul 2013 15:58:09 -0700 |
mchung |
8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
|
changeset |
files
|