Sean Mullan
f78a742b53
8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes
...
Reviewed-by: vinnie
2016-08-26 08:16:42 -04:00
Athijegannathan Sundararajan
ab6aaea20a
8147491: module graph consistency checks after jlink plugins operate on module pool
...
Reviewed-by: jlaskey, mchung, psandoz
2016-08-26 11:50:36 +05:30
Sean Mullan
c2f0a9479f
8150158: Update bugs.sun.com references to bugs.java.com
...
Reviewed-by: ascarpino
2016-08-25 17:08:15 -04:00
Sean Mullan
83c2e4ef3c
8151893: Add security property to configure XML Signature secure validation mode
...
Reviewed-by: jnimeh, xuelei
2016-08-25 15:06:26 -04:00
Claes Redestad
92d448522a
8164739: Remove computation of predefined interpreter forms
...
Reviewed-by: vlivanov
2016-08-25 13:29:47 +02:00
Alan Bateman
97fca016ab
8066943: (fs) Path.relativize() gives incorrect result for ".."
...
Reviewed-by: prappo, bpb
2016-08-25 10:01:20 +01:00
Srinivas Dama
7b8ef7554e
8163793: jlink has typo in copy-files plugin help text example
...
Reviewed-by: sundar, redestad
2016-08-25 09:43:46 +05:30
Doug Lea
4c999ed180
8163353: NPE in ConcurrentHashMap.removeAll()
...
Reviewed-by: martin, psandoz, redestad, alanb
2016-08-24 12:50:37 -07:00
Sean Coffey
dde76394d5
8150530: Improve javax.crypto.BadPaddingException messages
...
Reviewed-by: xuelei
2016-08-24 17:57:20 +01:00
Claes Redestad
60754ca0fb
8164569: Generate non-customized invoker forms at link time
...
Reviewed-by: vlivanov
2016-08-24 16:11:21 +02:00
Claes Redestad
5431436909
8164483: Generate field lambda forms at link time
...
Reviewed-by: vlivanov
2016-08-24 16:09:34 +02:00
Claes Redestad
338343e0e1
8164669: Lazier initialization of java.time
...
Reviewed-by: scolebourne, chegar, alanb
2016-08-24 13:54:17 +02:00
Weijun Wang
dfa00059e2
8164656: krb5 does not retry if TCP connection timeouts
...
Reviewed-by: xuelei
2016-08-24 13:32:00 +08:00
Steve Drach
3a04923cad
8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
...
Reviewed-by: alanb, psandoz
2016-08-23 11:26:41 -07:00
Brent Christian
496a6f67d6
7180225: SecurityExceptions not defined in some class loader methods
...
Reviewed-by: mchung, mullan
2016-08-23 10:49:15 -07:00
Lance Andersen
928ca9c5d2
8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource
...
Reviewed-by: darcy
2016-08-23 10:30:16 -04:00
Robert Field
738e2b4297
8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple
...
Reviewed-by: jlahoda
2016-08-22 19:28:36 -07:00
Joe Darcy
d6dfc0bef3
8164524: Correct inconsistencies in floating-point abs spec
...
Reviewed-by: martin, bpb
2016-08-22 17:22:09 -07:00
Steve Drach
4a9aefb851
8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
...
Reviewed-by: psandoz
2016-08-18 17:18:21 -07:00
Ivan Gerasimov
1487578b08
8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
...
Reviewed-by: scolebourne, ntv, coffeys
2016-08-22 22:16:54 +03:00
Sean Mullan
ffafa6e0c8
8164397: Provide javadoc descriptions for the jdk.security.auth and jdk.security.jgss modules
...
Reviewed-by: weijun, xuelei
2016-08-22 08:50:40 -04:00
Claes Redestad
86a27697b7
8164525: Re-examine zero form link time pre-generation
...
Reviewed-by: vlivanov, forax
2016-08-22 12:57:43 +02:00
Peter Levart
4d94193435
Merge
2016-08-22 13:36:33 +02:00
Peter Levart
b0aa08888c
8164547: Make java.lang.reflect.ClassLoaderValue public for internal use
...
Move it to jdk.internal.loader and make it public
Reviewed-by: shade, alanb
2016-08-22 13:16:51 +02:00
Lance Andersen
3337ddec8d
8164515: Add back javadoc module description for java.se.ee
...
Reviewed-by: tbell
2016-08-22 06:52:58 -04:00
Rachna Goel
b19bd0a798
8135055: java.util.Date.after(java.sql.Timestamp ) does not return correct results
...
Reviewed-by: okutsu
2016-08-22 15:17:11 +09:00
Rachna Goel
97f26b2097
8163350: LocaleProviderAdapter Preference list retrieved is wrong, when -Djava.locale.providers=COMPAT
...
Reviewed-by: naoto, okutsu
2016-08-22 14:55:11 +09:00
Valerie Peng
55b1ffa690
8078661: [SunPKCS11] Fails to cast into RSAPrivateCrtKey after RSA KeyPair Generation
...
Changed to check all components instead of only the public exponent for RSA CRT key determination
Reviewed-by: vinnie
2016-08-19 23:24:23 +00:00
Vinnie Ryan
17e5e3f34b
8164494: SunPKCS11 requires a non-empty PBE password
...
Reviewed-by: valeriep
2016-08-19 22:15:32 +01:00
Claes Redestad
069573f635
8164485: Zero forms not properly generated
...
Reviewed-by: psandoz
2016-08-19 17:46:44 +02:00
David Dehaven
353a8c13d0
Merge
2016-08-19 10:41:29 -07:00
Chris Hegarty
2f2de77c1d
8156841: sun.security.pkcs11.SunPKCS11 poller thread retains a strong reference to the context class loader
...
Reviewed-by: dfuchs, jnimeh, valeriep
2016-08-19 18:06:46 +01:00
David Dehaven
9c8bd63007
Merge
2016-08-19 08:47:12 -07:00
Claes Redestad
4316d705f2
8164451: Generate all zero and identity forms at link time
...
Reviewed-by: shade, mhaupt, vlivanov
2016-08-19 13:50:03 +02:00
Michael Haupt
22e95f995a
8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
...
Reviewed-by: redestad
2016-08-19 10:03:43 +02:00
Yasumasa Suenaga
a5859015a8
8164326: jrtfsviewer.js and jrtls.js does not work
...
Reviewed-by: sherman, sundar
2016-08-19 16:29:41 +09:00
Valerie Peng
c846a862ee
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
...
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
2016-08-19 06:27:54 +00:00
Tagir F. Valeev
d7fd2d9166
8164189: Collectors.toSet() parallel performance improvement
...
Reviewed-by: shade, psandoz
2016-08-18 17:30:49 -07:00
Ivan Gerasimov
de29b8a394
8153438: Avoid repeated "Please insert a smart card" popup windows
...
Reviewed-by: vinnie, valeriep
2016-08-19 01:41:54 +03:00
Lance Andersen
07e13d14af
8164394: Minor correction in Java API doc for DataSource
...
Reviewed-by: darcy, jjg, tbell
2016-08-18 17:51:40 -04:00
Jamil Nimeh
6328491634
8162808: Add references to the standard JSSE cipher suite names in javadoc
...
Add hyperlinks to the cipher suite section of the Standard Names documentation for various SSL class methods when they reference cipher suites by name
Reviewed-by: xuelei, mullan
2016-08-18 12:48:23 -07:00
Ivan Gerasimov
25ff06c014
8163517: Various cleanup in java.io code
...
Reviewed-by: shade, rriggs, redestad
2016-08-18 22:07:09 +03:00
Lance Andersen
7cb94a8bf8
8138661: Minor correction in Java API doc for DataSource
...
Reviewed-by: naoto
2016-08-18 15:05:02 -04:00
Claes Redestad
9dcafe04f0
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
...
Reviewed-by: vlivanov, mhaupt, shade
2016-08-18 19:00:39 +02:00
Lance Andersen
004433bf70
8161965: Create initial javadoc description for modules
...
Reviewed-by: mchung, alanb, abuckley
2016-08-18 12:39:23 -04:00
Anthony Scarpino
697ec31ecf
8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission
...
Reviewed-by: mullan, jnimeh
2016-08-17 16:03:52 -07:00
Vinnie Ryan
5343687991
6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE
...
Reviewed-by: xuelei, ascarpino, wetmore
2016-08-17 21:14:39 +01:00
Weijun Wang
68ec99774e
8141411: keytool can wrongly parse the start date value given by the -startdate option
...
Reviewed-by: xuelei
2016-08-16 21:28:10 +08:00
Dmitry Markov
85a2347cb5
8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
...
Reviewed-by: serb
2016-08-16 11:13:46 +03:00
Nishit Jain
10179e0d9b
8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
...
Reviewed-by: naoto, okutsu, peytoia
2016-08-16 15:26:41 +09:00