Claes Redestad
|
5c39a36641
|
8287522: StringConcatFactory: Add in prependers and mixers in batches
Reviewed-by: jlaskey, mchung
|
2022-06-08 07:17:31 +00:00 |
|
Thiago Henrique Hüpner
|
7df48f97d2
|
8287353: Use snippet tag instead of pre tag in Javadoc of InterruptedException
Reviewed-by: jpai
|
2022-06-08 04:08:08 +00:00 |
|
Joe Darcy
|
5d4ea9b954
|
8273346: Expand library mappings to IEEE 754 operations
Reviewed-by: bpb
|
2022-06-07 16:13:42 +00:00 |
|
Sergey Tsypanov
|
4fe0ca9ec3
|
8287860: Revise usage of volatile in j.u.Locale
Reviewed-by: naoto
|
2022-06-07 11:46:06 +00:00 |
|
Joe Darcy
|
0e06bf3b04
|
8287838: Update Float and Double to use snippets
Reviewed-by: alanb
|
2022-06-06 21:26:25 +00:00 |
|
Jatin Bhateja
|
f347ff9986
|
8283894: Intrinsify compress and expand bits on x86
Reviewed-by: psandoz, sviswanathan, jrose, kvn
|
2022-06-06 00:37:54 +00:00 |
|
Maurizio Cimadamore
|
ba9ee8cb28
|
8287748: Fix issues in java.lang.foreign package javadoc
Reviewed-by: jvernee
|
2022-06-03 00:17:45 +00:00 |
|
vamsi-parasa
|
7f44f572ea
|
8285868: x86 intrinsics for floating point method isInfinite
Reviewed-by: kvn, jbhateja
|
2022-06-02 17:42:42 +00:00 |
|
Brian Burkhalter
|
13596cdf69
|
8287097: (fs) Files::copy requires an undocumented permission when copying from the default file system to a non-default file system
Reviewed-by: chegar, alanb
|
2022-06-02 17:36:25 +00:00 |
|
Alan Bateman
|
6ff2d89ea1
|
8287496: Alternative virtual thread implementation that maps to OS thread
Reviewed-by: rehn, mchung
|
2022-06-02 09:02:37 +00:00 |
|
Raffaello Giulietti
|
72bcf2aa03
|
4511638: Double.toString(double) sometimes produces incorrect results
Reviewed-by: aturbanov, darcy, bpb
|
2022-06-01 21:53:54 +00:00 |
|
Sergey Tsypanov
|
168b226b0f
|
8282662: Use List.of() factory method to reduce memory consumption
Reviewed-by: redestad, rriggs
|
2022-06-01 13:31:36 +00:00 |
|
liach
|
e0382c5523
|
8285401: Proxy class initializer should use 3-arg Class.forName to avoid unnecessary class initialization
Reviewed-by: rriggs, mchung
|
2022-05-31 18:30:39 +00:00 |
|
liach
|
37a513003c
|
8287064: Modernize ProxyGenerator.PrimitiveTypeInfo
Reviewed-by: rriggs, mchung
|
2022-05-31 18:29:07 +00:00 |
|
Anthony Vanelverdinghe
|
3d2d039538
|
8287440: Typo in package-info.java of java.util.random
Reviewed-by: darcy, iris, jpai
|
2022-05-29 14:26:19 +00:00 |
|
Claes Redestad
|
be93318576
|
8287292: Improve TransformKey to pack more kinds of transforms efficiently
Reviewed-by: jlaskey, jvernee, mchung
|
2022-05-27 12:10:40 +00:00 |
|
Andrey Turbanov
|
295be6f10f
|
8287285: Avoid redundant HashMap.containsKey call in java.util.zip.ZipFile.Source.get
Reviewed-by: jpai, alanb
|
2022-05-26 20:32:56 +00:00 |
|
Brian Burkhalter
|
7cb368b34d
|
8286709: (fc) FileChannel/FileChannelImpl cleanup
Reviewed-by: alanb
|
2022-05-26 18:02:02 +00:00 |
|
Maurizio Cimadamore
|
f58c9a659b
|
8287244: Add bound check in indexed memory access var handle
Reviewed-by: psandoz, jvernee
|
2022-05-26 08:34:49 +00:00 |
|
Jan Lahoda
|
e9bddc18ab
|
8262889: Compiler implementation for Record Patterns
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: mcimadamore, vromero
|
2022-05-25 11:56:24 +00:00 |
|
Maurizio Cimadamore
|
e1f140d270
|
8287206: Use WrongThreadException for confinement errors
Reviewed-by: alanb, darcy, mchung
|
2022-05-25 09:50:55 +00:00 |
|
Mark Powers
|
6cc4bb1169
|
6725221: Standardize obtaining boolean properties with defaults
Reviewed-by: prr, rriggs
|
2022-05-24 18:16:07 +00:00 |
|
Alexey Ivanov
|
e0d361cea9
|
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
|
2022-05-24 11:25:13 +00:00 |
|
Naoto Sato
|
ef7a9f8170
|
8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate
Reviewed-by: joehw, rriggs
|
2022-05-23 16:20:52 +00:00 |
|
Maurizio Cimadamore
|
89a1d055d9
|
8286715: Generalize MemorySegment::ofBuffer
Reviewed-by: jvernee
|
2022-05-23 08:43:51 +00:00 |
|
Claes Redestad
|
d5d19f52ce
|
8287013: StringConcatFactory: remove short and byte mixers/prependers
Reviewed-by: jlaskey
|
2022-05-20 08:17:23 +00:00 |
|
Andrey Turbanov
|
de74e0e25a
|
8280035: Use Class.isInstance instead of Class.isAssignableFrom where applicable
Reviewed-by: prr, rriggs
|
2022-05-19 21:43:32 +00:00 |
|
Valerie Peng
|
e60d8b516e
|
8253176: Signature.getParameters should specify that it can throw UnsupportedOperationException
Reviewed-by: weijun
|
2022-05-19 18:44:15 +00:00 |
|
Christian Stein
|
655500a4f5
|
8286654: Add an optional description accessor on ToolProvider interface
Reviewed-by: jjg, darcy, lancea
|
2022-05-19 18:25:12 +00:00 |
|
Andrey Turbanov
|
6b9c15211e
|
8286366: (cs) Charset.put can use putIfAbsent instead of containsKey+put
Reviewed-by: alanb
|
2022-05-18 17:43:38 +00:00 |
|
Jorn Vernee
|
ee45a0ac63
|
8286669: Replace MethodHandle specialization with ASM in mainline
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2022-05-18 16:03:18 +00:00 |
|
Jorn Vernee
|
81e4bdbe13
|
8283689: Update the foreign linker VM implementation
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Reviewed-by: mcimadamore, vlivanov, rehn
|
2022-05-18 09:49:55 +00:00 |
|
Brian Burkhalter
|
1d8e92ae0d
|
8213045: Add BigDecimal.TWO
Reviewed-by: darcy
|
2022-05-17 18:08:32 +00:00 |
|
Joe Darcy
|
8e602b862d
|
8286783: Expand use of @inheritDoc in InputStream and OutputStream subclasses
Reviewed-by: alanb
|
2022-05-17 16:14:28 +00:00 |
|
Joe Darcy
|
4bc7b7df04
|
8286760: Update citation of "Effective Java" second edition to third edition
Reviewed-by: bpb, prappo
|
2022-05-16 16:07:30 +00:00 |
|
Naoto Sato
|
b884db8f7c
|
8285844: TimeZone.getTimeZone(ZoneOffset) does not work for all ZoneOffsets and returns GMT unexpected
Reviewed-by: uschindler, scolebourne, joehw
|
2022-05-16 15:45:01 +00:00 |
|
Brian Burkhalter
|
dbd3737085
|
8286200: SequenceInputStream::read(b, off, 0) returns -1 at EOF
Reviewed-by: rriggs
|
2022-05-16 15:42:29 +00:00 |
|
Jan Lahoda
|
0155e4b76b
|
8282274: Compiler implementation for Pattern Matching for switch (Third Preview)
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: mcimadamore, vromero, abimpoudis
|
2022-05-16 07:49:26 +00:00 |
|
Jaikiran Pai
|
e4378ab28d
|
8286559: Re-examine synchronization of mark and reset methods on InflaterInputStream
Reviewed-by: lancea, alanb, bpb
|
2022-05-14 03:21:01 +00:00 |
|
Joe Darcy
|
1e843c3d4f
|
8286604: Update InputStream and OutputStream to use @implSpec
Reviewed-by: bpb, lancea, iris, alanb
|
2022-05-13 16:57:11 +00:00 |
|
Joe Darcy
|
160944bc6b
|
8286615: Small refactor to SerializedLambda
Reviewed-by: bpb, iris
|
2022-05-12 16:56:05 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +00:00 |
|
Maurizio Cimadamore
|
2c5d136260
|
8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
|
2022-05-12 16:17:45 +00:00 |
|
Naoto Sato
|
cc7560e995
|
8286287: Reading file as UTF-16 causes Error which "shouldn't happen"
Reviewed-by: jpai, bpb, rriggs
|
2022-05-12 15:58:19 +00:00 |
|
Xue-Lei Andrew Fan
|
1904e9d280
|
8286423: Destroy password protection in the example code in KeyStore
Reviewed-by: weijun
|
2022-05-12 13:51:47 +00:00 |
|
Sergey Tsypanov
|
9073a98d57
|
8282701: Use Class.getInterfaces(false) where possible to reduce allocation pressure
Reviewed-by: redestad, mchung
|
2022-05-10 17:19:33 +00:00 |
|
Brian Burkhalter
|
04bba07d65
|
8286363: BigInteger.parallelMultiply missing @since 19
Reviewed-by: alanb, darcy
|
2022-05-10 15:30:38 +00:00 |
|
Claes Redestad
|
3fa1c40439
|
8286298: Remove unused methods in sun.invoke.util.VerifyType
Reviewed-by: bpb, alanb, mchung
|
2022-05-10 09:01:40 +00:00 |
|
Lennart Fricke
|
3462190965
|
8286163: micro-optimize Instant.plusSeconds
Reviewed-by: scolebourne, redestad, naoto
|
2022-05-10 09:00:09 +00:00 |
|
Jonathan Gibbons
|
54e3308210
|
8286348: incorrect use of @serial
Reviewed-by: iris, prr
|
2022-05-09 20:35:05 +00:00 |
|