Eirik Bjørsnøs
|
5b41466275
|
8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe
Reviewed-by: martin, alanb, mchung
|
2024-03-12 17:37:48 +00:00 |
|
Korov
|
379ad1fbb4
|
8312444: Delete unused parameters and variables in SocketPermission
Reviewed-by: gli, aturbanov, dfuchs
|
2024-03-12 15:55:19 +00:00 |
|
Naoto Sato
|
586396cbb5
|
8327705: Remove mention of "applet" from java.text package description
Reviewed-by: bpb, rriggs, iris, jlu, gli, alanb
|
2024-03-11 21:23:08 +00:00 |
|
Calvin Cheung
|
41450e9405
|
8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L
Reviewed-by: iklam, matsaave
|
2024-03-11 20:49:20 +00:00 |
|
Daniel Jeliński
|
f2b5ffdb8e
|
8326578: Clean up networking properties documentation
Reviewed-by: jwaters, dfuchs, michaelm
|
2024-03-11 07:29:40 +00:00 |
|
Ioi Lam
|
761ed250ec
|
8327138: Clean up status management in cdsConfig.hpp and CDS.java
Reviewed-by: ccheung, matsaave
|
2024-03-09 03:48:38 +00:00 |
|
Naoto Sato
|
87b40c6ad2
|
8327167: Clarify the handling of Leap year by Calendar
Reviewed-by: bpb, joehw, lancea, jlu, iris, rriggs
|
2024-03-08 18:38:39 +00:00 |
|
Justin Lu
|
6efdaf8ddf
|
8326908: DecimalFormat::toPattern throws OutOfMemoryError when pattern is empty string
Reviewed-by: naoto
|
2024-03-08 18:09:42 +00:00 |
|
Jan Lahoda
|
27a03e0dc3
|
8327218: Add an ability to specify modules which should have native access enabled
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore, erikj, alanb, ihse
|
2024-03-08 11:21:24 +00:00 |
|
Eirik Bjørsnøs
|
d0d4912c3b
|
8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: lancea, alanb
|
2024-03-08 09:38:30 +00:00 |
|
Viktor Klang
|
53c4714aab
|
8327501: Common ForkJoinPool prevents class unloading in some cases
Reviewed-by: alanb
|
2024-03-07 09:44:35 +00:00 |
|
Adam Sotona
|
bee50cd330
|
8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes
Reviewed-by: mchung
|
2024-03-06 06:15:10 +00:00 |
|
Justin Lu
|
b665fe3ac1
|
6801704: ChoiceFormat::applyPattern inconsistency for invalid patterns
Reviewed-by: naoto
|
2024-03-05 22:37:58 +00:00 |
|
Naoto Sato
|
809995b526
|
8174269: Remove COMPAT locale data provider from JDK
Reviewed-by: ihse, joehw
|
2024-03-05 19:32:29 +00:00 |
|
Jorn Vernee
|
2372aba6a2
|
8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc
Reviewed-by: mcimadamore
|
2024-03-05 13:32:24 +00:00 |
|
Claes Redestad
|
c653e67c0f
|
8327225: Revert DataInputStream.readUTF to static final
Reviewed-by: rriggs, bpb, gli
|
2024-03-05 13:31:08 +00:00 |
|
Eirik Bjørsnøs
|
e9adcebaf2
|
8327208: Remove unused method java.util.jar.Manifest.make72Safe
Reviewed-by: lancea, iris, jpai
|
2024-03-05 08:39:43 +00:00 |
|
Naoto Sato
|
f615ac4bdf
|
8309622: Re-examine the cache mechanism in BaseLocale
Reviewed-by: dfuchs, rriggs
|
2024-03-04 18:40:50 +00:00 |
|
Pavel Rappo
|
012411ad8d
|
8327046: (fs) Files.walk should be clear that depth-first traversal is pre-order
Reviewed-by: alanb, gli
|
2024-03-01 13:48:50 +00:00 |
|
Brian Burkhalter
|
db0e2b8faf
|
8326944: (ch) Minor typo in the ScatteringByteChannel.read(ByteBuffer[] dsts,int offset,int length) javadoc
Reviewed-by: naoto, iris, coffeys, gli
|
2024-02-29 16:47:04 +00:00 |
|
Lance Andersen
|
38ad514589
|
8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc
Reviewed-by: dfuchs, jpai, gli
|
2024-02-28 17:14:08 +00:00 |
|
Viktor Klang
|
60cbf29250
|
8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections
Reviewed-by: alanb
|
2024-02-27 10:38:36 +00:00 |
|
Justin Lu
|
d22d890cac
|
8325898: ChoiceFormat returns erroneous result when formatting bad pattern
Reviewed-by: naoto
|
2024-02-26 23:43:52 +00:00 |
|
Claes Redestad
|
9a9cfbe0ba
|
8325340: Add ASCII fast-path to Data-/ObjectInputStream.readUTF
Reviewed-by: rgiulietti, bpb, rriggs
|
2024-02-26 16:05:18 +00:00 |
|
Lance Andersen
|
20c71ceacd
|
8321156: Improve the handling of invalid UTF-8 byte sequences for ZipInputStream::getNextEntry and ZipFile::getComment
Reviewed-by: jpai, alanb
|
2024-02-26 15:31:55 +00:00 |
|
Eirik Bjørsnøs
|
bb6b04897b
|
8326099: GZIPOutputStream should use Deflater.getBytesRead() instead of Deflater.getTotalIn()
Reviewed-by: jpai
|
2024-02-26 14:15:24 +00:00 |
|
Korov
|
1799ffeaa9
|
8310351: Typo in ImmutableCollections
Reviewed-by: jlaskey, jpai
|
2024-02-25 11:52:19 +00:00 |
|
Joe Darcy
|
63f6a563a3
|
8326530: Widen allowable error bound of Math.tan
Reviewed-by: bpb, rgiulietti
|
2024-02-23 18:03:02 +00:00 |
|
Justin Lu
|
00ffc42cef
|
8318761: MessageFormat pattern support for CompactNumberFormat, ListFormat, and DateTimeFormatter
Reviewed-by: naoto, rriggs
|
2024-02-22 22:27:12 +00:00 |
|
Naoto Sato
|
64f7972a3d
|
8326158: Javadoc for java.time.DayOfWeek#minus(long)
Reviewed-by: iris, lancea
|
2024-02-21 16:53:57 +00:00 |
|
Claes Redestad
|
d2590c69b4
|
8325730: StringBuilder.toString allocation for the empty String
Reviewed-by: jlaskey, shade
|
2024-02-20 20:28:55 +00:00 |
|
Per Minborg
|
82609b1ebc
|
8326112: Javadoc snippet for Linker.Option.captureCallState is wrong
Reviewed-by: jvernee
|
2024-02-19 13:33:09 +00:00 |
|
Brian Burkhalter
|
7a76252007
|
8325990: Remove use of snippet @replace annotation in java.base
Reviewed-by: jlu, naoto
|
2024-02-16 16:06:56 +00:00 |
|
Richard Reingruber
|
4018b2b196
|
8323782: Race: Thread::interrupt vs. AbstractInterruptibleChannel.begin
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dholmes
|
2024-02-16 08:40:13 +00:00 |
|
Brian Burkhalter
|
f6e285103a
|
8316340: (bf) Missing {@inheritDoc} for exception in MappedByteBuffer::compact
Reviewed-by: alanb, iris, lancea
|
2024-02-14 15:59:34 +00:00 |
|
Jorn Vernee
|
9c852df6aa
|
8318966: Some methods make promises about Java array element alignment that are too strong
Reviewed-by: psandoz, mcimadamore
|
2024-02-14 14:30:54 +00:00 |
|
Eirik Bjørsnøs
|
628cd8a489
|
8303866: Allow ZipInputStream.readEnd to parse small Zip64 ZIP files
Reviewed-by: lancea, jpai
|
2024-02-13 16:26:37 +00:00 |
|
Roger Riggs
|
13d9e8ff38
|
8325590: Regression in round-tripping UTF-16 strings after JDK-8311906
Reviewed-by: alanb, redestad
|
2024-02-13 15:16:50 +00:00 |
|
Daniel Jeliński
|
efa071dd06
|
8323089: networkaddress.cache.ttl is not a system property
Reviewed-by: alanb, jpai, aefimov, dfuchs
|
2024-02-12 07:54:48 +00:00 |
|
Oli Gillespie
|
8ef918d667
|
8324646: Avoid Class.forName in SecureRandom constructor
Reviewed-by: shade, weijun
|
2024-02-09 14:38:09 +00:00 |
|
Thiago Henrique Hüpner
|
d91fb17a80
|
8325505: Fix Javadoc ResourceBundle::getString
Reviewed-by: jlu, naoto
|
2024-02-08 21:56:16 +00:00 |
|
Per Minborg
|
b58d73b915
|
8323746: Add PathElement hashCode and equals
Reviewed-by: mcimadamore
|
2024-02-08 10:54:11 +00:00 |
|
Jaikiran Pai
|
1fb9e3d674
|
8325304: Several classes in java.util.jar and java.util.zip don't specify the behaviour for null arguments
Reviewed-by: lancea, alanb
|
2024-02-08 06:35:47 +00:00 |
|
Joe Darcy
|
fbd15b2087
|
8325189: Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +00:00 |
|
Magnus Ihse Bursie
|
18e24d0619
|
8325109: Sort method modifiers in canonical order
Reviewed-by: aivanov, rriggs, darcy, prappo
|
2024-02-07 15:50:40 +00:00 |
|
Chen Liang
|
3bffe223a3
|
8319463: ClassSignature should have superclass and superinterfaces as ClassTypeSig
Reviewed-by: asotona
|
2024-02-07 07:54:22 +00:00 |
|
Brian Burkhalter
|
4b1e367eda
|
8325152: Clarify specification of java.io.RandomAccessFile.setLength
Reviewed-by: alanb
|
2024-02-06 19:35:03 +00:00 |
|
Naoto Sato
|
96eb0390d6
|
8324665: Loose matching of space separators in the lenient date/time parsing mode
Reviewed-by: joehw, jlu
|
2024-02-06 17:43:12 +00:00 |
|
Shaojin Wen
|
50b17d9846
|
8316704: Regex-free parsing of Formatter and FormatProcessor specifiers
Reviewed-by: redestad, rgiulietti
|
2024-02-06 15:16:40 +00:00 |
|
Archie Cobbs
|
f1f93988fb
|
8323699: MessageFormat.toPattern() generates non-equivalent MessageFormat pattern
Reviewed-by: jlu, naoto
|
2024-02-05 23:14:50 +00:00 |
|