Xin Liu
|
bab431cc12
|
8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings
Reviewed-by: djelinski, redestad
|
2022-04-01 04:42:03 +00:00 |
|
Claes Redestad
|
7bac0a878d
|
8283681: Improve ZonedDateTime offset handling
Reviewed-by: scolebourne, naoto, rriggs
|
2022-03-25 22:37:55 +00:00 |
|
Claes Redestad
|
beedae1141
|
8281146: Replace StringCoding.hasNegatives with countPositives
Co-authored-by: Lutz Schmidt <lucy@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: kvn, lucy, rriggs
|
2022-03-17 09:20:24 +00:00 |
|
Claes Redestad
|
d4d12ad1d9
|
8282047: Enhance StringDecode/Encode microbenchmarks
Reviewed-by: bchristi
|
2022-03-01 10:20:22 +00:00 |
|
Volker Simonis
|
378fa507a2
|
8281962: Avoid unnecessary native calls in InflaterInputStream
Reviewed-by: clanger, redestad, alanb, lancea
|
2022-02-23 08:36:13 +00:00 |
|
Jesper Wilhelmsson
|
b6e48e6782
|
Merge
|
2022-02-17 01:12:57 +00:00 |
|
Tobias Hartmann
|
2be2a298f1
|
8281713: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE
Reviewed-by: kvn, dlong
|
2022-02-15 07:07:00 +00:00 |
|
Dr Heinz M. Kabutz
|
83ffbd2e7a
|
8277175: Add a parallel multiply method to BigInteger
Reviewed-by: psandoz
|
2022-02-11 18:49:04 +00:00 |
|
Daniel Jeliński
|
e73ee0ca10
|
8281259: MutableBigInteger subtraction could be simplified
Reviewed-by: bpb
|
2022-02-11 16:24:43 +00:00 |
|
Claes Redestad
|
e314a4cfda
|
8280124: Reduce branches decoding latin-1 chars from UTF-8 encoded bytes
Reviewed-by: rriggs, alanb, naoto
|
2022-01-18 19:28:12 +00:00 |
|
Claes Redestad
|
71ca85f5a6
|
8278831: Use table lookup for the last two bytes in Integer.getChars
Reviewed-by: jlaskey, rriggs
|
2022-01-17 11:01:55 +00:00 |
|
Naoto Sato
|
064ee6ae13
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Backport-of: 8dc4437d00
|
2022-01-13 22:05:52 +00:00 |
|
Claes Redestad
|
ff85659311
|
8279833: Loop optimization issue in String.encodeUTF8_UTF16
Reviewed-by: rriggs
Backport-of: c3d0a94040
|
2022-01-13 15:25:16 +00:00 |
|
Patric Hedlin
|
ddddec7d74
|
8274243: Implement fast-path for ASCII-compatible CharsetEncoders on aarch64
Reviewed-by: neliasso, redestad
|
2022-01-12 15:30:54 +00:00 |
|
Claes Redestad
|
c3d0a94040
|
8279833: Loop optimization issue in String.encodeUTF8_UTF16
Reviewed-by: shade, alanb
|
2022-01-11 14:49:03 +00:00 |
|
Naoto Sato
|
8dc4437d00
|
8278434: timeouts in test java/time/test/java/time/format/TestZoneTextPrinterParser.java
Reviewed-by: joehw
|
2022-01-04 02:48:23 +00:00 |
|
Sergey Bylokhov
|
7fea10327e
|
8279134: Fix Amazon copyright in various files
Reviewed-by: xliu, phh
|
2021-12-26 22:10:54 +00:00 |
|
vamsi-parasa
|
38f525e96e
|
8275821: Optimize random number generators developed in JDK-8248862 using Math.unsignedMultiplyHigh()
Reviewed-by: psandoz, jlaskey
|
2021-12-03 18:17:54 +00:00 |
|
Scott Gibbons
|
e0f1fc783c
|
8277358: Accelerate CRC32-C
Co-authored-by: Greg Tucker <greg.b.tucker@intel.com>
Co-authored-by: Scott Gibbons <sgibbons@openjdk.org>
Reviewed-by: kvn, sviswanathan, ecaspole
|
2021-12-02 20:06:05 +00:00 |
|
Stuart Monteith
|
3383c0dcc0
|
8277659: [TESTBUG] Microbenchmark ThreadOnSpinWaitProducerConsumer.java hangs
Reviewed-by: njian, ngasson
|
2021-11-26 09:02:58 +00:00 |
|
Vicente Romero
|
7b67a49f83
|
8261847: performance of java.lang.Record::toString should be improved
Reviewed-by: jlaskey, redestad
|
2021-11-23 15:23:23 +00:00 |
|
Volker Simonis
|
79350b9b4f
|
8276216: Negated character classes performance regression in Pattern
Reviewed-by: clanger
|
2021-11-23 09:15:20 +00:00 |
|
TatWai Chong
|
ca31ed5335
|
8275448: [REDO] AArch64: Implement string_compare intrinsic in SVE
Reviewed-by: ngasson, aph
|
2021-11-22 02:31:33 +00:00 |
|
Evgeny Astigeevich
|
6954b98f8f
|
8186670: Implement _onSpinWait() intrinsic for AArch64
Reviewed-by: phh, aph
|
2021-11-11 22:23:35 +00:00 |
|
Claes Redestad
|
ce8c76700b
|
8276220: Reduce excessive allocations in DateTimeFormatter
Reviewed-by: scolebourne, naoto
|
2021-11-03 22:57:13 +00:00 |
|
Mandy Chung
|
c6339cb8a2
|
8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle
8013527: calling MethodHandles.lookup on itself leads to errors
Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: mcimadamore, plevart, egahlin, redestad, cjplummer, alanb
|
2021-10-28 18:32:50 +00:00 |
|
Jatin Bhateja
|
4be88d5482
|
8275047: Optimize existing fill stubs for AVX-512 target
Reviewed-by: kvn, redestad
|
2021-10-26 12:34:56 +00:00 |
|
vamsi-parasa
|
af7c56b85b
|
8275167: x86 intrinsic for unsignedMultiplyHigh
Reviewed-by: kvn, sviswanathan
|
2021-10-20 22:40:51 +00:00 |
|
Nick Gasson
|
333c4692d8
|
8275262: [BACKOUT] AArch64: Implement string_compare intrinsic in SVE
Reviewed-by: dholmes, tschatzl
|
2021-10-14 09:35:48 +00:00 |
|
TatWai Chong
|
8b1b6f9fb3
|
8269559: AArch64: Implement string_compare intrinsic in SVE
Reviewed-by: ngasson, aph
|
2021-10-14 05:27:12 +00:00 |
|
Sergey Tsypanov
|
df7b0c7077
|
8274715: Implement forEach in Collections.CopiesList
Reviewed-by: martin
|
2021-10-05 22:19:35 +00:00 |
|
Peter Levart
|
7ad74d82d7
|
8274299: Make Method/Constructor/Field accessors @Stable
Reviewed-by: redestad, mchung
|
2021-10-05 14:16:20 +00:00 |
|
Claes Redestad
|
aaa36cc006
|
8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86
Reviewed-by: naoto, thartmann
|
2021-09-29 12:58:14 +00:00 |
|
Sergey Tsypanov
|
b29fbad940
|
8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable
Reviewed-by: redestad
|
2021-08-12 10:03:52 +00:00 |
|
Claes Redestad
|
a15b659278
|
8271732: Regression in StringBuilder.charAt bounds checking
Reviewed-by: alanb, naoto
|
2021-08-12 07:01:53 +00:00 |
|
Claes Redestad
|
55bd52a142
|
8271840: Add simple Integer.toString microbenchmarks
Reviewed-by: shade
|
2021-08-05 14:46:38 +00:00 |
|
Clive Verghese
|
e627caec84
|
8270317: Large Allocation in CipherSuite
Reviewed-by: xuelei, simonis
|
2021-07-24 10:14:53 +00:00 |
|
Dongbo He
|
3b83bc1bc3
|
8268427: Improve AlgorithmConstraints:checkAlgorithm performance
Co-authored-by: GaofengZhang <zhanggaofeng9@huawei.com>
Reviewed-by: xuelei, ascarpino
|
2021-06-26 09:54:47 +00:00 |
|
Jatin Bhateja
|
b05c40ca3b
|
8266951: Partial in-lining for vectorized mismatch operation using AVX512 masked instructions
Reviewed-by: psandoz, vlivanov
|
2021-06-05 18:07:14 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Tagir F. Valeev
|
0c9daa7ed5
|
8265029: Preserve SIZED characteristics on slice operations (skip, limit)
Reviewed-by: psandoz
|
2021-05-28 01:56:38 +00:00 |
|
Jorn Vernee
|
3623abb7f6
|
8263087: Add a MethodHandle combinator that switches over a set of MethodHandles
Reviewed-by: redestad
|
2021-05-27 12:28:10 +00:00 |
|
Xubo Zhang
|
8e3549fc73
|
8266332: Adler32 intrinsic for x86 64-bit platforms
Co-authored-by: Xubo Zhang <xubo.zhang@intel.com>
Co-authored-by: Greg B Tucker <greg.b.tucker@intel.com>
Co-authored-by: Pengfei Li <pli@openjdk.org>
Reviewed-by: sviswanathan, jbhateja, kvn, neliasso
|
2021-05-19 23:44:23 +00:00 |
|
Harold Seigel
|
e14b026841
|
8243287: Removal of Unsafe::defineAnonymousClass
Reviewed-by: iklam, mchung, alanb, dholmes
|
2021-05-13 12:46:54 +00:00 |
|
Brian Burkhalter
|
7a0a57cd56
|
8266820: micro java/nio/SelectorWakeup.java has wrong copyright header
Reviewed-by: chegar, alanb, michaelm, iris
|
2021-05-11 16:12:36 +00:00 |
|
Alan Bateman
|
be4f25b0c8
|
8266369: (se) Add wepoll based Selector
Reviewed-by: chegar, michaelm, vtewari, dfuchs, bpb
|
2021-05-08 07:14:36 +00:00 |
|
Hamlin Li
|
15d4787724
|
8265496: improve null check in DeflaterOutputStream/InflaterInputStream
Reviewed-by: lancea, naoto
|
2021-04-27 01:06:56 +00:00 |
|
Peter Levart
|
98cb81b381
|
8265237: String.join and StringJoiner can be improved further
Reviewed-by: rriggs, redestad
|
2021-04-21 10:32:03 +00:00 |
|
Jie Fu
|
b64a3fb946
|
8265325: Optimize StubRoutines::dpow() for Math.pow(x, 0.5)
Reviewed-by: kvn, neliasso
|
2021-04-19 10:45:20 +00:00 |
|
Dong Bo
|
77b16739ab
|
8256245: AArch64: Implement Base64 decoding intrinsic
Reviewed-by: aph, ngasson
|
2021-04-09 01:28:11 +00:00 |
|