Joe Darcy
d112215fc2
8078467: Update core libraries to use diamond with anonymous classes
...
Reviewed-by: mchung, alanb
2015-04-23 09:32:35 -07:00
Xue-Lei Andrew Fan
b7bf7fd3fd
8076328: Enforce key exchange constraints
...
Reviewed-by: wetmore, igerasim, ahgross, asmotrak
2015-04-22 05:09:54 +00:00
Rob McKenna
7ee95a458c
8075738: Better multi-JVM sharing
...
Reviewed-by: michaelm
2015-04-21 20:33:34 +01:00
Vladimir Ivanov
ad2c8376dd
8078290: Customize adapted MethodHandle in MH.invoke() case
...
Reviewed-by: jrose
2015-04-21 21:06:06 +03:00
Severin Gehwolf
d604ad29ba
6991580: IPv6 Nameservers in resolv.conf throws NumberFormatException
...
Reviewed-by: michaelm, andrew
2015-04-21 14:36:57 +01:00
Chris Hegarty
e028ed3a21
8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
...
Reviewed-by: alanb, psandoz
2015-04-21 14:23:58 +01:00
Brent Christian
b5af5771c7
8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException
...
Add missing @throws tags
Reviewed-by: dholmes, lancea
2015-04-17 12:49:51 -07:00
Jason Uh
454ec2e69d
7194452: Remove "Reverse" PKIX CertPathBuilder implementation
...
Reviewed-by: mullan
2015-04-17 11:51:47 -07:00
Vladimir Ivanov
f0f9b42b17
8057967: CallSite dependency tracking scales devastatingly poorly
...
Reviewed-by: jrose, roland, plevart, shade
2015-04-17 18:15:13 +03:00
Chris Hegarty
6716f24c45
8076405: Improve serial serialization
...
Reviewed-by: alanb, igerasim
2015-04-17 15:36:32 +01:00
Chris Hegarty
4799f0adcd
8076401: Serialize OIS data
...
Reviewed-by: alanb, igerasim
2015-04-17 15:28:44 +01:00
Masayoshi Okutsu
204901217f
7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
...
Reviewed-by: peytoia
2015-04-17 16:50:16 +09:00
Sergey Bylokhov
e79b50f322
8076264: [macosx] Launching app on MacOSX requires enclosing class
...
Reviewed-by: azvegint, ksrini
2015-04-16 21:55:55 +03:00
Naoto Sato
5b2c289414
8076287: Performance degradation observed with TimeZone Benchmark
...
Reviewed-by: okutsu
2015-04-16 08:25:19 -07:00
Magnus Ihse Bursie
41b53b0d3c
8077847: Better handling of Windows executable manifest version
...
Reviewed-by: erikj, tbell
2015-04-16 14:48:11 +02:00
Henry Jen
3bef36626e
Merge
2015-04-15 07:33:34 -07:00
Artem Smotrakov
71f032b764
8043202: Prohibit RC4 cipher suites
...
Reviewed-by: xuelei
2015-04-15 13:15:16 +03:00
Zoltan Majo
9700d9c1fa
Merge
2015-04-15 07:49:25 +00:00
Zoltan Majo
b15381aaba
8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
...
Change restore mechanism in GCTR.java to avoid setting counter to null; added length check to constructor
Reviewed-by: jrose, kvn, ascarpino
2015-04-15 09:37:51 +02:00
Artem Smotrakov
dc99c45870
8076221: Disable RC4 cipher suites
...
Reviewed-by: xuelei, wetmore
2015-04-15 07:34:24 +00:00
Jason Uh
31a7b46b00
8076117: EndEntityChecker should not process custom extensions after PKIX validation
...
Reviewed-by: xuelei, mullan
2015-04-14 13:02:23 -07:00
David Dehaven
8130b5c80f
Merge
2015-04-14 10:15:54 -07:00
Michael Haupt
2e8fb0e5de
8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
...
Reviewed-by: vlivanov
2015-04-14 18:26:01 +03:00
Vladimir Ivanov
c9ac987bf3
8076461: JSR292: remove unused native and constants
...
Reviewed-by: jrose, vlivanov
2015-04-14 18:16:02 +03:00
Vladimir Ivanov
4097393258
8057919: Class.getSimpleName() should work for non-JLS compliant class names
...
Reviewed-by: dholmes, jrose
2015-04-14 18:03:12 +03:00
Vladimir Ivanov
bc83974fb5
8077054: DMH LFs should be customizeable
...
Reviewed-by: jrose
2015-04-14 17:59:52 +03:00
Xueming Shen
a0fedc8556
8077640: DateTimeFormatter does not parse/accept the era.toString() result from MinguoEra/ThaiBuddhistEra
...
To parse and accept the era.toString() for era parsing in lenient/smart mode
Reviewed-by: rriggs
2015-04-13 11:15:41 -07:00
Vinnie Ryan
1b7102b9ea
8077546: Restore the change to OCSPResponse in the fix for JDK-8074064
...
Reviewed-by: chegar
2015-04-11 18:04:10 +01:00
Vinnie Ryan
8b41866506
8075374: Responding to OCSP responses
...
Reviewed-by: mullan
2015-04-10 18:34:57 +01:00
Weijun Wang
2d5fbe3e4d
8047789: auth.login.LoginContext needs to be updated to work with modules
...
Reviewed-by: mullan, mchung, alanb
2015-04-10 09:15:34 +08:00
Alexander Stepanov
be039332c8
8076223: Rest of tidy warning in javax.security / java.security
...
Minor HTML markup fix for documentation
Reviewed-by: xuelei
2015-04-09 16:31:55 +04:00
Staffan Larsen
c569683941
8133314: Update launcher.properties to remove reference to hprof
...
Reviewed-by: dholmes, sspitsyn, mchung
2015-08-11 20:38:18 +02:00
Anthony Scarpino
c8b71e6bd3
8064546: CipherInputStream throws BadPaddingException if stream is not fully read
...
Reviewed-by: xuelei
2015-04-08 17:46:43 -07:00
Chris Hegarty
7e6f12e6e9
8076442: Cannot fully read BitSet.stream() if bit Integer.MAX_VALUE is set
...
Reviewed-by: alanb, henryjen
2015-04-07 10:33:08 +01:00
Xueming Shen
2de64493a2
8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
...
To add extra sanity check for entry extra data
Reviewed-by: alanb
2015-04-06 13:41:10 -07:00
Phil Race
475ef86eea
Merge
2015-04-06 10:35:59 -07:00
Valerie Peng
0f2e689f50
8042332: Enhance thread contexts in security libraries
...
Modified to use ManagedLocalsThread wherever applicable.
Reviewed-by: xuelei, skoivu
2015-04-03 23:01:17 +00:00
Jonathan Gibbons
1c198f4faa
8076583: move jdk.Exported from langtools to jdk
...
Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
2015-04-03 15:23:02 -07:00
Vladimir Kozlov
34e5820b03
Merge
2015-04-03 11:41:26 -07:00
Brent Christian
6c5d70bfbc
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
...
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
2015-04-02 12:33:03 -07:00
Mikael Vidstedt
7b1455163e
8074840: Resolve disabled warnings for libjli and libjli_static
...
Reviewed-by: dholmes, ksrini
2015-04-02 11:54:33 -07:00
Nadeesh TV
1795821684
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
...
Reviewed-by: igerasim, rriggs
2015-04-02 14:25:27 -04:00
Valerie Peng
baceaab271
8074865: General crypto resilience changes
...
Replaced Arrays.equals() with MessageDigest.isEqual() when comparing sensitive values
Reviewed-by: mullan, xuelei
2015-04-06 20:24:27 +00:00
David Dehaven
b91f622563
Merge
2015-03-31 16:23:01 -07:00
Andrew Haley
252f04c7fd
8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
...
Use unaligned Unsafe loads and stores for ByteBuffer access on platforms which support unaligned access. Add intrinsics for Unsafe.{get,put}-X-Unaligned methods.
Reviewed-by: dholmes, jrose, psandoz, kvn
2015-03-31 12:30:52 -07:00
Roger Riggs
84eb217450
7021006: (process) Remove disabled clone-exec feature
...
Remove clone implemention on Unix
Reviewed-by: martin, alanb, dholmes
2015-03-30 09:49:26 -04:00
Roger Riggs
adc0b9b8aa
8076184: Cleanup compile/link warnings on Solaris
...
Cleanup reorder-sparc* and jni_util.c files
Reviewed-by: erikj, alanb
2015-03-30 09:45:39 -04:00
Aleksei Efimov
7863bfdf2a
8075667: (tz) Support tzdata2015b
...
Reviewed-by: okutsu
2015-03-30 15:57:39 +03:00
Masayoshi Okutsu
90e30c53bc
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
...
Reviewed-by: naoto
2015-03-30 16:31:18 +09:00
Peter Brunet
a6872dbbfb
8076182: Open Source Java Access Bridge - Create Patch for JEP C127 8055831
...
Move files from open to closed
Reviewed-by: prr, mchung, erikj, ihse, serb, bpatel
2015-03-27 16:13:45 -05:00