Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +00:00 |
|
Lance Andersen
|
a020b6ba8f
|
8280409: JarFile::getInputStream can fail with NPE accessing ze.getName()
Reviewed-by: mullan, alanb
|
2022-02-23 16:56:50 +00:00 |
|
Jesper Wilhelmsson
|
4616c13c2f
|
Merge
|
2022-01-20 01:18:38 +00:00 |
|
Weijun Wang
|
4d3663a6d0
|
8272026: Verify Jar Verification
Reviewed-by: rhalade, valeriep, mschoene
|
2022-01-18 23:35:35 +00:00 |
|
Sean Mullan
|
61b8944327
|
8278851: Correct signer logic for jars signed with multiple digestalgs
Reviewed-by: coffeys, weijun
|
2022-01-14 15:22:31 +00:00 |
|
Weijun Wang
|
34628ff8ac
|
8266115: More Manifest Jar Loading
Reviewed-by: mschoene, ahgross, mullan, rhalade
|
2021-10-19 18:25:58 +00:00 |
|
Sean Coffey
|
03a8d342b8
|
8273826: Correct Manifest file name and NPE checks
Reviewed-by: weijun, hchao, mullan
|
2021-10-07 15:12:13 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Weijun Wang
|
ef9315bead
|
8260967: Better jar file validation
Reviewed-by: hchao, valeriep
|
2021-07-21 20:28:55 +00:00 |
|
Tagir F. Valeev
|
ab5a7ff230
|
8267587: Update java.util to use enhanced switch
Reviewed-by: iris
|
2021-05-31 08:48:38 +00:00 |
|
Patrick Concannon
|
a52c4ede2f
|
8267110: Update java.util to use instanceof pattern variable
Reviewed-by: lancea, naoto
|
2021-05-25 08:24:49 +00:00 |
|
Sean Mullan
|
7232e3c704
|
8249906: Enhance opening JARs
Reviewed-by: weijun, rhalade, mschoene
|
2021-04-20 21:45:52 +00:00 |
|
Andrey Turbanov
|
68deb24b38
|
8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
Reviewed-by: mcimadamore, alanb
|
2021-03-16 10:10:05 +00:00 |
|
Jonathan Gibbons
|
20b9ba53a5
|
8262875: doccheck: empty paragraphs, etc in java.base module
Reviewed-by: alanb, darcy, lancea
|
2021-03-02 20:35:51 +00:00 |
|
Jamil Nimeh
|
8554fe6ebc
|
8253866: Security Libs Terminology Refresh
Reviewed-by: erikj, weijun, mullan
|
2021-01-14 16:36:51 +00:00 |
|
Hai-May Chao
|
9bb82232fa
|
8253299: Manifest bytes are read twice when verifying a signed JAR
Reviewed-by: redestad, lancea, alanb
|
2020-11-19 17:22:59 +00:00 |
|
Volker Simonis
|
60159cff40
|
8253952: Refine ZipOutputStream.putNextEntry() to recalculate ZipEntry's compressed size
Reviewed-by: lancea, alanb
|
2020-10-15 09:18:26 +00:00 |
|
Jaikiran Pai
|
782d45bdec
|
8242882: opening jar file with large manifest might throw NegativeArraySizeException
Reviewed-by: bchristi, lancea
|
2020-10-08 10:46:37 +00:00 |
|
Yumin Qi
|
89c5e49ba2
|
8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
Reviewed-by: mchung, iklam
|
2020-09-24 15:28:10 +00:00 |
|
Ioi Lam
|
65af837391
|
8253496: [BACKOUT] JDK-8253208 Move CDS related code to a separate class
Reviewed-by: eosterlund, dcubed
|
2020-09-22 20:15:01 +00:00 |
|
Yumin Qi
|
c1df13b855
|
8253208: Move CDS related code to a separate class
Reviewed-by: mchung, iklam
|
2020-09-22 16:12:05 +00:00 |
|
Jaikiran Pai
|
671dfba802
|
6714834: JarFile.getManifest() leaves an open InputStream as an undocumented side effect
Reviewed-by: lancea, alanb
|
2020-09-16 15:13:32 +00:00 |
|
Pavel Rappo
|
36fb21dc2f
|
8245111: Update doc comments for improved processing by the Standard Doclet
Reviewed-by: dfuchs, joehw, lancea, rriggs
|
2020-05-15 20:38:28 +01:00 |
|
Claes Redestad
|
fc842d2b4b
|
8193066: Avoid use of capturing lambdas in JarFile
Reviewed-by: lancea, alanb
|
2020-05-11 21:43:57 +02:00 |
|
Claes Redestad
|
ceda3089db
|
8244624: Improve handling of JarFile META-INF resources
Reviewed-by: lancea, weijun, martin
|
2020-05-11 10:37:54 +02:00 |
|
Claes Redestad
|
aeb2f9492e
|
8242596: Improve JarFile.getEntry performance for multi-release jar files
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com>
Reviewed-by: lancea, redestad
|
2020-04-17 11:46:59 +02:00 |
|
Claes Redestad
|
fdbea219a1
|
8237508: Simplify JarFile.isInitializing
Reviewed-by: dfuchs, coffeys, lancea
|
2020-01-20 14:24:21 +01:00 |
|
Sean Coffey
|
2c5167803a
|
8234466: Class loading deadlock involving X509Factory#commitEvent()
Reviewed-by: alanb, chegar, dfuchs
|
2020-01-13 21:16:27 +00:00 |
|
Henry Jen
|
9ac2f8b654
|
8234542: code removal of Pack200 Tools and API
Reviewed-by: alanb, mchung, erikj
|
2019-12-10 00:36:30 +00:00 |
|
Ivan Gerasimov
|
cd589d8469
|
8234147: Avoid looking up standard charsets in core libraries
Reviewed-by: alanb
|
2019-12-01 15:29:37 -08:00 |
|
Julia Boes
|
a8a2246158
|
8234335: Remove line break in class declaration in java.base
Remove line break in class declarations where applicable
Reviewed-by: rriggs, lancea
|
2019-11-21 09:10:21 +00:00 |
|
Joe Darcy
|
3c9b6d8554
|
8231202: Suppress warnings on non-serializable non-transient instance fields in serializable classes
Reviewed-by: rriggs, chegar
|
2019-10-09 10:17:50 -07:00 |
|
Julia Boes
|
d15a57b842
|
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: bchristi, lancea
|
2019-09-24 09:43:43 +01:00 |
|
Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Claes Redestad
|
cf334e7de5
|
8221687: Deprecated j.u.jar.Attributes.Name attributes accidentally set to null
Reviewed-by: alanb
|
2019-03-29 15:59:28 +01:00 |
|
Claes Redestad
|
c013c7bd2f
|
8214712: Archive Attributes$Name.KNOWN_NAMES
Reviewed-by: alanb, jiangli
|
2018-12-03 16:25:27 +01:00 |
|
Lance Andersen
|
9b0b058ee7
|
8217393: Clarify Attributes.equals()
Reviewed-by: alanb, darcy, rriggs, martin
|
2019-02-04 14:10:53 -05:00 |
|
Philipp Kunz
|
44ba433328
|
8216362: Better error message handling when there is an invalid Manifest
Reviewed-by: lancea, rriggs, mullan
|
2019-01-10 14:32:56 -05:00 |
|
Jesper Wilhelmsson
|
59716b0bb3
|
Merge
|
2019-01-02 16:05:13 +01:00 |
|
Deepak kejriwal
|
6774e567aa
|
8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
|
2018-12-26 17:09:19 +05:30 |
|
Philipp Kunz
|
1dae61a374
|
8066619: Fix deprecation warnings in java.util.jar
Reviewed-by: rriggs, lancea
|
2018-12-21 09:54:32 -05:00 |
|
Roger Riggs
|
938b844088
|
8214971: Replace use of string.equals("") with isEmpty()
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
|
2018-12-07 11:51:17 -05:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Weijun Wang
|
61d19ee892
|
8208754: The fix for JDK-8194534 needs updates
Reviewed-by: alanb, igerasim, rhalade, mullan
|
2018-08-08 08:05:43 +08:00 |
|
Weijun Wang
|
a58b68027b
|
8194534: Manifest better support
Reviewed-by: mchung, igerasim
|
2018-04-17 15:55:49 +08:00 |
|
Xueming Shen
|
cd8e70a35c
|
8199172: Improve jar attribute checks
Reviewed-by: psandoz, alanb
|
2018-04-04 13:55:30 -07:00 |
|
Xueming Shen
|
4f4a2385c5
|
8211880: Broken links in java.util.jar
Reviewed-by: alanb, mchung, martin
|
2018-10-09 12:36:51 -07:00 |
|
Xueming Shen
|
859d376494
|
8211728: JarFile::versionedStream() does not filter META-INF resources in versioned stream
Reviewed-by: alanb
|
2018-10-08 14:14:52 -07:00 |
|