Sean Coffey
|
411683f3a7
|
8019979: Replace CheckPackageAccess test with better one from closed repo
Reviewed-by: mullan
|
2013-07-09 16:00:41 +01:00 |
|
Doug Lea
|
4fd805da91
|
8019370: Sync j.u.c Fork/Join from 166 to tl
Reviewed-by: chegar, martin
|
2013-07-09 16:04:25 +02:00 |
|
Brian Goetz
|
320200e8b7
|
8019551: Make BaseStream public
Reviewed-by: chegar, psandoz
|
2013-07-09 10:44:49 +02:00 |
|
Paul Sandoz
|
2409f0944c
|
8017141: java.util/stream Spliterators from sequential sources should not catch OOME
Reviewed-by: mchung
|
2013-07-09 09:15:57 +02:00 |
|
Joe Darcy
|
0fb5272229
|
8020095: Fix doclint warnings in java.util.regex
Reviewed-by: mchung
|
2013-07-08 22:43:36 -07:00 |
|
Jason Uh
|
dfb135dd14
|
8020091: Fix HTML doclint issues in java.io
Reviewed-by: darcy
|
2013-07-08 19:24:22 -07:00 |
|
Valerie Peng
|
3af3e5bf85
|
Merge
|
2013-07-08 11:11:07 -07:00 |
|
Anthony Scarpino
|
bc2fd2fe9c
|
6755701: SunJCE DES/DESede SecretKeyFactory.generateSecret throws InvalidKeySpecExc if passed SecretKeySpec
Reviewed-by: valeriep, wetmore, xuelei
|
2013-07-08 10:20:46 -07:00 |
|
Erik Helin
|
6085f712f8
|
8010734: NPG: The test MemoryTest.java needs to be updated to support metaspace
Reviewed-by: alanb
|
2013-07-08 11:30:44 +02:00 |
|
Bradford Wetmore
|
2c7b97640d
|
8019341: Update CookieHttpsClientTest to use the newer framework
Reviewed-by: xuelei, smarks, michaelm
|
2013-07-05 18:22:58 -07:00 |
|
Lana Steuck
|
18748d45b6
|
Merge
|
2013-07-05 14:37:41 -07:00 |
|
Valerie Peng
|
c4932212fc
|
7196805: DH Key interoperability testing between SunJCE and JsafeJCE not successful
Check equality based on component values instead of encoding which may vary due to optional components
Reviewed-by: weijun
|
2013-07-05 13:56:12 -07:00 |
|
Valerie Peng
|
3c38993366
|
8012637: Adjust CipherInputStream class to work in AEAD/GCM mode
Ensure the Cipher.doFinal() is called only once
Reviewed-by: xuelei
|
2013-07-05 13:53:37 -07:00 |
|
Sean Mullan
|
9643931f86
|
Merge
|
2013-07-05 16:30:08 -04:00 |
|
Lana Steuck
|
23a17dfafa
|
Merge
|
2013-07-05 13:28:17 -07:00 |
|
Sean Mullan
|
e8695e26e4
|
8011547: Update XML Signature implementation to Apache Santuario 1.5.4
Reviewed-by: xuelei
|
2013-07-05 15:54:42 -04:00 |
|
Shi Jun Zhang
|
2e28a006d8
|
8019381: HashMap.isEmpty is non-final, potential issues for get/remove
Reviewed-by: chegar, mduigou
|
2013-07-05 10:51:54 +08:00 |
|
Brian Goetz
|
fd97f9873a
|
8017231: Add StringJoiner.merge
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: psandoz, alanb
|
2013-07-04 20:00:20 +01:00 |
|
Alan Bateman
|
fac53ff2dc
|
8019622: (sl) ServiceLoader.next incorrect when creation and usages are in different contexts
Reviewed-by: mchung, ahgross, forax, psandoz
|
2013-07-04 14:38:44 +01:00 |
|
Brian Burkhalter
|
095614ee2c
|
8019862: Fix doclint errors in java.lang.*
Fix doclint errors in java.lang.*
Reviewed-by: darcy
|
2013-07-03 17:08:14 -07:00 |
|
Eric McCorkle
|
a58f094d40
|
8016285: Add java.lang.reflect.Parameter.isNamePresent()
Add isNamePresent method to parameter reflection library, which indicates whether or real parameter data is available
Reviewed-by: darcy
|
2013-07-03 19:47:15 -04:00 |
|
Brian Burkhalter
|
c70d472774
|
8019857: Fix doclint errors in java.util.Format*
Fix doclint errors in java.util.Format*.
Reviewed-by: darcy
|
2013-07-03 13:30:46 -07:00 |
|
Vinnie Ryan
|
93a8ac2246
|
Merge
|
2013-07-03 14:35:10 -07:00 |
|
Jason Uh
|
d0f08f7987
|
8019772: Fix doclint issues in javax.crypto and javax.security subpackages
Reviewed-by: darcy
|
2013-07-03 12:51:45 -07:00 |
|
Paul Sandoz
|
355205b8a5
|
8017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).parallel().iterator() is empty
Reviewed-by: alanb
|
2013-07-03 21:19:25 +02:00 |
|
Christian Thalinger
|
22d32e76ce
|
8019184: MethodHandles.catchException() fails when methods have 8 args + varargs
Reviewed-by: jrose
|
2013-07-03 11:35:06 -07:00 |
|
Sylvestre Ledru
|
eeba729b55
|
8019833: Wrong JNI error code for preexisting JVM
Return the appropriate JNI error message (instead of the generic one) when the JVM is already started
Reviewed-by: coleenp, hseigel
|
2013-07-03 13:45:39 -04:00 |
|
Johnny Chen
|
f530400e5c
|
8014497: [parfait] Potential null pointer dereference in jdk/src/share/native/sun/java2d/cmm/lcms/cmsgamma.c
Reviewed-by: bae, prr
|
2013-07-03 10:22:13 -07:00 |
|
James Laskey
|
8ebb701354
|
8011629: Object.defineProperty performance issue
Reviewed-by: sundar, attila
|
2013-07-03 13:41:18 -03:00 |
|
Attila Szegedi
|
75501c6993
|
8017768: allow dot as inner class name separator for Java.type
Reviewed-by: jlaskey, sundar
|
2013-07-03 18:10:12 +02:00 |
|
Sergey Bylokhov
|
45d608aa5b
|
8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
Reviewed-by: prr, flar
|
2013-07-03 19:00:10 +04:00 |
|
Athijegannathan Sundararajan
|
1e6e9dc0c6
|
8019814: Add regression test for passing cases
Reviewed-by: jlaskey, lagergren
|
2013-07-03 19:20:29 +05:30 |
|
Marcus Lagergren
|
047d1b732f
|
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
|
2013-07-03 15:46:03 +02:00 |
|
Athijegannathan Sundararajan
|
72a7034a41
|
8019805: for each (init; test; modify) is invalid
Reviewed-by: lagergren, jlaskey
|
2013-07-03 17:26:31 +05:30 |
|
Marcus Lagergren
|
62fb002570
|
8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
Reviewed-by: sundar, attila
|
2013-07-03 13:03:36 +02:00 |
|
Attila Szegedi
|
92bcfea39a
|
8010946: AccessControl.doPrivileged is broken when called from js script
Reviewed-by: jlaskey, sundar
|
2013-07-03 12:39:28 +02:00 |
|
Doug Lea
|
1001452ba9
|
8019481: Sync misc j.u.c classes from 166 to tl
Reviewed-by: martin
|
2013-07-03 11:58:10 +02:00 |
|
Doug Lea
|
efb561f632
|
8011427: java.util.concurrent collection Spliterator implementations
Reviewed-by: martin
|
2013-07-03 11:58:09 +02:00 |
|
Goetz Lindenmaier
|
6514fe6794
|
8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return
Reviewed-by: sspitsyn, kvn
|
2013-07-03 11:25:06 +02:00 |
|
Athijegannathan Sundararajan
|
6dfb638284
|
8019791: ~ is a unary operator
Reviewed-by: hannesw
|
2013-07-03 14:08:00 +05:30 |
|
Erik Joelsson
|
2fc3e67418
|
8012146: Improve tool support
Reviewed-by: ksrini, dholmes, alanb, anthony
|
2013-07-03 10:14:02 +02:00 |
|
Athijegannathan Sundararajan
|
5ccee02c35
|
8019783: typeof does not work properly for java methods and foreign objects
Reviewed-by: hannesw
|
2013-07-03 13:13:17 +05:30 |
|
Christian Thalinger
|
3fb7de3d0d
|
Merge
|
2013-07-02 22:51:23 -07:00 |
|
Christian Thalinger
|
90c790728d
|
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual
Reviewed-by: kvn
|
2013-07-02 20:27:00 -07:00 |
|
David Chase
|
9a359984c2
|
7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32
Add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test
Reviewed-by: kvn, twisti
|
2013-07-02 20:42:12 -04:00 |
|
Volker Simonis
|
4a47ea2602
|
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
Enable new build on Linux/PPC64
Reviewed-by: erikj
|
2013-07-02 17:38:40 -07:00 |
|
Volker Simonis
|
2304036211
|
8017568: PPC64: Generic build preparations needed to enable new build on Linux/PPC64
Enable new build on Linux/PPC64
Reviewed-by: erikj
|
2013-07-02 17:38:10 -07:00 |
|
Goetz Lindenmaier
|
8cc4fad115
|
8019518: PPC64 (part 103): cppInterpreter: implement support for compressed Oops
Reviewed-by: kvn, coleenp
|
2013-07-03 01:41:42 +02:00 |
|
Vinnie Ryan
|
118272d2e9
|
7165807: Non optimized initialization of NSS crypto library leads to scalability issues
Reviewed-by: mullan, valeriep
|
2013-07-02 16:38:09 -07:00 |
|
Goetz Lindenmaier
|
7c47a187f2
|
8019517: PPC64 (part 102): cppInterpreter: implement G1 support
Reviewed-by: kvn
|
2013-07-03 01:29:13 +02:00 |
|