Shaojin Wen
67907d5e89
8343500: Optimize ArrayClassDescImpl computeDescriptor
...
Reviewed-by: liach
2024-11-05 00:29:08 +00:00
Artur Barashev
8b4749713c
8331682: Slow networks/Impatient clients can potentially send unencrypted TLSv1.3 alerts that won't parse on the server
...
Reviewed-by: wetmore, djelinski, xuelei
2024-11-04 18:46:38 +00:00
Jiangli Zhou
774de278f7
8343497: Missing DEF_STATIC_JNI_OnLoad in libjimage and libsaproc native libraries
...
Reviewed-by: ihse
2024-11-04 17:58:22 +00:00
Archie Cobbs
1cc3586c53
8343551: Missing copyright header update in Charset-X-Coder.java.template
...
Reviewed-by: iris
2024-11-04 17:32:11 +00:00
Naoto Sato
1c4483473d
8333582: Update CLDR to Version 46.0
...
Reviewed-by: joehw, srl, jlu
2024-11-04 17:00:44 +00:00
Archie Cobbs
23fa1a3327
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
...
Reviewed-by: alanb
2024-11-04 16:13:10 +00:00
Per Minborg
646d64e880
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
...
Reviewed-by: jvernee
2024-11-04 14:12:30 +00:00
Chen Liang
8d6cfba37f
8336267: Method and Constructor signature parsing can be shared on the root object
...
Reviewed-by: mchung
2024-11-04 13:24:29 +00:00
Chen Liang
1f7d524fd3
8343437: ClassDesc.of incorrectly permitting empty names
...
Reviewed-by: mchung
2024-11-04 13:24:09 +00:00
Per Minborg
f69b6016d6
8343188: Investigate ways to simplify MemorySegment::ofBuffer
...
Reviewed-by: mcimadamore
2024-11-04 11:06:25 +00:00
Adam Sotona
f9e1c62dcd
8343436: Regression in StackMapGenerator after JDK-8339205
...
Reviewed-by: liach
2024-11-04 07:19:23 +00:00
Michael McMahon
d26412e657
8343433: Update net.properties and java.net.http module-info.java after 8326949
...
Reviewed-by: dfuchs, jpai
2024-11-03 17:43:46 +00:00
Justin Lu
ea110c35f5
8343236: Use @apiNote and @implSpec in j.util.Currency
...
Reviewed-by: iris, lancea, bpb, naoto
2024-11-01 16:34:53 +00:00
Andrey Turbanov
f77a5144a1
8343194: Avoid redundant Hashtable.containsKey call in CodeSource.readObject
...
Reviewed-by: mullan
2024-11-01 11:47:00 +00:00
Calvin Cheung
d4eb2d924e
8319343: Improve CDS module graph support for --add-modules option
...
Reviewed-by: alanb, iklam
2024-10-31 21:30:08 +00:00
Aleksey Shipilev
7c36fa7e17
8343019: Primitive caches must use boxed instances from the archive
...
Reviewed-by: jiangli, vlivanov, iklam
2024-10-31 20:18:25 +00:00
Chen Liang
3ccd2f757d
8342458: More consistent constant instruction handling
...
Reviewed-by: asotona
2024-10-31 14:01:13 +00:00
Alan Bateman
dee0982c60
8343132: Remove temporary transitions from Virtual thread implementation
...
Reviewed-by: dholmes, sspitsyn, pchilanomate
2024-10-31 08:53:19 +00:00
Eirik Bjørsnøs
2f1ba5ef09
8343307: Throw ZipException instead of IAE in ZipFile.Source::initCEN
...
Reviewed-by: lancea, jpai
2024-10-31 08:32:48 +00:00
Jiangli Zhou
688e92e7f5
8342642: Class loading failure due to archived map issue in ModuleLoaderMap.Mapper
...
Reviewed-by: iklam, shade, alanb
2024-10-31 01:50:00 +00:00
Jaikiran Pai
0fe15d6836
8343040: Clean up references to JRE in the launcher code
...
Reviewed-by: alanb, darcy
2024-10-30 10:39:05 +00:00
Chen Liang
158ae51be0
8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
...
Reviewed-by: darcy
2024-10-30 05:58:22 +00:00
Serguei Spitsyn
60364ef001
8341273: JVMTI is not properly hiding some continuation related methods
...
Reviewed-by: alanb, amenkov
2024-10-29 19:59:43 +00:00
Ferenc Rakoczi
9cfb0f7f7a
8341527: AVX-512 intrinsic for SHA3
...
Reviewed-by: sviswanathan
2024-10-29 15:18:24 +00:00
Eirik Bjørsnøs
d49f21043b
8342040: Further improve entry lookup performance for multi-release JARs
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
2024-10-28 18:21:18 +00:00
David M. Lloyd
9f6d5b46ce
8343020: (fs) Add support for SecureDirectoryStream on macOS
...
Reviewed-by: bpb, alanb
2024-10-28 16:58:44 +00:00
Brian Burkhalter
1341b81321
8341666: FileInputStream doesn't support readAllBytes() or readNBytes(int) on pseudo devices
...
Reviewed-by: alanb
2024-10-28 16:38:36 +00:00
Jatin Bhateja
52382e285f
8338021: Support new unsigned and saturating vector operators in VectorAPI
...
Reviewed-by: psandoz, epeter, sviswanathan
2024-10-28 16:30:29 +00:00
Chen Liang
40e07a7ea3
8342865: Use type parameter for Class::getPrimitiveClass
...
Reviewed-by: darcy
2024-10-26 14:45:04 +00:00
Jonathan Gibbons
873f8a696f
8305406: Add @spec tags in java.base/java.* (part 2)
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: valeriep
2024-10-26 06:57:45 +00:00
Maurizio Cimadamore
f1a9a8d25b
8342902: Deduplication of acquire calls in BindingSpecializer causes escape-analyisis failure
...
Reviewed-by: jvernee
2024-10-25 21:07:48 +00:00
Mark Powers
ca1700b8bf
8336665: CCE in X509CRLImpl$TBSCertList.getCertIssuer
...
Reviewed-by: mullan
2024-10-24 23:09:45 +00:00
Justin Lu
7af46a6b42
8340554: Improve MessageFormat readObject checks
...
Reviewed-by: naoto
2024-10-24 16:17:43 +00:00
Markus KARG
3c14c2babb
8341566: Add Reader.of(CharSequence)
...
Reviewed-by: rriggs, jpai, liach, alanb
2024-10-24 14:34:58 +00:00
Chen Liang
25c2f48d45
8338544: Dedicated Array class descriptor implementation
...
Reviewed-by: redestad, mchung, jvernee
2024-10-24 02:40:08 +00:00
Brian Burkhalter
de92fe3757
8233451: (fs) Files.newInputStream() cannot be used with character special files
...
Reviewed-by: alanb
2024-10-23 18:53:30 +00:00
Joe Darcy
a21c558699
8342863: Use pattern matching for instanceof in equals methods of wrapper classes
...
Reviewed-by: rriggs
2024-10-23 18:23:50 +00:00
Naoto Sato
e64f0798be
8342582: user.region for formatting number no longer works for 21.0.5
...
Reviewed-by: jlu, rriggs
2024-10-23 17:44:31 +00:00
Naoto Sato
426da4bbad
8341975: Unable to set encoding for IO.println, IO.print and IO.readln
...
Reviewed-by: rriggs, iris, alanb
2024-10-23 17:44:15 +00:00
Mandy Chung
d6eddcdaf9
8327624: Remove VM implementation that bypass verification for core reflection
...
Reviewed-by: liach, dholmes, jrose, alanb, mli
2024-10-22 18:14:37 +00:00
Justin Lu
c61d2c5a34
8341445: DecimalFormatSymbols setters should throw NPE
...
Reviewed-by: naoto
2024-10-22 17:21:38 +00:00
Claes Redestad
d10eecf161
8341776: Remove unused enum values from LambdaForm$Kind
...
Reviewed-by: liach
2024-10-22 13:51:42 +00:00
Aggelos Biboudis
c9f38409cc
8342679: Clean up PreviewFeature.Feature
...
Reviewed-by: liach, vromero
2024-10-22 09:39:04 +00:00
Naoto Sato
71583222eb
8340477: Remove JDK1.1 compatible behavior for "EST", "MST", and "HST" time zones
...
Reviewed-by: iris, jlu, joehw
2024-10-21 17:20:50 +00:00
Hannes Wallnöfer
97c9212842
8342698: Fix order of @param tags in module java.base
...
Reviewed-by: iris
2024-10-21 17:14:25 +00:00
Justin Lu
51a7ff6594
8335271: Specify the MessageFormat ArgumentIndex Implementation Limit
...
Reviewed-by: darcy, iris, naoto, rriggs
2024-10-21 17:08:50 +00:00
Lance Andersen
54a744b023
8340553: ZipEntry field validation does not take into account the size of a CEN header
...
Reviewed-by: jpai, redestad, eirbjo
2024-10-21 15:34:27 +00:00
Joe Darcy
18b55ceaa4
8342653: Fix minor doc issues in AnnotatedElement
...
Reviewed-by: jpai, iris, liach
2024-10-21 15:14:12 +00:00
fabioromano1
27ef6c9df4
8341470: BigDecimal.stripTrailingZeros() optimization
...
Reviewed-by: rgiulietti
2024-10-21 10:14:15 +00:00
Justin Lu
078401134a
8340488: Clarify LocaleServiceProvider deployment on application module path
...
Reviewed-by: naoto
2024-10-18 17:41:36 +00:00
Shaojin Wen
0963b9e891
8341664: ReferenceClassDescImpl cache internalName
...
Reviewed-by: liach
2024-10-18 08:06:09 +00:00
Kevin Rushforth
2b03dbdac4
8311530: Deprecate jdk.jsobject module for removal
...
Reviewed-by: rriggs, alanb, erikj
2024-10-18 00:23:39 +00:00
Shaojin Wen
3ebfc6c1e2
8342336: Optimize ClassFile imports
...
Reviewed-by: liach
2024-10-17 10:49:53 +00:00
Jatin Bhateja
709914fc92
8338023: Support two vector selectFrom API
...
Reviewed-by: psandoz, epeter, sviswanathan
2024-10-16 16:08:02 +00:00
Aleksey Shipilev
7625b29920
8329597: C2: Intrinsify Reference.clear
...
Reviewed-by: rcastanedalo, eosterlund, kvn
2024-10-16 14:08:10 +00:00
Jaikiran Pai
cf5bb12731
Merge
...
Reviewed-by: alanb, dfuchs
2024-10-16 11:36:01 +00:00
Johny Jose
ebc17c7c8d
8339637: (tz) Update Timezone Data to 2024b
...
Reviewed-by: naoto, coffeys, jlu
2024-10-16 07:36:07 +00:00
Matthias Baesken
e7cf25ce0e
8340801: Disable ubsan checks in some awt/2d coding
...
Reviewed-by: ihse, lucy, goetz, jwaters
2024-10-16 07:28:36 +00:00
Jaikiran Pai
86ce19e8db
8341142: Maintain a single source file for sun.net.www.protocol.jar.JarFileFactory
...
Reviewed-by: dfuchs
2024-10-16 01:51:09 +00:00
Justin Lu
d9f6383037
8331446: Improve deserialization support
...
Reviewed-by: rhalade, skoivu, rriggs, naoto
2024-10-15 17:04:27 +05:30
Hai-May Chao
dadcee1b89
8307383: Enhance DTLS connections
...
Co-authored-by: Jamil Nimeh <jnimeh@openjdk.org>
Reviewed-by: rhalade, mschoene, ascarpino
2024-10-15 17:04:27 +05:30
Daniel Fuchs
03bc6b359f
8328286: Enhance HTTP client
...
Reviewed-by: aefimov, michaelm
2024-10-15 17:04:27 +05:30
Valerie Peng
369c573383
8302111: Serialization considerations
...
Reviewed-by: skoivu, rhalade, weijun, wetmore
2024-10-15 17:04:27 +05:30
Maurizio Cimadamore
f4dccfd4cf
8338596: Clarify handling of restricted and caller-sensitive methods
...
Co-authored-by: Hannes Wallnöfer <hannesw@openjdk.org>
Reviewed-by: alanb, jvernee
2024-10-15 09:10:13 +00:00
Per Minborg
521effe017
8340189: 8339531 incorrect for Big Endian platforms
...
Reviewed-by: mdoerr, amitkumar
2024-10-15 07:59:33 +00:00
Chen Liang
a2c775222e
8317356: Fix missing null checks in the ClassFile API
...
Co-authored-by: Nizar Benalla <nbenalla@openjdk.org>
Reviewed-by: asotona
2024-10-14 17:21:10 +00:00
Weijun Wang
3f53d57134
8340327: A common framework to support public key algorithms with standard parameter sets
...
Reviewed-by: ascarpino, mullan
2024-10-11 21:16:41 +00:00
Shaojin Wen
472db922fa
8341900: Optimize DirectCodeBuilder writeBody
...
Reviewed-by: liach
2024-10-11 02:17:37 +00:00
Shaojin Wen
24eb360147
8341906: Optimize ClassFile writing BufBuffer
...
Reviewed-by: liach
2024-10-11 00:29:14 +00:00
Justin Lu
7eb55357ab
8341789: Fix ExceptionOccurred in java.base
...
Reviewed-by: bpb, jpai, dfuchs, lancea, rriggs, naoto
2024-10-10 17:33:22 +00:00
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
3ee94e040a
8341282: (fs) Move creation time fallback logic to Java layer (Linux)
...
Reviewed-by: sgehwolf, alanb
2024-10-03 15:13:58 +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
Matthias Baesken
c8c4ff2035
8341135: Incorrect format string after JDK-8339475
...
Reviewed-by: shade, clanger, alanb
2024-10-02 08:14:48 +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
Rajan Halade
824a297aae
8341057: Add 2 SSL.com TLS roots
...
Reviewed-by: mullan
2024-09-27 16:57:02 +00:00
Matthias Baesken
2a2ecc994e
8339475: Clean up return code handling for pthread calls in library coding
...
Reviewed-by: clanger, jwaters
2024-09-27 07:27:29 +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
Jaikiran Pai
c0fcb258bb
8340717: Remove unused function declarations from java.c/java.h of the launcher
...
Reviewed-by: alanb, dholmes, shade, jwaters
2024-09-25 01:45:04 +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
Chen Liang
caa751c561
8338546: Speed up ConstantPoolBuilder::classEntry(ClassDesc)
...
Reviewed-by: asotona, redestad
2024-09-24 14:28:05 +00:00
Matthias Baesken
9176f6810e
8340623: Remove outdated PROCESSOR_ARCHITECTURE_IA64 from Windows coding
...
Reviewed-by: alanb, dholmes
2024-09-24 07:22:27 +00:00
Jaikiran Pai
865d99f634
8340596: Remove dead code from RequiresSetenv function in java.base/unix/native/libjli/java_md.c
...
Reviewed-by: dholmes
2024-09-24 02:08:20 +00:00
Jaikiran Pai
40cde003e8
8340114: Remove outdated SelectVersion() function from the launcher and update the code comments explaining the code flow
...
Reviewed-by: dholmes, alanb
2024-09-24 01:47:57 +00:00
Francisco Ferrari Bihurriet
c6f1d5f374
8319332: Security properties files inclusion
...
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: weijun, mullan, kdriver
2024-09-23 17:45:38 +00:00
Lance Andersen
0f9f777520
8336025: Improve ZipOutputSream validation of MAX CEN Header field limits
...
Reviewed-by: alanb
2024-09-23 16:07:12 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Matthias Baesken
34cddfbedd
8340387: Update OS detection code to recognize Windows Server 2025
...
Reviewed-by: mdoerr, jwaters, dholmes
2024-09-23 06:40:33 +00:00
Shaojin Wen
ab06a878f8
8340544: Optimize setLocalsFromArg
...
Reviewed-by: redestad, liach
2024-09-22 01:01:31 +00:00
Shaojin Wen
2461263aac
8339217: Optimize ClassFile API loadConstant
...
Reviewed-by: liach, redestad, asotona
2024-09-21 00:21:04 +00:00
Shaojin Wen
40fba14812
8340232: Optimize DataInputStream::readUTF
...
Reviewed-by: liach, bpb
2024-09-20 17:54:06 +00:00
Chen Liang
ab81197d0d
8339198: Remove tag field from AbstractPoolEntry
...
Reviewed-by: asotona, redestad
2024-09-20 16:11:39 +00:00
Jaikiran Pai
90d3a64b0a
8340537: Typo in javadoc of java.util.jar.JarFile
...
Reviewed-by: mullan, lancea, iris
2024-09-20 16:02:25 +00:00
Claes Redestad
a50440fadc
8340456: Reduce overhead of proxying Object methods in ProxyGenerator
...
Reviewed-by: liach
2024-09-20 09:21:12 +00:00
Justin Lu
5f3e7aa833
8339735: Remove references to Applet in core-libs/security APIs
...
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
2024-09-19 16:18:37 +00:00
Brian Burkhalter
2ada313cdd
8340329: (fs) Message of NotLinkException thrown by FIles.readSymbolicLink does not include file name (win)
...
Reviewed-by: alanb
2024-09-19 15:25:04 +00:00
Prasadrao Koppula
c9bee173d6
8331391: Enhance the keytool code by invoking the buildTrustedCerts method for essential options
...
Reviewed-by: coffeys, mullan
2024-09-19 13:21:08 +00:00
Jaikiran Pai
67198992ce
8286851: Deprecate for removal several of the undocumented java launcher options
...
Reviewed-by: dholmes
2024-09-19 06:28:05 +00:00
Rafael Winterhalter
1d070a3238
8337302: Undefined type variable results in null
...
Reviewed-by: liach
2024-09-18 12:33:56 +00:00
Claes Redestad
d23c59e408
8340280: Avoid calling MT.invokerType() when creating LambdaForms
...
Reviewed-by: liach, jvernee
2024-09-18 07:01:13 +00:00
Chen Liang
dfc90938ba
8340132: Remove internal CpException for reading malformed utf8
...
Reviewed-by: asotona
2024-09-17 21:08:47 +00:00
Raffaello Giulietti
28d009ce0e
8339934: Simplify Math.scalb(double) method
...
Reviewed-by: darcy
2024-09-17 17:11:32 +00:00
David M. Lloyd
3e14fb9c16
8340200: Misspelled constant AttributesProcessingOption.DROP_UNSTABLE_ATRIBUTES
...
Reviewed-by: liach
2024-09-17 16:24:38 +00:00
Brian Burkhalter
64e3a9ee91
8339574: Behavior of File.is{Directory,File,Hidden} is not documented with respect to symlinks
...
Reviewed-by: djelinski, alanb
2024-09-17 15:50:32 +00:00
Brian Burkhalter
f87701635f
8315273: (fs) Path.toRealPath(LinkOption.NOFOLLOW_LINKS) fails when "../../" follows a link (win)
...
Reviewed-by: djelinski
2024-09-17 15:50:16 +00:00