Maurizio Cimadamore
7a3bea1f6a
8307629: FunctionDescriptor::toMethodType should allow sequence layouts (mainline)
...
Reviewed-by: jvernee
2023-05-09 11:09:39 +00:00
Chen Liang
cd5d0ff5b2
8304031: Classfile API cannot encode Primitive Class as Condy
...
Reviewed-by: asotona
2023-05-09 09:14:18 +00:00
Sean Coffey
07f55c5ea2
8305950: Have -XshowSettings option display tzdata version
...
Reviewed-by: rriggs
2023-05-09 06:05:58 +00:00
Volker Simonis
4116b109f0
8306461: ObjectInputStream::readObject() should handle negative array sizes without throwing NegativeArraySizeExceptions
...
Co-authored-by: Yakov Shafranovich <yakovsh@amazon.com>
Reviewed-by: shade, rriggs
2023-05-08 14:56:05 +00:00
Raffaello Giulietti
93ee19f58a
8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern
...
Reviewed-by: jpai, rriggs
2023-05-08 14:51:35 +00:00
Darragh Clarke
4b02956d42
8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking
...
Reviewed-by: djelinski, dfuchs
2023-05-08 14:33:44 +00:00
Oli Gillespie
73ac710533
8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls
...
Reviewed-by: alanb
2023-05-05 19:36:35 +00:00
Maurizio Cimadamore
47422be2d1
8307375: Alignment check on layouts used as sequence element is not correct
...
Reviewed-by: jvernee
2023-05-05 15:59:13 +00:00
Adam Sotona
3b430b9f73
8250596: Update remaining manpage references from "OS X" to "macOS"
...
Reviewed-by: mullan, cjplummer, dholmes, sspitsyn
2023-05-05 08:54:53 +00:00
Kevin Driver
197d0cc603
8294983: SSLEngine throws ClassCastException during handshake
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Reviewed-by: wetmore, xuelei
2023-05-04 19:25:01 +00:00
Chen Liang
dc4096ce13
8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)
...
Reviewed-by: asotona
2023-05-04 13:24:08 +00:00
Maurizio Cimadamore
cecf817f5e
8307181: MemoryLayout.structLayout uses undocumented strict alignment constraints
...
Reviewed-by: jvernee
2023-05-04 09:44:31 +00:00
Jiangli Zhou
03030d47eb
8307134: Add GTS root CAs
...
Co-authored-by: Andy Warner <awarner@google.com>
Co-authored-by: Rajan Halade <rhalade@openjdk.org>
Reviewed-by: mullan, rhalade
2023-05-03 21:09:22 +00:00
Kevin Driver
db8b3cd084
8305963: Typo in java.security.Security.getProperty
...
Co-authored-by: Sean Coffey <coffeys@openjdk.org>
Reviewed-by: coffeys, wetmore
2023-05-03 20:47:23 +00:00
Aleksey Shipilev
fcb280a48b
8305092: Improve Thread.sleep(millis, nanos) for sub-millisecond granularity
...
Reviewed-by: dholmes, alanb
2023-05-03 09:39:57 +00:00
Adam Sotona
c8f37564bf
8306729: Add nominal descriptors of modules and packages to Constants API
...
Reviewed-by: mchung
2023-05-03 06:34:58 +00:00
Eamonn McManus
74667e3d56
8303919: Instant.ofEpochMilli says it can throw an exception that it can't
...
Reviewed-by: rriggs
2023-05-02 23:26:01 +00:00
Stuart Marks
05b9b5821d
8302496: Runtime.exit incorrectly says it never throws an exception
...
Reviewed-by: alanb
2023-05-02 23:19:30 +00:00
Serguei Spitsyn
1227a275a1
8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions
...
8304444: Reappearance of NULL in jvmtiThreadState.cpp
Reviewed-by: pchilanomate, lmesnik
2023-05-02 02:40:50 +00:00
Sergey Tsypanov
561ec9c5a0
8300818: Reduce complexity of padding with DateTimeFormatter
...
Reviewed-by: redestad, rriggs
2023-05-01 18:24:07 +00:00
Rajan Halade
c7e1df8328
8304760: Add 2 Microsoft TLS roots
...
Reviewed-by: mullan
2023-05-01 18:03:54 +00:00
Roger Riggs
6acf032db8
8306678: Replace use of os.version with an internal Version record
...
Reviewed-by: mchung
2023-05-01 17:56:04 +00:00
Roger Riggs
f00a748bc5
8304915: Create jdk.internal.util.Architecture enum and apply
...
Reviewed-by: erikj, mdoerr, amitkumar
2023-05-01 15:22:07 +00:00
Jorn Vernee
7d07d19523
8305201: Improve error message for GroupLayouts that are too large on SysV
...
Reviewed-by: mcimadamore
2023-05-01 14:12:51 +00:00
Jorn Vernee
67dd841432
8305093: Linker cache should not take layout names into account
...
Reviewed-by: mcimadamore
2023-05-01 13:41:00 +00:00
Jorn Vernee
b39a9bffda
8301703: java.base jdk.internal.foreign.abi.BindingSpecializer uses ASM to generate classes
...
Reviewed-by: mcimadamore, asotona
2023-05-01 13:15:16 +00:00
Jorn Vernee
1de1a38859
8303002: Reject packed structs from linker
...
8300784: Specify exactly how padding should be presented to the linker
8304803: NPE thrown during downcall classification under Linux/x64
8303524: Check FunctionDescriptor byte order when linking
Reviewed-by: mcimadamore
2023-05-01 13:00:41 +00:00
SirYwell
a2d3fc83b0
8304837: Classfile API throws IOOBE for MethodParameters attribute without parameter names
...
Reviewed-by: asotona, jwaters, vromero
2023-04-29 07:48:14 +00:00
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
Rajan Halade
82ccfe3a21
8305975: Add TWCA Global Root CA
...
Reviewed-by: mullan
2023-04-28 16:18:02 +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
Weijun Wang
01b8512911
8302182: Update Public Suffix List to 88467c9
...
Reviewed-by: mullan
2023-04-26 17:30:22 +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
Justin Lu
00b1eacad6
8306031: Update IANA Language Subtag Registry to Version 2023-04-13
...
Reviewed-by: naoto
2023-04-25 20:32:24 +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
Roger Riggs
5f50e991ca
8306770: (fs) Remove obsolete os.version check from sun.nio.fs.BsdFileStore.supportsFileAttributeView
...
Reviewed-by: bpb, iris, lancea, alanb
2023-04-25 14:07:28 +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
Naoto Sato
f32adaf89f
8304836: Make MALLOC_MIN4 macro more robust
...
Reviewed-by: bchristi
2023-04-24 15:37:35 +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
Peter Hofer
20b1d19d26
8305746: InitializeEncoding should cache Charset object instead of charset name
...
Reviewed-by: naoto
2023-04-20 16:11:29 +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