Galder Zamarreño
|
4e51a8c9ad
|
8307513: C2: intrinsify Math.max(long,long) and Math.min(long,long)
Reviewed-by: roland, epeter, chagedorn, darcy
|
2025-03-13 13:53:54 +00:00 |
|
Chen Liang
|
e71f3274a9
|
8351045: ClassValue::remove cannot ensure computation observes up-to-date state
Reviewed-by: rriggs, jrose
|
2025-03-11 19:51:47 +00:00 |
|
Brian Burkhalter
|
f984c2b32d
|
8351505: (fs) Typo in the documentation of java.nio.file.spi.FileSystemProvider.getFileSystem()
Reviewed-by: alanb, lancea, iris
|
2025-03-10 23:58:12 +00:00 |
|
Naoto Sato
|
32f2c2d808
|
8351017: ChronoUnit.MONTHS.between() not giving correct result when date is in February
Reviewed-by: scolebourne, rriggs
|
2025-03-10 16:13:50 +00:00 |
|
Xiaolong Peng
|
a90f323d05
|
8349705: java.net.URI.scanIPv4Address throws unnecessary URISyntaxException
Reviewed-by: dfuchs
|
2025-03-08 12:28:34 +00:00 |
|
Chen Liang
|
8ed6c1d7ee
|
8350607: Consolidate MethodHandles::zero into MethodHandles::constant
Reviewed-by: jrose, redestad, jvernee
|
2025-03-07 20:35:36 +00:00 |
|
Brian Burkhalter
|
93f226078e
|
8351294: (fs) Minor verbiage correction for Files.createTemp{Directory,File}
Reviewed-by: alanb
|
2025-03-06 17:11:40 +00:00 |
|
Justin Lu
|
c3b48196af
|
8351074: Disallow null prefix and suffix in DecimalFormat
Reviewed-by: naoto
|
2025-03-05 18:12:26 +00:00 |
|
Archie Cobbs
|
661bd5bfe8
|
8343478: Remove unnecessary @SuppressWarnings annotations (core-libs)
Reviewed-by: darcy, asemenyuk, joehw
|
2025-03-05 17:32:59 +00:00 |
|
Justin Lu
|
5b8d3491bf
|
4745837: Make grouping usage during parsing apparent in relevant NumberFormat methods
Reviewed-by: naoto
|
2025-03-04 17:08:54 +00:00 |
|
Brian Burkhalter
|
99fb350bf6
|
8350654: (fs) Files.createTempDirectory should say something about the default file permissions when no file attributes specified
Reviewed-by: alanb
|
2025-03-03 21:25:11 +00:00 |
|
Chen Liang
|
c7fa499bf5
|
8350118: Simplify the layout access VarHandle
Reviewed-by: mcimadamore, jvernee, erikj
|
2025-02-28 20:01:17 +00:00 |
|
Justin Lu
|
3a7d986878
|
8350646: Calendar.Builder.build() Throws ArrayIndexOutOfBoundsException
Reviewed-by: naoto
|
2025-02-28 19:37:36 +00:00 |
|
Brian Burkhalter
|
9477c705c0
|
8024695: new File("").exists() returns false whereas it is the current working directory
Reviewed-by: alanb, rriggs, lancea
|
2025-02-26 16:24:25 +00:00 |
|
Stuart Marks
|
08bc59da9b
|
8138614: (spec str) StringBuffer and StringBuilder methods improperly require "new" String to be returned
Reviewed-by: rgiulietti, shade, alanb, rriggs, liach
|
2025-02-25 15:18:30 +00:00 |
|
Coleen Phillimore
|
c413549eb7
|
8349860: Make Class.isArray(), Class.isInterface() and Class.isPrimitive() non-native
Reviewed-by: dlong, rriggs, vlivanov, yzheng, liach
|
2025-02-25 12:35:54 +00:00 |
|
Adam Sotona
|
ab86a13519
|
8350548: java.lang.classfile package javadoc has errors
Reviewed-by: liach
|
2025-02-25 08:18:52 +00:00 |
|
Per Minborg
|
f755fadc3d
|
8349653: Clarify the docs for MemorySegment::reinterpret
Reviewed-by: jvernee, mcimadamore
|
2025-02-24 07:38:29 +00:00 |
|
Sean Mullan
|
577ff98a67
|
8347946: Add API note that caller should validate/trust signers to the getCertificates and getCodeSigners methods of JarEntry and JarURLConnection
Reviewed-by: lancea, jpai
|
2025-02-19 13:18:20 +00:00 |
|
Justin Lu
|
3741c980b8
|
8349883: Locale.LanguageRange.parse("-") throws ArrayIndexOutOfBoundsException
Reviewed-by: naoto
|
2025-02-13 22:25:23 +00:00 |
|
Naoto Sato
|
3e7acfac48
|
8349873: StackOverflowError after JDK-8342550 if -Duser.timezone= is set to a deprecated zone id
Reviewed-by: joehw, jlu, iris
|
2025-02-13 20:57:48 +00:00 |
|
Coleen Phillimore
|
ed17c55ea3
|
8349145: Make Class.getProtectionDomain() non-native
Reviewed-by: liach, dholmes, yzheng
|
2025-02-12 12:04:40 +00:00 |
|
Coleen Phillimore
|
c9cadbd23f
|
8346567: Make Class.getModifiers() non-native
Reviewed-by: alanb, vlivanov, yzheng, dlong
|
2025-02-10 12:44:30 +00:00 |
|
Justin Lu
|
fb847bb2af
|
8349493: Replace sun.util.locale.ParseStatus usage with java.text.ParsePosition
Reviewed-by: naoto
|
2025-02-07 17:08:52 +00:00 |
|
Brian Burkhalter
|
0181030bdc
|
8349006: File.getCanonicalPath should remove "(on UNIX platforms)" from its specification
Reviewed-by: jlu, naoto
|
2025-02-06 19:10:26 +00:00 |
|
Viktor Klang
|
5ec1aae21e
|
8347842: ThreadPoolExecutor specification discusses RuntimePermission
Reviewed-by: alanb, jpai
|
2025-02-06 15:02:21 +00:00 |
|
Brian Burkhalter
|
b499c827a5
|
8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
Reviewed-by: djelinski
|
2025-02-05 21:40:47 +00:00 |
|
Per Minborg
|
2ff8440c76
|
8349344: Clarify documentation of Arena.ofConfined
Reviewed-by: jvernee, jpai, mcimadamore
|
2025-02-05 13:48:34 +00:00 |
|
Ben Perez
|
9d23de58d1
|
8184352: Remove Sun provider information from KeyPairGenerator javadoc
Reviewed-by: mullan
|
2025-02-04 23:13:16 +00:00 |
|
Justin Lu
|
250ff86dc8
|
8349000: Performance improvement for Currency.isPastCutoverDate(String)
Reviewed-by: naoto, aturbanov
|
2025-02-04 17:07:01 +00:00 |
|
Jaikiran Pai
|
618c5eb27b
|
8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
Reviewed-by: redestad, liach
|
2025-02-03 18:21:33 +00:00 |
|
Justin Lu
|
f05c53c2c4
|
8347949: Currency method to stream available Currencies
Reviewed-by: naoto, liach, rriggs
|
2025-01-30 17:55:47 +00:00 |
|
Shaojin Wen
|
fdfb68c8d0
|
8344168: Change Unsafe base offset from int to long
Reviewed-by: liach
|
2025-01-30 15:57:13 +00:00 |
|
Shaojin Wen
|
3f8a875497
|
8348880: Replace ConcurrentMap with AtomicReferenceArray for ZoneOffset.QUARTER_CACHE
Reviewed-by: naoto, liach
|
2025-01-30 15:13:13 +00:00 |
|
Nizar Benalla
|
22069ff42b
|
8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33
Reviewed-by: liach
|
2025-01-30 10:10:49 +00:00 |
|
Axel Boldt-Christmas
|
14136f8b11
|
8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents
Reviewed-by: eosterlund, stefank, vlivanov
|
2025-01-30 08:33:16 +00:00 |
|
Justin Lu
|
3a564ed101
|
8347955: TimeZone methods to stream the available timezone IDs
Reviewed-by: naoto, rriggs
|
2025-01-28 21:31:46 +00:00 |
|
Justin Lu
|
a224f12cb7
|
8348205: Improve cutover time selection when building available currencies set
Reviewed-by: naoto, rriggs
|
2025-01-28 17:40:20 +00:00 |
|
Weijun Wang
|
039e73fcdb
|
8346736: Java Security Standard Algorithm Names spec should include key algorithm names
Reviewed-by: mullan, hchao
|
2025-01-27 18:21:51 +00:00 |
|
Chen Liang
|
1d8ccb8920
|
8342465: Improve API documentation for java.lang.classfile
Reviewed-by: asotona, darcy
|
2025-01-27 14:03:35 +00:00 |
|
Koushik Thirupattur
|
002679ac9f
|
8347065: Add missing @spec tags for Java Security Standard Algorithm Names
Reviewed-by: weijun
|
2025-01-25 19:06:47 +00:00 |
|
Alan Bateman
|
1d2eb2fbae
|
8299504: Resolve uses and provides at run time if the service is optional and missing
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: sundar
|
2025-01-25 07:25:24 +00:00 |
|
Shaojin Wen
|
f446cefee0
|
8343962: [REDO] Move getChars to DecimalDigits
Reviewed-by: redestad, rgiulietti
|
2025-01-25 03:12:56 +00:00 |
|
Andrey Turbanov
|
bef5f56544
|
8291027: Some of TimeZone methods marked 'synchronized' unnecessarily
Reviewed-by: liach, naoto, jlu
|
2025-01-24 20:13:17 +00:00 |
|
Eirik Bjørsnøs
|
8e8f800071
|
8344943: Mark not subclassable classes final in java.base exported classes
Reviewed-by: weijun, liach, djelinski
|
2025-01-24 19:29:05 +00:00 |
|
Sean Coffey
|
e20bd018c4
|
8344361: Restore null return for invalid services from legacy providers
Reviewed-by: valeriep
|
2025-01-24 10:40:36 +00:00 |
|
Naoto Sato
|
cfe70ebcb3
|
8342550: Log warning for using JDK1.1 compatible time zone IDs for future removal
Reviewed-by: jlu, joehw, iris
|
2025-01-15 17:15:05 +00:00 |
|
Per Minborg
|
d4e5ec2746
|
8346610: Make all imports consistent in the FFM API
Reviewed-by: mcimadamore
|
2025-01-15 12:19:27 +00:00 |
|
Alan Bateman
|
af3f5d852e
|
8347039: ThreadPerTaskExecutor terminates if cancelled tasks still running
Reviewed-by: vklang
|
2025-01-15 10:54:03 +00:00 |
|
Chen Liang
|
28e01e6559
|
8347762: ClassFile attribute specification refers to non-SE modules
Reviewed-by: darcy, dholmes
|
2025-01-15 05:24:43 +00:00 |
|