Chris Hegarty
|
c5c047de47
|
8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride
Reviewed-by: rriggs, mchung
|
2017-11-07 17:08:59 +00:00 |
|
Mandy Chung
|
25032bad54
|
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
|
2017-11-06 17:48:00 -08:00 |
|
Paul Sandoz
|
2c9ed8e178
|
8188870: Bump classfile version number to 54
Reviewed-by: alanb, dholmes, coleenp, mcimadamore
|
2017-11-03 10:01:08 -07:00 |
|
Sean Coffey
|
0c7be1d9e7
|
8185855: Debug exception stacks should be clearer
Reviewed-by: mullan, ascarpino
|
2017-12-06 14:33:33 +00:00 |
|
Alan Bateman
|
7e9984c112
|
8182742: ClassLoader.getResourceXXX throws NPE when ClassLoader created by defineModulesWithXXX
Reviewed-by: redestad, mchung
|
2017-12-06 08:36:09 +00:00 |
|
Alan Bateman
|
d26e4ff9b5
|
8186736: Spec clarifications for IllegalArgumentException throwing - ModuleLayer.defineX methods
Reviewed-by: mchung
|
2017-12-06 08:33:04 +00:00 |
|
Alan Bateman
|
d960d2031c
|
8192973: Adding "Module Resolution" to javadoc search index
Reviewed-by: mchung, jjg
|
2017-12-06 08:28:46 +00:00 |
|
Nishit Jain
|
fa64310889
|
8187551: MessageFormat.setFormat(int, Format) AIOOBE not thrown when documented
Reviewed-by: naoto, rriggs
|
2017-12-06 11:21:04 +05:30 |
|
Paul Sandoz
|
ed7a7fb89f
|
8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
Reviewed-by: smarks
|
2017-12-05 15:31:50 -08:00 |
|
Claes Redestad
|
c6aa806643
|
8193064: JarFile::getEntry0 method reference use cause for startup regression
Reviewed-by: sherman, mchung
|
2017-12-05 22:26:17 +01:00 |
|
Brent Christian
|
1a819fcd7a
|
8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
Reviewed-by: alanb, mchung
|
2017-12-05 09:44:32 -08:00 |
|
Claes Redestad
|
7759531e5c
|
8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
Reviewed-by: psandoz, sherman
|
2017-12-05 14:25:16 +01:00 |
|
Stuart Marks
|
f4db9575d1
|
8177290: add copy factory methods for unmodifiable List, Set, Map
8184690: add Collectors for collecting into unmodifiable List, Set, and Map
Reviewed-by: alanb, briangoetz, dholmes, jrose, rriggs, scolebourne
|
2017-12-04 11:50:04 -08:00 |
|
Christoph Langer
|
3a458b1aa1
|
8192961: Remove some double semicolons
Reviewed-by: redestad
|
2017-12-04 10:13:58 +01:00 |
|
Vyom Tewari
|
d55fdd6c56
|
8190843: can not set/get extendedOptions to ServerSocket
Reviewed-by: chegar, rriggs
|
2017-12-04 13:24:00 +05:30 |
|
Ivan Gerasimov
|
06331455d2
|
8187985: Broken certificate number in debug output
Reviewed-by: weijun
|
2017-12-03 01:47:23 -08:00 |
|
Doug Lea
|
850b92fa04
|
8187947: A race condition in SubmissionPublisher
Reviewed-by: martin, psandoz
|
2017-12-02 10:08:55 -08:00 |
|
Doug Lea
|
eac77274e8
|
8191937: Lost interrupt in AbstractQueuedSynchronizer when tryAcquire methods throw
Reviewed-by: martin, psandoz
|
2017-12-02 10:03:41 -08:00 |
|
Xueming Shen
|
fad5094503
|
8191918: tomcat gzip-compressed response bodies appear to be broken in update 151
Reviewed-by: psandoz
|
2017-12-01 22:04:03 -08:00 |
|
Paul Sandoz
|
3e26f1114d
|
8186961: Class.getFields() does not return fields of previously visited super interfaces/classes
Reviewed-by: mchung, redestad
|
2017-12-01 17:06:09 -08:00 |
|
Xue-Lei Andrew Fan
|
b657cda289
|
8163237: Restrict the use of EXPORT cipher suites
Reviewed-by: mullan, igerasim, rhalade, jnimeh
|
2017-10-31 00:54:53 +00:00 |
|
Jesper Wilhelmsson
|
b97f1bcb37
|
Merge
|
2017-10-30 21:23:10 +01:00 |
|
Brian Burkhalter
|
5b91b26ccb
|
8190502: (fs) Typo in java.nio.file.Files
S/subsequence/subsequent/g
Reviewed-by: alanb
|
2017-11-03 10:18:28 -07:00 |
|
Brian Burkhalter
|
87eb47a3c8
|
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
Explicitly verify that the channel is open
Reviewed-by: alanb
|
2017-11-03 10:18:27 -07:00 |
|
Alan Bateman
|
693e7e8bf3
|
8186236: ModuleInfoExtender should be ASM6 aware
Reviewed-by: ksrini, mchung, sundar
|
2017-11-02 13:20:21 -07:00 |
|
Kumar Srinivasan
|
105a51b96d
|
8190287: Update JDK's internal ASM to ASMv6
Reviewed-by: alanb, mchung, sundar
|
2017-11-02 13:18:23 -07:00 |
|
Brent Christian
|
ac52bdcdd1
|
8185925: StackFrameInfo::walker field can be replaced with bitmap to save footprint
8153682: StackFrameInfo.declaringClass could be removed
Reviewed-by: coleenp, mchung
|
2017-11-09 11:13:50 -08:00 |
|
Adam Petcher
|
91a1005273
|
8185292: Stricter key generation
Reviewed-by: mullan
|
2017-10-24 09:58:27 -04:00 |
|
Jesper Wilhelmsson
|
3c76c33dba
|
Merge
|
2017-11-07 08:47:47 +01:00 |
|
Claes Redestad
|
1908897b93
|
8221723: Avoid storing zero to String.hash
Reviewed-by: shade, prappo, jiangli
|
2019-04-02 11:24:40 +02:00 |
|
Weijun Wang
|
ae32136711
|
8221801: Update src/java.base/share/legal/public_suffix.md
Reviewed-by: xuelei
|
2019-04-02 11:05:08 +08:00 |
|
Weijun Wang
|
e0f37c15e4
|
8157404: Unable to read certain PKCS12 keystores from SequenceInputStream
Reviewed-by: xuelei
|
2019-04-02 10:17:30 +08:00 |
|
Xue-Lei Andrew Fan
|
2eb8492163
|
8168261: Use server cipher suites preference by default
Reviewed-by: mullan
|
2019-04-01 16:50:17 -07:00 |
|
Brian Burkhalter
|
07991d3f2d
|
8218418: (fs) Files.createSymbolicLink should use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE (win)
Reviewed-by: alanb
|
2019-04-01 15:59:45 -07:00 |
|
Naoto Sato
|
0b2e2ca9bd
|
8174268: Declare a public field in JapaneseEra for the era starting May 2019
Reviewed-by: rriggs, chegar
|
2019-04-01 08:21:45 -07:00 |
|
Naoto Sato
|
2a510a6353
|
8205432: Replace the placeholder Japanese era name
Reviewed-by: rriggs, chegar
|
2019-04-01 08:19:21 -07:00 |
|
Weijun Wang
|
61485b75a9
|
8221257: Improve serial number generation mechanism for keytool -gencert
Reviewed-by: xuelei, mullan
|
2019-03-30 16:32:23 +08:00 |
|
Claes Redestad
|
cf334e7de5
|
8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
Reviewed-by: alanb
|
2019-03-29 15:59:28 +01:00 |
|
Valerie Peng
|
e90036145a
|
8220016: Clean up redundant RSA services in the SunJSSE provider
Removed duplicated RSA signature/KF/KPG support in SunJSSE
Reviewed-by: xuelei
|
2019-03-29 00:39:49 +00:00 |
|
Brian Burkhalter
|
b5e3a8220b
|
8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
Reviewed-by: lancea, bchristi
|
2019-03-27 13:00:57 -07:00 |
|
Martin Buchholz
|
df4f28c041
|
8219196: DataOutputStream.writeUTF may throw unexpected exceptions
Reviewed-by: martin, darcy, rriggs
|
2019-03-27 07:21:18 -07:00 |
|
Adam Farley
|
be132fcc65
|
8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
Reviewed-by: mchung
|
2019-03-26 15:53:36 -07:00 |
|
Chris Hegarty
|
1933437f12
|
8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
Reviewed-by: alanb, dfuchs
|
2019-03-26 17:02:11 +00:00 |
|
Thomas Stuefe
|
800a5cdef5
|
8221406: Windows 32bit build error in NetworkInterface_winXP.c
Reviewed-by: clanger
|
2019-03-26 15:46:15 +01:00 |
|
Claes Redestad
|
274396e105
|
8221473: Configuration::reads can use Set.copyOf
Reviewed-by: alanb, forax
|
2019-03-26 15:20:23 +01:00 |
|
Claes Redestad
|
c013c7bd2f
|
8214712: Archive Attributes$Name.KNOWN_NAMES
Reviewed-by: alanb, jiangli
|
2018-12-03 16:25:27 +01:00 |
|
Christoph Langer
|
6ede0b6bb8
|
8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes
Reviewed-by: alanb, igerasim
|
2019-03-26 09:16:07 +01:00 |
|
Jesper Wilhelmsson
|
7884ab9ccf
|
Merge
|
2017-10-30 21:23:10 +01:00 |
|
Christoph Dreis
|
674b927865
|
8190323: "the the" typos
Reviewed-by: rriggs
|
2017-10-29 18:20:53 -04:00 |
|
Weijun Wang
|
69db146335
|
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
Reviewed-by: mullan
|
2017-10-27 21:11:15 +08:00 |
|