Stuart Marks
|
da9efee1c2
|
8296935: Arrays.asList() can return a List that throws undocumented ArrayStoreException
Reviewed-by: rriggs, lancea
|
2023-04-28 19:45:29 +00:00 |
|
Madjosz
|
f83e7302c1
|
8302983: ZoneRulesProvider.registerProvider() twice will remove provider
Reviewed-by: naoto
|
2023-04-28 16:23:13 +00:00 |
|
Brian Burkhalter
|
80fae514b1
|
8306959: (bf) CharBuffer.append(CharSequence,int,int) throws BufferOverflowException where IndexOutOfBoundsException expected
Reviewed-by: alanb
|
2023-04-27 17:20:08 +00:00 |
|
Raffaello Giulietti
|
eb358619df
|
8205592: BigDecimal.doubleValue() is depressingly slow
Reviewed-by: darcy
|
2023-04-27 17:01:56 +00:00 |
|
Per Minborg
|
cbccc4c817
|
8304265: Implementation of Foreign Function and Memory API (Third Preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
|
2023-04-27 09:00:58 +00:00 |
|
Brian Burkhalter
|
d0e8aec041
|
8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
Reviewed-by: liach, alanb
|
2023-04-26 16:37:18 +00:00 |
|
Chen Liang
|
adf62febe6
|
8304918: Remove unused decl field from AnnotatedType implementations
Reviewed-by: stsypanov, darcy
|
2023-04-25 23:24:08 +00:00 |
|
Brian Burkhalter
|
e3ccaa6541
|
8306623: (bf) CharBuffer::allocate throws unexpected exception type with some CharSequences
Reviewed-by: alanb, lancea
|
2023-04-25 20:18:19 +00:00 |
|
Joe Darcy
|
d819debaa5
|
8304423: Refactor FdLibm.java
Reviewed-by: bpb
|
2023-04-25 19:33:22 +00:00 |
|
Eirik Bjorsnos
|
c92883a3d5
|
8306772: Remove sun.security.x509.CertException, sun.security.x509.CertParseError
Reviewed-by: mullan
|
2023-04-25 16:33:24 +00:00 |
|
Stuart Marks
|
17ce0976e4
|
8266571: Sequenced Collections
Reviewed-by: alanb
|
2023-04-25 15:19:08 +00:00 |
|
Michael McMahon
|
314db55f6d
|
8304818: Prune HttpURLConnection cache when corresponding Authenticator is garbage collected
Reviewed-by: dfuchs, djelinski
|
2023-04-24 17:25:32 +00:00 |
|
Oli Gillespie
|
3da987adac
|
8306075: Micro-optimize Enum.hashCode
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: redestad, shade, rriggs, liach, apangin, jvernee
|
2023-04-21 09:51:36 +00:00 |
|
Justin Lu
|
ffb2494de4
|
8305207: Calendar.aggregateStamp(int, int) return value can be simplified
Reviewed-by: naoto, rriggs, iris
|
2023-04-20 21:20:08 +00:00 |
|
Justin Lu
|
174c1a6d53
|
4737887: (cal) API: Calendar methods taking field should document exceptions
Reviewed-by: naoto
|
2023-04-20 21:11:00 +00:00 |
|
Brian Burkhalter
|
955abcae55
|
8306483: (ch) Channels.newReader(ReadableByteChannel,Charset) refers to csName
Reviewed-by: alanb
|
2023-04-20 15:38:11 +00:00 |
|
Jaikiran Pai
|
b8f0a668dd
|
8041676: remove the java.compiler system property
Reviewed-by: dholmes, alanb, rriggs, iris
|
2023-04-20 01:49:31 +00:00 |
|
Doug Simon
|
48fd4f2bd3
|
8303431: [JVMCI] libgraal annotation API
Reviewed-by: kvn, never, darcy
|
2023-04-19 16:01:57 +00:00 |
|
Aleksei Efimov
|
eb8d8cdddd
|
8299129: Enhance NameService lookups
Reviewed-by: ahgross, michaelm, rhalade, dfuchs
|
2023-04-18 23:21:21 +00:00 |
|
Sean Mullan
|
f098b490f1
|
8298310: Enhance TLS session negotiation
Reviewed-by: rhalade, mschoene, weijun, ascarpino
|
2023-04-18 23:21:21 +00:00 |
|
Jamil Nimeh
|
14aad787a8
|
8294474: Better AES support
Reviewed-by: ahgross, ascarpino
|
2023-04-18 23:21:20 +00:00 |
|
Michael McMahon
|
ec119716e5
|
8296676: Improve String platform support
Reviewed-by: aefimov, dfuchs
|
2023-04-18 23:21:20 +00:00 |
|
Ian Graves
|
3656939a6a
|
8295304: Runtime support improvements
Reviewed-by: rhalade, rriggs, bchristi
|
2023-04-18 23:21:20 +00:00 |
|
Brent Christian
|
bb1a7bb3e1
|
8305762: FileInputStream and FileOutputStream implSpec should be corrected or removed
Reviewed-by: kbarrett, alanb, bpb
|
2023-04-17 20:40:47 +00:00 |
|
Brian Burkhalter
|
8858d54342
|
8305811: (bf) Improve performance of CharBuffer::append(CharSequence[,int,int])
Reviewed-by: alanb
|
2023-04-17 20:17:23 +00:00 |
|
Eirik Bjorsnos
|
7f56de8f78
|
8306036: Use @apiNote in String.toLowerCase, String.toUpperCase
Reviewed-by: alanb, jpai
|
2023-04-17 05:24:50 +00:00 |
|
Viktor Klang
|
54bf370079
|
8170945: Collectors$Partition should override more Map methods
Reviewed-by: smarks
|
2023-04-14 09:16:16 +00:00 |
|
Sergey Tsypanov
|
287bb06def
|
8305902: (cs) Resolve default Charset only once in StreamEncoder and StreamDecoder
Reviewed-by: alanb, bpb
|
2023-04-14 06:21:39 +00:00 |
|
Kevin Driver
|
b60604e8eb
|
8305794: Unused interface sun.security.util.PermissionFactory can be removed
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: mullan, aturbanov
|
2023-04-13 18:46:21 +00:00 |
|
Quan Anh Mai
|
e846a1d700
|
8304450: [vectorapi] Refactor VectorShuffle implementation
Reviewed-by: psandoz, xgong, jbhateja, vlivanov
|
2023-04-13 07:02:28 +00:00 |
|
Eirik Bjorsnos
|
425ef0685c
|
8303923: ZipOutStream::putEntry should include an apiNote to indicate that the STORED compression method should be used when writing directory entries
Reviewed-by: lancea, alanb
|
2023-04-12 21:44:21 +00:00 |
|
Mark Powers
|
9486969bd3
|
8302696: Revert API signature changes made in JDK-8285504 and JDK-8285263
Reviewed-by: mullan
|
2023-04-11 14:42:44 +00:00 |
|
Chen Liang
|
e5ce7d9e43
|
8284871: Use covariant overrides for the resolveConstantDesc(Lookup) method in sub‑interfaces of java.lang.constant.ConstantDesc
Reviewed-by: mchung
|
2023-04-11 13:40:56 +00:00 |
|
Alan Bateman
|
2586f36120
|
8304919: Implementation of Virtual Threads
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
|
2023-04-11 05:49:54 +00:00 |
|
Matthew Donovan
|
39398075b7
|
8182621: JSSE should reject empty TLS plaintexts
Reviewed-by: xuelei
|
2023-04-11 04:21:17 +00:00 |
|
Chen Liang
|
0ff2ff6789
|
8305807: Spurious right brace in ConstantDescs field Javadocs
Reviewed-by: mchung, iris
|
2023-04-10 22:54:32 +00:00 |
|
Justin Lu
|
2aeb0e5267
|
6241286: (cal) API: Calendar.DAY_OF_WEEK definition is wrong
Reviewed-by: naoto
|
2023-04-10 21:47:16 +00:00 |
|
Justin Lu
|
42965d390c
|
6218123: (cal) API: Spec for GregorianCalendar constructors and Calendar getInstance is inconsistent.
Reviewed-by: naoto
|
2023-04-10 21:46:31 +00:00 |
|
Mandy Chung
|
a43a17c8ea
|
8305808: Typo in javadoc of ConstantDescs::BSM_VARHANDLE_STATIC_FIELD
Reviewed-by: rriggs, iris
|
2023-04-10 20:50:50 +00:00 |
|
Roger Riggs
|
ba90dc7795
|
8304911: Use OperatingSystem enum in some modules
Reviewed-by: naoto, lancea, iris, jpai
|
2023-04-10 15:51:01 +00:00 |
|
Eirik Bjorsnos
|
0d45a524b3
|
8302819: Remove JAR Index
Reviewed-by: mchung, alanb, lancea, jpai
|
2023-04-10 11:23:21 +00:00 |
|
Eirik Bjorsnos
|
a8e3a2dd2f
|
8205129: Remove java.lang.Compiler
Reviewed-by: alanb, jpai
|
2023-04-10 08:32:19 +00:00 |
|
Weijun Wang
|
97276859ab
|
8305310: Calculate PublicKey from PrivateKey
Reviewed-by: mullan
|
2023-04-10 00:55:16 +00:00 |
|
Jaikiran Pai
|
ec9d816abf
|
6441827: Documentation mentions nonexistent NullReferenceException
Reviewed-by: iris
|
2023-04-09 01:30:47 +00:00 |
|
Viktor Klang
|
08fbb7bb5e
|
8272119: Typo in JDK documentation (a -> an)
Reviewed-by: dfuchs, mchung, iris
|
2023-04-06 15:50:13 +00:00 |
|
Sergey Tsypanov
|
e52a2aeeac
|
8304745: Lazily initialize byte[] in java.io.BufferedInputStream
Reviewed-by: liach, bpb, jpai
|
2023-04-06 11:17:21 +00:00 |
|
Tingjun Yuan
|
b5ea140dff
|
8269843: typo in LinkedHashMap::removeEldestEntry spec
Reviewed-by: martin
|
2023-04-06 06:35:19 +00:00 |
|
David Holmes
|
35cb303a2c
|
8305425: Thread.isAlive0 doesn't need to call into the VM
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, coleenp, alanb
|
2023-04-05 21:54:38 +00:00 |
|
Naoto Sato
|
44f33ad1a9
|
8304982: Emit warning for removal of COMPAT provider
Reviewed-by: alanb
|
2023-04-05 16:06:23 +00:00 |
|
Naoto Sato
|
ee3023359c
|
8305107: Emoji related binary properties in RegEx
Reviewed-by: iris, rriggs, jpai
|
2023-04-05 16:04:27 +00:00 |
|