Justin Lu
|
43eff2b309
|
8272687: Replace StringBuffer with StringBuilder in RuleBasedCollator
Reviewed-by: lancea, naoto, bchristi, bpb
|
2022-09-26 22:31:51 +00:00 |
|
Raffaello Giulietti
|
968af74de4
|
8293567: AbstractSplittableWithBrineGenerator: salt has digits that duplicate the marker
Reviewed-by: jlaskey
|
2022-09-26 15:47:18 +00:00 |
|
Jaikiran Pai
|
169a5d48af
|
8294193: Files.createDirectories throws FileAlreadyExistsException for a symbolic link whose target is an existing directory
Reviewed-by: alanb
|
2022-09-26 05:16:31 +00:00 |
|
Alan Bateman
|
acd5bcfc88
|
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
|
2022-09-23 07:55:29 +00:00 |
|
Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +00:00 |
|
Sean Coffey
|
bc2af47e1e
|
8254711: Add java.security.Provider.getService JFR Event
Reviewed-by: mullan, valeriep, jpai
|
2022-09-22 13:53:15 +00:00 |
|
Adam Sotona
|
9f90eb0524
|
8294062: Improve parsing performance of j.l.c.MethodTypeDesc
Reviewed-by: psandoz
|
2022-09-21 18:02:37 +00:00 |
|
Matthias Baesken
|
da4fdfbbf4
|
8293659: Improve UnsatisfiedLinkError error message to include dlopen error details
Reviewed-by: mchung, lucy
|
2022-09-21 11:32:24 +00:00 |
|
Naoto Sato
|
e3358e77f5
|
8294008: Grapheme implementation of setText() throws IndexOutOfBoundsException
Reviewed-by: joehw, smarks
|
2022-09-20 16:46:18 +00:00 |
|
Claes Redestad
|
584de68d78
|
8294058: Early use of lambda introduced in JDK-8285263 cause startup regressions in 20-b02
Reviewed-by: mullan
|
2022-09-20 14:50:33 +00:00 |
|
Adam Sotona
|
0fa7d9e8cd
|
8278863: Add method ClassDesc::ofInternalName
Reviewed-by: jvernee
|
2022-09-20 07:50:03 +00:00 |
|
Brian Burkhalter
|
6e23b43220
|
8293502: (fc) FileChannel::transfer methods fail to copy /proc files on Linux
Reviewed-by: alanb
|
2022-09-19 15:57:06 +00:00 |
|
Sean Coffey
|
1f9ff41312
|
8292297: Fix up loading of override java.security properties file
Reviewed-by: xuelei
|
2022-09-19 15:21:46 +00:00 |
|
Lance Andersen
|
a8f0f575ab
|
8278165: Clarify that ZipInputStream does not access the CEN fields for a ZipEntry
Reviewed-by: bpb, alanb
|
2022-09-16 18:52:25 +00:00 |
|
Joe Darcy
|
4b297c1c16
|
8293892: Add links to JVMS 19 and 20 from ClassFileFormatVersion enum constants
Reviewed-by: sundar, mchung
|
2022-09-16 16:53:20 +00:00 |
|
Mark Powers
|
4cec141a90
|
8291509: Minor cleanup could be done in sun.security
Reviewed-by: weijun
|
2022-09-15 19:59:53 +00:00 |
|
Xue-Lei Andrew Fan
|
ecb456ae29
|
8293779: redundant checking in AESCrypt.makeSessionKey() method
Reviewed-by: djelinski, hchao, mullan
|
2022-09-15 15:06:27 +00:00 |
|
Joe Darcy
|
1dc5039fed
|
8293626: AccessFlag::locations(ClassFileFormatVersion cffv) does not throw NPEx when parameter is null
8293627: AccessFlag::locations(ClassFileFormatVersion cffv) and locations() results are inconsistent
Reviewed-by: mchung
|
2022-09-13 16:51:01 +00:00 |
|
Jaikiran Pai
|
8bd79d3efd
|
8170305: URLConnection doesn't handle HTTP/1.1 1xx (informational) messages
Reviewed-by: dfuchs, michaelm
|
2022-09-13 05:08:05 +00:00 |
|
Sergey Tsypanov
|
9ef6c0925a
|
8287908: Use non-cloning reflection methods where acceptable
Reviewed-by: rriggs
|
2022-09-12 13:31:53 +00:00 |
|
Alan Bateman
|
68da02c7b5
|
8292240: CarrierThread.blocking not reset when spare not activated
Reviewed-by: dfuchs
|
2022-09-10 06:15:48 +00:00 |
|
Naoto Sato
|
b8598b0297
|
8291660: Grapheme support in BreakIterator
Reviewed-by: smarks
|
2022-09-09 17:13:51 +00:00 |
|
Quan Anh Mai
|
a14c3a493a
|
8288933: Improve the implementation of Double/Float.isInfinite
Reviewed-by: redestad, darcy
|
2022-09-09 17:01:57 +00:00 |
|
Valerie Peng
|
812d805a48
|
6447816: Provider filtering (getProviders) is not working with OR'd conditions
Reviewed-by: weijun
|
2022-09-09 00:30:54 +00:00 |
|
Adam Sotona
|
ffc249ae21
|
8289613: Drop use of Thread.stop in jshell
Reviewed-by: jlahoda
|
2022-09-08 10:01:24 +00:00 |
|
Naoto Sato
|
32c7b6283d
|
8293146: Strict DateTimeFormatter fails to report an invalid week 53
Reviewed-by: rriggs
|
2022-09-07 18:33:37 +00:00 |
|
Andrey Turbanov
|
2259e427a5
|
8293197: Avoid double racy reads from non-volatile fields in SharedSecrets
Reviewed-by: alanb
|
2022-09-07 06:11:56 +00:00 |
|
Volker Simonis
|
2c61efe3de
|
8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations
Reviewed-by: lancea, alanb, jpai, mr, darcy
|
2022-09-05 12:50:52 +00:00 |
|
Jaikiran Pai
|
a366e82aa1
|
7113208: Incorrect javadoc on java.net.DatagramPacket.setLength()
Reviewed-by: dfuchs
|
2022-09-03 05:48:20 +00:00 |
|
Dean Long
|
fa68371bb8
|
8292584: assert(cb != __null) failed: must be with -XX:-Inline
Reviewed-by: kvn, rpressler
|
2022-09-01 20:19:37 +00:00 |
|
Naoto Sato
|
6a1b0b5649
|
8293154: TemporalQueries java doc error
Reviewed-by: rriggs, lancea
|
2022-09-01 15:46:45 +00:00 |
|
Andrey Turbanov
|
0d51f63a2e
|
8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Reviewed-by: rriggs, naoto, bpb
|
2022-08-31 13:56:50 +00:00 |
|
Kevin Driver
|
6335150cea
|
6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified
Reviewed-by: valeriep
|
2022-08-30 20:51:34 +00:00 |
|
Kevin Driver
|
550e5d7822
|
4958071: (spec) confusing exception list for javax.crypto.Cipher.init(...) for
Reviewed-by: valeriep, wetmore
|
2022-08-30 18:23:46 +00:00 |
|
Andrey Turbanov
|
d3d2e669b7
|
8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Reviewed-by: naoto, jpai
|
2022-08-30 17:31:21 +00:00 |
|
Jaikiran Pai
|
bc6ac6f7af
|
8292968: java.net.ContentHandler's javadoc has a broken reference
Reviewed-by: dfuchs
|
2022-08-30 05:24:14 +00:00 |
|
Aleksey Shipilev
|
a476ec5c81
|
8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks
Reviewed-by: alanb, mchung, jpai
|
2022-08-29 05:58:41 +00:00 |
|
Brian Burkhalter
|
c74b6d4552
|
8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux
Reviewed-by: alanb
|
2022-08-26 16:12:58 +00:00 |
|
Valerie Peng
|
14623c6087
|
8292739: Invalid legacy entries may be returned by Provider.getServices() call
Reviewed-by: weijun
|
2022-08-24 18:23:19 +00:00 |
|
Jayashree Huttanagoudar
|
3c2289d651
|
8215916: The failure reason of an optional JAAS LoginModule is not logged
Reviewed-by: weijun
|
2022-08-24 15:47:12 +00:00 |
|
Naoto Sato
|
aa9b8f04bf
|
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Reviewed-by: joehw, alanb, lancea
|
2022-08-22 16:26:37 +00:00 |
|
Brian Burkhalter
|
f95ee79603
|
8292566: Add reference to the java.nio.file package in java.nio package documentation
Reviewed-by: iris, jpai, alanb
|
2022-08-22 15:53:12 +00:00 |
|
KIRIYAMA Takuya
|
79597f1ea6
|
8272702: Resolving URI relative path with no / may lead to incorrect toString
Reviewed-by: dfuchs, michaelm
|
2022-08-22 09:22:59 +00:00 |
|
Sergey Tsypanov
|
9a65524e2f
|
8290300: Use standard String-joining tools where applicable
Reviewed-by: naoto, rriggs, dfuchs
|
2022-08-21 17:22:10 +00:00 |
|
Weijun Wang
|
74d3330e10
|
8292682: Code change of JDK-8282730 not updated to reflect CSR update
Reviewed-by: xuelei, hchao
|
2022-08-19 19:57:42 +00:00 |
|
Joe Darcy
|
58aae340a9
|
8292576: Improve wording of AccessFlag-related specs
Reviewed-by: alanb
|
2022-08-19 15:56:12 +00:00 |
|
Weijun Wang
|
54ce11431d
|
6587699: Document DigestInputStream behavior when skip() or mark() / reset() is used
Reviewed-by: wetmore
|
2022-08-18 22:35:13 +00:00 |
|
Joe Darcy
|
f567fa0fd5
|
8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Reviewed-by: psandoz, mchung, jpai, rriggs
|
2022-08-18 16:09:26 +00:00 |
|
Volker Simonis
|
802ef38060
|
8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Reviewed-by: alanb, lancea
|
2022-08-17 09:34:41 +00:00 |
|
Joe Darcy
|
e44e3f0c19
|
8289106: Add model of class file versions to core reflection
Reviewed-by: rriggs
|
2022-08-16 18:43:58 +00:00 |
|