Jesper Wilhelmsson
|
cda0d67617
|
Merge
|
2019-01-16 20:53:09 +01:00 |
|
Weijun Wang
|
1d014da14b
|
8215694: keytool cannot generate RSASSA-PSS certificates
Reviewed-by: xuelei
|
2019-01-16 11:25:55 +08:00 |
|
Joe Darcy
|
38cf9d76c8
|
8217000: Refactor Class::methodToString
Reviewed-by: smarks
|
2019-01-15 19:10:40 -08:00 |
|
Jesper Wilhelmsson
|
a8c5f1e59a
|
Merge
|
2019-01-15 22:54:09 +01:00 |
|
Roger Riggs
|
0ec2218c50
|
8202675: Replace process-wide terminology in serial filtering to be consistent
Reviewed-by: alanb, lancea
|
2019-01-15 15:56:41 -05:00 |
|
Jesper Wilhelmsson
|
528bc73ca4
|
Merge
|
2019-01-14 23:05:26 +01:00 |
|
Philipp Kunz
|
c7f16b4b1d
|
8216362: Better error message handling when there is an invalid Manifest
Reviewed-by: lancea, rriggs, mullan
|
2019-01-14 16:35:16 -05:00 |
|
Brian Burkhalter
|
8b0048861b
|
8216172: File.renameTo(File dest) should check for NPE at the very beginning
Reviewed-by: lancea
|
2019-01-11 08:20:25 -08:00 |
|
Joe Darcy
|
01547499e7
|
8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException
Reviewed-by: dholmes
|
2019-01-11 08:32:44 -08:00 |
|
Vicente Romero
|
0032475ef1
|
8215648: remove equals and hashCode implementations from j.l.i.VarHandle
Reviewed-by: mchung
|
2019-01-11 09:02:44 -05:00 |
|
Jim Laskey
|
0068f1aaa2
|
8215493: String::indent inconsistency with blank lines
Reviewed-by: rriggs, smarks
|
2019-01-09 18:17:36 -04:00 |
|
Jim Laskey
|
eeca4576d2
|
8215489: Remove String::align
Reviewed-by: vromero, sundar
|
2019-01-09 16:41:16 -04:00 |
|
Jim Laskey
|
c7d085fa64
|
8215112: String::transform spec clarification
Reviewed-by: smarks
|
2019-01-09 15:23:11 -04:00 |
|
Vicente Romero
|
eed3a536c0
|
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
Reviewed-by: goetz
|
2019-01-09 08:07:23 -05:00 |
|
Henry Jen
|
776ef6a071
|
Merge
|
2019-01-15 10:55:26 -08:00 |
|
Henry Jen
|
def1ac3acc
|
Merge
|
2018-12-13 11:51:06 -08:00 |
|
Henry Jen
|
d77f96b0b2
|
Merge
|
2018-12-13 11:47:35 -08:00 |
|
Vicente Romero
|
650f3fc113
|
8215300: additional changes to constants API
Reviewed-by: goetz
|
2018-12-13 10:35:09 -05:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Doug Lea
|
3d9ab36ca0
|
8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
Reviewed-by: martin, dholmes
|
2018-12-12 20:13:39 -08:00 |
|
Weijun Wang
|
9136c7d1d0
|
8076190: Customizing the generation of a PKCS12 keystore
Reviewed-by: mullan
|
2018-12-13 11:16:33 +08:00 |
|
Valerie Peng
|
0b05ebed2e
|
7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
Changed Provider class to use ConcurrentHashMap and default providers to use putService()
Reviewed-by: weijun, mullan
|
2018-12-13 01:15:21 +00:00 |
|
Michihiro Horie
|
31fbc28af5
|
8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
Reviewed-by: kvn, rriggs, mdoerr, gromero
|
2018-12-11 20:31:18 -05:00 |
|
Claes Redestad
|
d1ef9b19d7
|
8215159: Improve initial setup of system Properties
Reviewed-by: mchung, rriggs, plevart, briangoetz, robilad
|
2018-12-12 13:28:50 +01:00 |
|
Doug Lea
|
f4016e5582
|
8214457: Miscellaneous changes imported from jsr166 CVS 2018-12
Reviewed-by: martin
|
2018-12-11 19:55:27 -08:00 |
|
Doug Lea
|
8846159987
|
8214427: probable bug in logic of ConcurrentHashMap.addCount()
Reviewed-by: martin, dholmes
|
2018-12-11 19:55:27 -08:00 |
|
Doug Lea
|
6c78aa9571
|
8214559: Use {@systemProperty} for definitions of system properties
Reviewed-by: martin, jjg
|
2018-12-11 19:55:27 -08:00 |
|
Naoto Sato
|
c2364ff9e0
|
8215194: Initial size of UnicodeBlock map is incorrect
Reviewed-by: rriggs, rgoel, igerasim
|
2018-12-11 13:13:18 -08:00 |
|
Stuart Marks
|
7cea6f6ac2
|
8199394: Object.hashCode should not mention anything about memory addresses
Reviewed-by: shade, forax, adinn, rriggs
|
2018-12-11 13:10:14 -08:00 |
|
Daniel Fuchs
|
019a097385
|
8215008: Clear confusion between URL/URI paths and file system paths
Reviewed-by: alanb, chegar, martin
|
2018-12-11 15:09:15 +00:00 |
|
Naoto Sato
|
2648146575
|
8216176: Clarify the singleton description in j.t.c.JapaneseEra class
Reviewed-by: rriggs
|
2019-01-08 10:05:42 -08:00 |
|
Deepak kejriwal
|
6774e567aa
|
8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
|
2018-12-26 17:09:19 +05:30 |
|
Dean Long
|
57dc039131
|
8214583: AccessController.getContext may return wrong value after JDK-8212605
Reviewed-by: mchung, redestad
|
2018-12-18 16:36:26 -08:00 |
|
Martin Buchholz
|
100d5f79a6
|
8215048: Some classloader typos
Reviewed-by: alanb
|
2018-12-09 10:07:18 -08:00 |
|
Vicente Romero
|
9846588b31
|
8210031: implementation for JVM Constants API
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax
|
2018-12-09 12:36:24 -05:00 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05:00 |
|
Stuart Marks
|
4ecdb03864
|
8211882: Broken links in serialized-form.html
Reviewed-by: darcy, lancea
|
2018-12-06 14:34:11 -08:00 |
|
Nishit Jain
|
4a28e27fd2
|
8177552: Compact Number Formatting support
Reviewed-by: naoto, rriggs
|
2018-12-06 12:39:28 +05:30 |
|
Brian Burkhalter
|
4a028afe5e
|
6516099: InputStream.skipFully(int k) to skip exactly k bytes
Reviewed-by: rriggs, bchristi, serb, dfuchs
|
2018-12-05 15:58:46 -08:00 |
|
Roger Riggs
|
f0279fd499
|
8214794: java.specification.version should be only the major version number
Reviewed-by: martin, mchung, bpb
|
2018-12-04 15:22:41 -05:00 |
|
Jonathan Gibbons
|
5067ff8509
|
8214745: Bad link in coll-reference.html
Reviewed-by: martin, bpb, lancea
|
2018-12-03 16:44:57 -08:00 |
|
Jonathan Gibbons
|
99f78427f2
|
8214744: Unnecessary <p> tags in java.util.zip.Deflater
Reviewed-by: mchung, lancea
|
2018-12-03 16:14:15 -08:00 |
|
Erik Österlund
|
3a5bccf5c6
|
8213565: Crash in DependencyContext::remove_dependent_nmethod
Reviewed-by: rehn, kvn
|
2018-11-30 11:40:48 +01:00 |
|
Jesper Wilhelmsson
|
e13cc6d3a6
|
Merge
|
2019-01-10 21:52:33 +01:00 |
|
Philipp Kunz
|
44ba433328
|
8216362: Better error message handling when there is an invalid Manifest
Reviewed-by: lancea, rriggs, mullan
|
2019-01-10 14:32:56 -05:00 |
|
Jesper Wilhelmsson
|
67a5fc2529
|
Merge
|
2019-01-09 22:59:49 +01:00 |
|
Aleksey Shipilev
|
f44e59355c
|
8216302: StackTraceElement::fill_in can use cached Class.name
Reviewed-by: coleenp, dholmes, mchung
|
2019-01-09 20:28:16 +01:00 |
|
Ivan Gerasimov
|
79c92eadc3
|
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
Reviewed-by: martin, rriggs
|
2019-01-09 10:59:37 -08:00 |
|
Ivan Gerasimov
|
12bc8196d4
|
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
Reviewed-by: clanger
|
2019-01-09 06:18:33 -08:00 |
|
Claes Redestad
|
68884330e1
|
8215995: Add specialized toArray methods to immutable collections
Reviewed-by: martin, smarks
|
2019-01-09 01:06:19 +01:00 |
|