Tobias Hartmann
5369087363
Merge
2015-05-29 12:49:32 +02:00
Staffan Larsen
6329a86bca
8080991: Compilation error with recent clang in java.base/share/native/launcher/main.c: error: comparison of array 'const_jargs' not equal to a null pointer is always true
...
Reviewed-by: ksrini, ddehaven
2015-05-28 14:54:58 -07:00
Roger Riggs
6c70d53d16
8075678: java.time javadoc error in DateTimeFormatter::parsedLeapSecond
...
8075676: java.time package javadoc typos
8068276: java.time.chrono.HijrahChronology.eraOf() assertions may lead to misunderstanding
Reviewed-by: lancea, scolebourne
2015-05-28 17:37:33 -04:00
Alejandro Murillo
4ac46201b7
Merge
2015-05-28 11:37:14 -07:00
Joe Darcy
5aee5a8ee7
8081359: Update bug reporting URL
...
Reviewed-by: lancea
2015-05-28 11:31:40 -07:00
Xueming Shen
91868186b0
8038310: Re-examine integration of extended Charsets
...
To use ServiceLoader to load the extended charsets
Reviewed-by: alanb, mchung
2015-05-28 10:00:51 -07:00
Alexander Stepanov
60ea3cb98f
8040147: minor cleanup for docs
...
Minor cleanup for docs
Reviewed-by: lancea
2015-05-26 18:31:21 +04:00
Jaroslav Bachorik
183dd96318
8080663: Use sun.misc.SharedSecrets to allow access from java.management to @ConstructorProperties
...
Reviewed-by: alanb, mchung, dfuchs
2015-05-26 11:57:51 +02:00
Sean Mullan
af164e7926
8065233: Remove Policy provider code that synchronizes on identityPolicyEntries List
...
Reviewed-by: weijun
2015-05-24 08:54:38 -04:00
Mandy Chung
efeb942f9f
8074431: Remove native2ascii tool
...
Reviewed-by: erikj, alanb, okutsu, mfang, naoto
2015-05-22 16:43:39 -07:00
Joe Darcy
0de6f9f413
8080901: Replace package.html files with package-info.java in the java.base module
...
Reviewed-by: lancea, alanb, vinnie
2015-05-22 10:45:59 -07:00
Xueming Shen
d1d75812b0
8064736: Part of java.util.jar.JarFile spec looks confusing with references to Zip
...
Update the api doc for entries()/stream() accordingly
Reviewed-by: alanb
2015-05-22 08:56:33 -07:00
Roger Riggs
3788afad1f
8074818: Resolve disabled warnings for libjava
...
8080007: Stop ignoring warnings for libjava
Reviewed-by: alanb, erikj
2015-05-22 10:12:18 -04:00
Tobias Hartmann
adb5f5e10f
Merge
2015-05-22 09:50:33 +02:00
Xueming Shen
9e2b6dfd08
8080248: Coding regression in HKSCS charsets
...
To update the sp correctly when encoding supplementary characters
Reviewed-by: martin
2015-05-21 15:42:30 -07:00
Brian Burkhalter
457be276d8
8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
...
Replace f[data]sync(fd) with fcntl(fd, F_FULLSYNC) on OS X.
Reviewed-by: alanb
2015-05-21 09:57:59 -07:00
Vladimir Ivanov
47a5823eae
8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, stefank, twisti
2015-05-21 18:23:01 +03:00
Sean Mullan
d29a80d711
8055753: Use ConcurrentHashMap to map ProtectionDomain to PermissionCollection
...
Reviewed-by: weijun
2015-05-21 07:17:36 -04:00
Rob McKenna
efc37c5e71
8077155: LoginContext Subject ignored by jdk8 sun.net.www.protocol.http.HttpURLConnection
...
Reviewed-by: michaelm
2015-05-20 18:06:31 +01:00
Rob McKenna
9cecb7f70a
8077822: javac does not recognize '*.java' as file if '-J' option is specified
...
Reviewed-by: ksrini
2015-05-20 18:03:56 +01:00
Doug Lea
8654e36410
8080623: CPU overhead in FJ due to spinning in awaitWork
...
Reviewed-by: chegar, dholmes
2015-05-20 14:50:57 +02:00
Joe Darcy
5899576955
8075284: fix up miscellaneous TM constructions
...
Reviewed-by: lancea
2015-05-19 13:30:03 -07:00
Brian Burkhalter
a6ad9cd49a
8080629: (fs) Re-enable ability to fsync() on directories even though read()s on those directories may fail
...
Revert fix applied to resolve JDK-8066915.
Reviewed-by: alanb
2015-05-19 07:12:10 -07:00
Alexander Stepanov
30cda926e9
8080422: some docs cleanup for core libs
...
Some docs cleanup
Reviewed-by: rriggs, lancea
2015-05-19 16:04:14 +04:00
Ivan Gerasimov
43b2601a96
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
...
Reviewed-by: martin, chegar
2015-05-18 19:15:50 +03:00
Ivan Gerasimov
7e89934d9e
8080522: Optimize string operations in java.base/share/classes/sun/security/x509/
...
Reviewed-by: mullan
2015-05-18 17:38:38 +03:00
Joe Darcy
9fe30fb118
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
...
Reviewed-by: lancea
2015-05-17 11:04:01 -07:00
Peter Levart
f79ca89ac7
8074002: java.time.ZoneId.systemDefault() should be faster
...
Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
2015-05-17 18:49:21 +02:00
Ivan Gerasimov
cbe55b316e
8071571: Move substring of same string to slow path
...
Reviewed-by: martin
2015-05-15 22:10:29 +03:00
Vladimir Ivanov
6652d6ac33
8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
...
Reviewed-by: roland, psandoz, plevart, kbarrett, jrose
2015-05-15 19:23:27 +03:00
Claes Redestad
608c2ef496
8061254: SPECjvm2008-XML performance regressions in 9-b33
...
Reviewed-by: alanb, shade
2015-05-15 16:09:55 +02:00
Valerie Peng
d296137c20
8038084: CertStore needs a way to add new CertStore types
...
Removed internal helper classes and reflection usage for LDAP CertStore.
Reviewed-by: mullan
2015-05-15 01:14:25 +00:00
Naoto Sato
8f571ff813
8080342: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
...
Reviewed-by: lancea
2015-05-14 09:50:30 -07:00
Phil Race
95cc940989
Merge
2015-05-13 08:37:34 -07:00
Jeremy Manson
292354a1fe
8079841: Buffer underflow with empty zip entry names
...
Check for zero-length entry name before accessing "last" byte
Reviewed-by: sherman, martin
2015-05-12 14:39:36 -07:00
Sean Mullan
5dbc7756f6
8075706: Policy implementation does not allow policy.provider to be on the class path
...
Reviewed-by: alanb, mchung
2015-05-12 13:13:06 -04:00
Pavel Rappo
431c16c78d
8029689: (spec) Reader.read(char[], int, int) throws unspecified IndexOutOfBoundsException
...
Reviewed-by: chegar, lancea
2015-05-12 13:59:31 +01:00
Paul Sandoz
0e7987c721
8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: martin, dholmes
2015-05-12 10:50:40 +02:00
Joe Darcy
7ceb605aa6
8053918: make the spec for @Documented comprehensible
...
Reviewed-by: jjg, abuckley
2015-05-11 17:54:03 -07:00
Sean Mullan
96b94e09d7
8034820: Wrong isAssignableFrom test when adding Principal to Subject
...
Reviewed-by: valeriep
2015-05-11 07:03:24 -04:00
Brian Burkhalter
c0d7208b4b
8065109: (fs spec) Files.newBufferedWriter doesn't specify SecurityException for DELETE_ON_CLOSE option
...
Add to specification of newBufferedWriter() and write() methods that the DELETE_ON_CLOSE option triggers invoking checkDelete().
Reviewed-by: alanb
2015-05-07 16:12:10 -07:00
Naoto Sato
9a104f4c57
8079186: Add 'localeServiceProvider' target in the class description of RuntimePermission
...
Reviewed-by: mullan
2015-05-07 08:55:17 -07:00
Alexander Stepanov
1e20f048f1
8079478: some docs cleanup for sun.security
...
Some docs cleanup
Reviewed-by: weijun
2015-05-06 21:15:07 +04:00
Jason Uh
53ae2943eb
8058543: Certificate returns null Subject Alternative Name if it is an X400Address type
...
Reviewed-by: weijun
2015-05-05 14:44:39 -07:00
Phil Race
b8cf472fe8
Merge
2015-05-05 13:29:31 -07:00
Vinnie Ryan
99e090089e
8079129: NullPointerException in PKCS#12 Keystore in PKCS12KeyStore.java
...
Reviewed-by: weijun
2015-05-05 17:55:16 +01:00
Alejandro Murillo
bc6eae682e
Merge
2015-05-05 08:11:41 -07:00
Peter Levart
b308a894cf
8074003: java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
...
Make epochSecond part of ZoneOffsetTransition so it doesn't have to be recomputed frequently
Reviewed-by: scolebourne, rriggs
2015-05-04 10:13:19 +02:00
Aleksei Efimov
c565cf62f8
8077685: (tz) Support tzdata2015d
...
Reviewed-by: okutsu
2015-05-02 22:51:45 +03:00
Alejandro Murillo
c185e9a5bf
Merge
2015-05-01 03:56:04 -07:00