Shaojin Wen
|
6e0138450a
|
8341136: Optimize StackMapGenerator::trimAndCompress
Reviewed-by: liach
|
2024-10-10 15:13:39 +00:00 |
|
Shaojin Wen
|
e9327b6e3c
|
8339205: Optimize StackMapGenerator
Reviewed-by: liach
|
2024-10-10 14:32:32 +00:00 |
|
Shaojin Wen
|
c850ecb20a
|
8341755: Optimize argNames in InnerClassLambdaMetafactory
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: liach, redestad
|
2024-10-09 23:50:18 +00:00 |
|
Justin Lu
|
e7045e9399
|
8341684: Typo in External Specifications link of java.util.Currency
Reviewed-by: liach, naoto, srl
|
2024-10-09 21:46:50 +00:00 |
|
Justin Lu
|
49c7148d37
|
8341366: Suspicious check in Locale.getDisplayName(Locale inLocale)
Reviewed-by: naoto
|
2024-10-09 21:45:47 +00:00 |
|
Shaojin Wen
|
a24525b67b
|
8339320: Optimize ClassFile Utf8EntryImpl#inflate
Reviewed-by: liach
|
2024-10-09 17:21:59 +00:00 |
|
Eirik Bjørsnøs
|
950e3a7587
|
8341625: Improve ZipFile validation of the END header
Reviewed-by: lancea
|
2024-10-09 15:56:38 +00:00 |
|
Shaojin Wen
|
047c2d7f26
|
8341141: Optimize DirectCodeBuilder
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: liach, redestad
|
2024-10-09 10:01:22 +00:00 |
|
Shaojin Wen
|
62acc9c174
|
8341548: More concise use of classfile API
Reviewed-by: liach
|
2024-10-08 20:35:14 +00:00 |
|
Eirik Bjørsnøs
|
7a1e832ea9
|
8336843: Deprecate java.util.zip.ZipError for removal
Reviewed-by: liach, lancea
|
2024-10-08 10:08:31 +00:00 |
|
Eirik Bjørsnøs
|
f62dba3651
|
8341597: ZipFileInflaterInputStream input buffer size uses uncompressed size
Reviewed-by: lancea
|
2024-10-08 09:59:29 +00:00 |
|
Claes Redestad
|
ffb60e55cd
|
8341594: Use Unsafe to coalesce reads in java.util.zip.ZipUtils
Reviewed-by: lancea
|
2024-10-08 08:14:40 +00:00 |
|
Shaojin Wen
|
d996ca863d
|
8341581: Optimize BytecodeHelpers validate slot
Reviewed-by: liach
|
2024-10-07 23:30:06 +00:00 |
|
Eirik Bjørsnøs
|
f7bb647dc8
|
8341595: Clean up iteration of CEN headers in ZipFile.Source.initCEN
Reviewed-by: lancea, redestad
|
2024-10-07 16:34:08 +00:00 |
|
David M. Lloyd
|
20f36c666c
|
8339329: ConstantPoolBuilder#constantValueEntry method doc typo and clarifications
Reviewed-by: liach
|
2024-10-06 16:26:45 +00:00 |
|
Attila Szegedi
|
260d4658ae
|
8340572: ConcurrentModificationException when sorting ArrayList sublists
Reviewed-by: smarks
|
2024-10-05 21:15:18 +00:00 |
|
Shaojin Wen
|
1c3e56c3e4
|
8341512: Optimize StackMapGenerator::processInvokeInstructions
Reviewed-by: liach
|
2024-10-05 15:37:18 +00:00 |
|
Shaojin Wen
|
f8db3a831b
|
8341510: Optimize StackMapGenerator::processFieldInstructions
Reviewed-by: liach
|
2024-10-05 01:21:25 +00:00 |
|
Shaojin Wen
|
b42fbf43df
|
8339699: Optimize DataOutputStream writeUTF
Reviewed-by: liach, bpb
|
2024-10-04 22:35:03 +00:00 |
|
Joe Darcy
|
e70cbcfd0c
|
8341541: Wrong anchor in wrapper classes links
Reviewed-by: hannesw, liach
|
2024-10-04 19:25:31 +00:00 |
|
Maurizio Cimadamore
|
7fa2f229fb
|
8341127: Extra call to MethodHandle::asType from memory segment var handles fails to inline
Reviewed-by: psandoz, redestad, jvernee
|
2024-10-04 09:45:50 +00:00 |
|
Jamil Nimeh
|
b6e72ff971
|
8339403: sun.security.ssl.StatusResponseManager.get swallows interrupt status
Reviewed-by: valeriep
|
2024-10-03 17:16:31 +00:00 |
|
Brian Burkhalter
|
f1ea57f06a
|
8340229: Improve opening sentence of FileInputStream constructor specification
Reviewed-by: alanb, jpai
|
2024-10-03 15:13:42 +00:00 |
|
Shaojin Wen
|
12028000db
|
8341006: Optimize StackMapGenerator detect frames
Reviewed-by: liach
|
2024-10-03 14:34:05 +00:00 |
|
Shaojin Wen
|
d7f32d891c
|
8341415: Optimize RawBytecodeHelper::next
Reviewed-by: liach
|
2024-10-03 12:08:23 +00:00 |
|
Calvin Cheung
|
0bdfe88e4c
|
8328313: Archived module graph should allow identical --module-path to be specified during dump time and run time
Reviewed-by: alanb, dholmes, iklam
|
2024-10-02 15:51:56 +00:00 |
|
fabioromano1
|
d6820d1324
|
8336274: MutableBigInteger.leftShift(int) optimization
Reviewed-by: rgiulietti
|
2024-10-02 09:45:43 +00:00 |
|
Chen Liang
|
39c17b3926
|
8341277: Validate slot argument for instruction factories
Reviewed-by: asotona
|
2024-10-02 03:30:02 +00:00 |
|
Eirik Bjørsnøs
|
0f381137cb
|
8341243: Use ArraySupport.SOFT_MAX_ARRAY_LENGTH for max array size in java.base
Reviewed-by: jpai, smarks
|
2024-10-02 01:27:03 +00:00 |
|
Sandhya Viswanathan
|
83dcb02d77
|
8340079: Modify rearrange/selectFrom Vector API methods to perform wrapIndexes instead of checkIndexes
Reviewed-by: jbhateja, psandoz
|
2024-10-01 22:48:31 +00:00 |
|
Smita Kamath
|
a6b318863f
|
8337632: AES-GCM Algorithm optimization for x86_64
Reviewed-by: jbhateja, sviswanathan
|
2024-09-30 17:00:13 +00:00 |
|
Joe Darcy
|
5586f83e34
|
8341064: Define anchor point and index term for "wrapper classes"
Reviewed-by: prappo, liach
|
2024-09-30 16:13:35 +00:00 |
|
Joe Darcy
|
4168faf54c
|
8341100: Add index entries for terms used in java.lang.Class
Reviewed-by: liach
|
2024-09-30 16:10:02 +00:00 |
|
Shaojin Wen
|
f1bf469b4e
|
8341199: Use ClassFile's new API loadConstant(int)
Reviewed-by: liach, redestad
|
2024-09-30 14:12:01 +00:00 |
|
Eirik Bjørsnøs
|
cff420d8d3
|
8339711: ZipFile.Source.initCEN needlessly reads END header
Reviewed-by: lancea, jpai, redestad
|
2024-09-30 13:06:49 +00:00 |
|
Justin Lu
|
082125d61e
|
8340404: CharsetProvider specification updates
Reviewed-by: alanb, naoto
|
2024-09-27 18:26:08 +00:00 |
|
Rajan Halade
|
f554c3ffce
|
8341059: Change Entrust TLS distrust date to November 12, 2024
Reviewed-by: mullan
|
2024-09-27 17:16:13 +00:00 |
|
Joe Darcy
|
bb040ef4cc
|
8340983: Use index and definition tags in Object and Double
Reviewed-by: bpb, liach
|
2024-09-26 16:04:45 +00:00 |
|
Joe Darcy
|
8225a5f58a
|
8340981: Update citations to "Hacker's Delight"
Reviewed-by: bpb, iris, liach, jwaters
|
2024-09-26 16:03:04 +00:00 |
|
Brian Burkhalter
|
aeaa4f78eb
|
8336895: BufferedReader doesn't read full \r\n line ending when it doesn't fit in buffer
Reviewed-by: jpai, alanb
|
2024-09-26 15:20:51 +00:00 |
|
Chen Liang
|
8c8f0d85ce
|
8339260: Move rarely used constants out of ClassFile
Reviewed-by: asotona
|
2024-09-26 06:34:18 +00:00 |
|
Tobias Hartmann
|
47c10694c6
|
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
Reviewed-by: liach, shade, jvernee
|
2024-09-26 06:03:29 +00:00 |
|
Chen Liang
|
84751cbfdd
|
8340831: Simplify simple validation for class definition in MethodHandles.Lookup
Reviewed-by: redestad
|
2024-09-25 18:31:24 +00:00 |
|
Chen Liang
|
df1959fd7a
|
8340838: Clean up MutableCallSite to use explicit release fence instead of AtomicInteger
Reviewed-by: jrose, redestad, shade
|
2024-09-25 18:29:30 +00:00 |
|
Claes Redestad
|
d8790aa048
|
8340885: Desugar ZipCoder.Comparison
Reviewed-by: lancea, eirbjo
|
2024-09-25 13:04:46 +00:00 |
|
Shaojin Wen
|
2e0554a695
|
8340710: Optimize DirectClassBuilder::build
Reviewed-by: liach
|
2024-09-25 02:35:41 +00:00 |
|
Shaojin Wen
|
2d38af61e4
|
8340587: Optimize StackMapGenerator$Frame::checkAssignableTo
Reviewed-by: liach
|
2024-09-25 02:32:29 +00:00 |
|
Shaojin Wen
|
9bcc7b66de
|
8340708: Optimize StackMapGenerator::processMethod
Reviewed-by: liach
|
2024-09-25 02:30:46 +00:00 |
|
Artur Barashev
|
e3d80f1e1e
|
8340670: Policy.UNSUPPORTED_EMPTY_COLLECTION.isReadOnly does not return true
Reviewed-by: mullan
|
2024-09-24 18:57:58 +00:00 |
|
vamsi-parasa
|
212e32931c
|
8338694: x86_64 intrinsic for tanh using libm
Reviewed-by: kvn, jbhateja, sgibbons, sviswanathan
|
2024-09-24 15:11:13 +00:00 |
|