Per Minborg
|
a9ce7726a7
|
8299437: Make InetSocketAddressHolder shallowly immutable
Reviewed-by: djelinski, jpai, alanb
|
2023-01-03 10:00:19 +00:00 |
|
Per Minborg
|
8a10eef408
|
8299193: (bf) Buffer.capacity should be declared final
Reviewed-by: rriggs, dholmes, jpai
|
2023-01-02 13:25:04 +00:00 |
|
Per Minborg
|
e09e243116
|
8299187: (bf) ByteOrder.name should be declared final
Reviewed-by: jpai
|
2023-01-02 13:22:19 +00:00 |
|
Jorn Vernee
|
0532045edb
|
8298590: Refactor LambdaForm constructors
Reviewed-by: redestad
|
2023-01-02 12:06:26 +00:00 |
|
Jesper Wilhelmsson
|
19ce23c645
|
Merge
|
2022-12-23 11:25:10 +00:00 |
|
Mark Powers
|
a80c91d036
|
8299230: Use https: in links
Reviewed-by: jjg, mullan, xuelei
|
2022-12-22 15:29:53 +00:00 |
|
Naoto Sato
|
7e59a0ecb6
|
8298971: Move Console implementation into jdk internal package
Reviewed-by: jpai
|
2022-12-21 18:09:21 +00:00 |
|
Jesper Wilhelmsson
|
c5a4a7a679
|
Merge
|
2022-12-20 11:40:56 +00:00 |
|
Roger Riggs
|
d0a7679d2e
|
4958969: ObjectOutputStream example leads to non-working code
Reviewed-by: lancea, naoto
|
2022-12-19 23:10:30 +00:00 |
|
Per Minborg
|
7938f8c32a
|
8298639: Perform I/O operations in bulk for RandomAccessFile
Co-authored-by: Sergey Tsypanov <stsypanov@openjdk.org>
Reviewed-by: alanb, bpb
|
2022-12-18 20:25:42 +00:00 |
|
Jesper Wilhelmsson
|
3696711efa
|
Merge
|
2022-12-16 15:48:24 +00:00 |
|
Maurizio Cimadamore
|
f771c56e16
|
8298797: Specification of some restricted methods is incorrect
Reviewed-by: jvernee, pminborg
|
2022-12-16 10:49:22 +00:00 |
|
Brian Burkhalter
|
5412439445
|
8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+
Reviewed-by: alanb
|
2022-12-15 22:47:29 +00:00 |
|
Naoto Sato
|
0ef353925e
|
8298416: Console should be declared sealed
Reviewed-by: jpai, alanb
|
2022-12-15 19:20:12 +00:00 |
|
Brian Burkhalter
|
831b35fad3
|
7093322: (fs spec) Files.newBufferedWriter should be clear when coding errors are detected
Reviewed-by: alanb
|
2022-12-15 17:27:39 +00:00 |
|
Brian Burkhalter
|
ca39eb9066
|
7093322: (fs spec) Files.newBufferedWriter should be clear when coding errors are detected
Reviewed-by: alanb
|
2022-12-15 17:27:08 +00:00 |
|
Brent Christian
|
bf78f716bd
|
8295857: Clarify that cleanup code can be skipped when the JVM terminates (e.g. when calling halt())
Reviewed-by: iris
Backport-of: c7aca73177339f931f7dfb6627365548a32874f7
|
2022-12-13 19:07:44 +00:00 |
|
Jesper Wilhelmsson
|
23e18275ac
|
Merge
|
2022-12-13 16:42:35 +00:00 |
|
Brent Christian
|
c7aca73177
|
8295857: Clarify that cleanup code can be skipped when the JVM terminates (e.g. when calling halt())
Reviewed-by: lancea, bpb, naoto, dholmes, smarks
|
2022-12-12 19:36:55 +00:00 |
|
Naoto Sato
|
0267aa528b
|
8297288: Example code in Scanner class
Reviewed-by: lancea, bpb, alanb
|
2022-12-12 17:59:25 +00:00 |
|
Per Minborg
|
81f57d568f
|
8298567: Make field in RandomAccessFile final
Reviewed-by: rriggs, chegar
|
2022-12-12 17:06:34 +00:00 |
|
Sergey Tsypanov
|
e3c6cf8eaf
|
8298380: Clean up redundant array length checks in JDK code base
Reviewed-by: dholmes, amenkov, serb, vtewari
|
2022-12-09 12:50:55 +00:00 |
|
Joe Darcy
|
7f9c6ce331
|
8297679: InvocationTargetException field named target is not declared final
Reviewed-by: alanb
|
2022-12-09 00:29:08 +00:00 |
|
Alan Bateman
|
d35e840024
|
8297295: Remove ThreadGroup.allowThreadSuspension
Reviewed-by: jpai, smarks, chegar, darcy
|
2022-12-08 18:17:58 +00:00 |
|
Joe Darcy
|
175e3d3ff3
|
8296149: Start of release updates for JDK 21
8296150: Add SourceVersion.RELEASE_21
8296151: Add source 21 and target 21 to javac
Reviewed-by: dholmes, iris, erikj, vromero, jlahoda
|
2022-12-08 16:04:00 +00:00 |
|
Sergey Tsypanov
|
b9346e149e
|
8298033: Character.codePoint{At|Before}(char[], int, int) doesn't do JavaDoc-specified check
Reviewed-by: rriggs
|
2022-12-08 10:21:56 +00:00 |
|
Alan Bateman
|
1166c8e2c0
|
8296896: Change virtual Thread.yield to use external submit
Reviewed-by: jpai, rpressler
|
2022-12-08 07:37:32 +00:00 |
|
Naoto Sato
|
8a9911ef17
|
8295803: Console should be usable in jshell and other environments
Reviewed-by: jlaskey, alanb
|
2022-12-07 20:49:29 +00:00 |
|
Brian Burkhalter
|
10356e767a
|
8298303: (fs) temporarily remove Path.getExtension
Reviewed-by: smarks, alanb
|
2022-12-07 18:54:18 +00:00 |
|
Markus KARG
|
389b8f4b78
|
8297298: SequenceInputStream should override transferTo
Reviewed-by: bpb
|
2022-12-07 16:29:43 +00:00 |
|
Claes Redestad
|
3de775094d
|
8298177: Various java.lang.invoke cleanups
8284363: Redundant imports in BoundMethodHandle
Reviewed-by: jvernee
|
2022-12-07 15:37:58 +00:00 |
|
Andrew Haley
|
221e1a4260
|
8286666: JEP 429: Implementation of Scoped Values (Incubator)
Reviewed-by: psandoz, dlong, alanb, mcimadamore
|
2022-12-07 10:14:06 +00:00 |
|
Daniel Fuchs
|
b0e54328c5
|
8297687: new URI(S,S,S,S) throws exception with incorrect index position reported in the error message
Reviewed-by: jpai
|
2022-12-06 12:46:01 +00:00 |
|
Per Minborg
|
84b927a05b
|
8296024: Usage of DirectBuffer::address should be guarded
Reviewed-by: mcimadamore, alanb, psandoz, bpb
|
2022-12-06 10:42:59 +00:00 |
|
Alan Bateman
|
19d849884b
|
8297495: j.u.concurrent updates for JDK 20
Reviewed-by: jpai
|
2022-12-05 15:20:16 +00:00 |
|
Jorn Vernee
|
0452c39fec
|
8296477: Foreign linker implementation update following JEP 434
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: rehn, mcimadamore, vlivanov
|
2022-12-05 14:47:12 +00:00 |
|
Maurizio Cimadamore
|
73baadceb6
|
8295044: Implementation of Foreign Function and Memory API (Second Preview)
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jvernee, pminborg, psandoz, alanb, sundar
|
2022-12-05 13:49:53 +00:00 |
|
Jorn Vernee
|
562bc171b9
|
8291359: Specification of method j.l.foreign.VaList::skip still deserves clarification
Reviewed-by: mcimadamore
|
2022-12-02 22:15:27 +00:00 |
|
Aleksey Shipilev
|
9bbcb546c8
|
8297784: Optimize @Stable field for Method.isCallerSensitive
Reviewed-by: redestad, jvernee, alanb
|
2022-12-02 07:29:27 +00:00 |
|
Sergey Tsypanov
|
c6156f9123
|
8297561: Redundant index check in String.offsetByCodePoints()
Reviewed-by: aturbanov, rriggs, redestad
|
2022-12-01 15:28:39 +00:00 |
|
Alan Bateman
|
cd776093c7
|
8294278: ForkJoinPool.getAndAddPoolIds should use Unsafe.staticFieldBase
Reviewed-by: burban, chegar, martin
|
2022-12-01 10:40:36 +00:00 |
|
Claes Redestad
|
4485d4e517
|
8297728: Cache invocation type rather than invoker in NamedFunction
Reviewed-by: jvernee
|
2022-11-30 20:53:56 +00:00 |
|
Joe Darcy
|
c68556916a
|
8297731: Remove redundant check in MutableBigInteger.divide
Reviewed-by: bpb
|
2022-11-30 16:51:26 +00:00 |
|
Jaikiran Pai
|
9ced2ea0ab
|
8297311: Improve exception message thrown by java.net.HostPortrange::toLowerCase(String s)
Reviewed-by: dfuchs, michaelm, rriggs
|
2022-11-30 01:11:24 +00:00 |
|
Justin Lu
|
ae5b1f7656
|
8297685: Typo in NullPointerException description specified by Locale.lookup
Reviewed-by: naoto, lancea, jpai
|
2022-11-29 18:32:44 +00:00 |
|
Ryan Ernst
|
50f9043c69
|
8297451: ProcessHandleImpl should assert privilege when modifying reaper thread
Reviewed-by: chegar, alanb
|
2022-11-26 20:04:59 +00:00 |
|
Per Minborg
|
76a24c3f90
|
8297145: Add a @sealedGraph tag to ConstantDesc
Reviewed-by: darcy
|
2022-11-26 08:29:34 +00:00 |
|
Per Minborg
|
099b42f360
|
8297148: Add a @sealedGraph tag to CallSite
Reviewed-by: darcy
|
2022-11-26 08:28:31 +00:00 |
|
Jaikiran Pai
|
2f47f83add
|
8297569: URLPermission constructor throws IllegalArgumentException: Invalid characters in hostname after JDK-8294378
Reviewed-by: dfuchs
|
2022-11-25 01:23:53 +00:00 |
|
Claes Redestad
|
87d1097d9b
|
8297530: java.lang.IllegalArgumentException: Negative length on strings concatenation
Reviewed-by: enikitin, alanb
|
2022-11-24 17:40:30 +00:00 |
|