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 |
|
Doug Lea
|
4f5d73f2d4
|
8286294: ForkJoinPool.commonPool().close() spins
Reviewed-by: alanb
|
2022-05-09 11:09:34 +00:00 |
|
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 |
|
Joe Darcy
|
59ef76a365
|
8285497: Add system property for Java SE specification maintenance version
Reviewed-by: mullan, jpai, iris
|
2022-05-05 22:23:41 +00:00 |
|
Andrey Turbanov
|
dce860aa8a
|
8285947: Avoid redundant HashMap.containsKey calls in ZoneName
Reviewed-by: scolebourne, naoto, rriggs
|
2022-05-05 13:19:14 +00:00 |
|
Doug Lea
|
00e6c63cd1
|
8277090: jsr166 refresh for jdk19
Reviewed-by: alanb, psandoz
|
2022-05-04 19:24:19 +00:00 |
|
Yasser Bazzi Bordonal
|
df8c2be5fe
|
8279598: Provide adapter from RandomGenerator to Random
Reviewed-by: smarks, darcy
|
2022-05-04 17:55:50 +00:00 |
|
Joe Darcy
|
3cbf769f55
|
8285977: Add links to IEEE 754 specification
Reviewed-by: jjg, iris, bpb
|
2022-05-03 16:58:19 +00:00 |
|
Brian Burkhalter
|
9d8c3bf9f8
|
8285745: Re-examine PushbackInputStream mark/reset
Reviewed-by: jpai, alanb
|
2022-05-02 18:19:36 +00:00 |
|
Pavel Rappo
|
3eb661bbe7
|
8285890: Fix some @param tags
Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
|
2022-04-30 21:21:17 +00:00 |
|
Sean Mullan
|
694556e137
|
8225433: Clarify behavior of PKIXParameters.setRevocationEnabled when PKIXRevocationChecker is used
Reviewed-by: xuelei, hchao
|
2022-04-29 12:27:43 +00:00 |
|
Joe Darcy
|
bba456a8db
|
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
|
2022-04-28 18:00:34 +00:00 |
|
Bradford Wetmore
|
cf1b00a604
|
8285683: Missing @ since 11 in java.security.spec.MGF1ParameterSpec fields
Reviewed-by: hchao, valeriep, xuelei, mullan
|
2022-04-27 23:54:37 +00:00 |
|
Raffaello Giulietti
|
1f868f1d09
|
8285658: Fix two typos in the spec of j.u.random.RandomGenerator
Reviewed-by: bpb, darcy
|
2022-04-27 19:19:29 +00:00 |
|
Claes Redestad
|
6c79671e50
|
8285633: Take better advantage of generic MethodType cache
Reviewed-by: jvernee
|
2022-04-27 17:54:21 +00:00 |
|
Johnny Lim
|
4919525ddb
|
8285440: Typo in Collections.addAll method javadoc
Reviewed-by: jpai, rriggs
|
2022-04-27 14:18:51 +00:00 |
|
Naoto Sato
|
03bcf7b6d1
|
8283620: System.out does not use the encoding/charset specified in the Javadoc
Reviewed-by: alanb
|
2022-04-26 16:05:20 +00:00 |
|
Brian Burkhalter
|
a3b788144e
|
8284930: Re-examine FilterInputStream mark/reset
Reviewed-by: alanb, jpai, dfuchs, lancea
|
2022-04-26 15:35:45 +00:00 |
|
Joe Darcy
|
d435d692b0
|
8285614: Fix typo in java.lang.Float
Reviewed-by: naoto, lancea, iris
|
2022-04-25 23:03:11 +00:00 |
|
Raffaello Giulietti
|
fb605944b5
|
8285477: Add a PRECISION public static field to j.l.Float and j.l.Double
Reviewed-by: darcy
|
2022-04-25 17:18:46 +00:00 |
|
Jim Laskey
|
85641c651d
|
8283084: RandomGenerator nextDouble(double, double) is documented incorrectly
Reviewed-by: bpb, darcy
|
2022-04-21 13:45:50 +00:00 |
|
Jim Laskey
|
4732b1d038
|
8274683: Code example provided by RandomGeneratorFactory does not compile
Reviewed-by: darcy
|
2022-04-21 13:40:02 +00:00 |
|
Valerie Peng
|
15ce8c6195
|
8284553: Deprecate the DEFAULT static field of OAEPParameterSpec
Reviewed-by: mullan
|
2022-04-20 17:23:06 +00:00 |
|
Tim Prinzing
|
e8016f7443
|
8281006: Module::getResourceAsStream should check if the resource is open unconditionally when caller is null
Reviewed-by: alanb, erikj, mchung
|
2022-04-20 17:02:31 +00:00 |
|
Brian Burkhalter
|
395bb5b7f9
|
8278356: Improve file creation
Reviewed-by: alanb, rhalade
|
2022-04-19 22:18:33 +00:00 |
|
Claes Redestad
|
e307bc8694
|
8285001: Simplify StringLatin1.regionMatches
Reviewed-by: rriggs, naoto
|
2022-04-19 20:29:16 +00:00 |
|
Claes Redestad
|
5d1ec54d6c
|
8285007: Use correct lookup mode for MethodHandleStatics.UNSAFE
Reviewed-by: psandoz, mchung
|
2022-04-19 20:26:02 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
Naoto Sato
|
eb9c457b41
|
8284856: Add a test case for checking UnicodeScript entity numbers
Reviewed-by: iris, smarks
|
2022-04-19 15:51:57 +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 |
|
Pavel Rappo
|
d3d71ea289
|
8284922: Fix some doc-comment issues on methods with package access in JDK API
Reviewed-by: darcy, iris, bpb
|
2022-04-18 17:35:48 +00:00 |
|
Tagir F. Valeev
|
4cc8eccfca
|
8280915: Better parallelization for AbstractSpliterator and IteratorSpliterator when size is unknown
Reviewed-by: psandoz
|
2022-04-15 15:18:38 +00:00 |
|
Paul Sandoz
|
fbb0916090
|
8283892: Compress and expand bits
Reviewed-by: alanb, redestad
|
2022-04-14 20:27:12 +00:00 |
|
Claes Redestad
|
280aa42880
|
8284579: Improve VarHandle checks for interpreter
Reviewed-by: mcimadamore, mchung
|
2022-04-13 07:21:24 +00:00 |
|
Glavo
|
5691a3b6af
|
8284702: Add @since for java.time.LocalDate.EPOCH
Reviewed-by: rriggs, bpb, iris, darcy, naoto
|
2022-04-13 02:17:45 +00:00 |
|
Andrey Turbanov
|
f4edb59a6e
|
8284567: Collapse identical catch branches in java.base
Reviewed-by: darcy, iris, wetmore
|
2022-04-11 09:32:24 +00:00 |
|
Jaikiran Pai
|
eb3ead96b3
|
8284036: Make ConcurrentHashMap.CollectionView a sealed hierarchy
Reviewed-by: smarks
|
2022-04-11 01:24:18 +00:00 |
|
vamsi-parasa
|
37e28aea27
|
8282221: x86 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: sviswanathan, kvn, jbhateja
|
2022-04-10 03:47:18 +00:00 |
|
Ioi Lam
|
662320a0ec
|
8284336: CDS SignedJar.java test fails due to archived Reference object
Reviewed-by: alanb, ccheung
|
2022-04-08 17:20:10 +00:00 |
|
Naoto Sato
|
d6b4693c05
|
8283698: Refactor Locale constructors used in src/test
Reviewed-by: iris, joehw
|
2022-04-08 15:23:25 +00:00 |
|
Andrey Turbanov
|
8e58d4a589
|
8284415: Collapse identical catch branches in security libs
Reviewed-by: coffeys, xuelei, wetmore
|
2022-04-07 10:00:08 +00:00 |
|
Claes Redestad
|
a385142398
|
8177107: Reduce memory footprint of java.lang.reflect.Constructor/Method
Reviewed-by: darcy, shade, coleenp
|
2022-04-06 14:26:58 +00:00 |
|
Naoto Sato
|
526e73498e
|
8282819: Deprecate Locale class constructors
Reviewed-by: lancea, rriggs
|
2022-04-05 15:38:36 +00:00 |
|
Thomas Stuefe
|
9561b5e041
|
8284165: Add pid to process reaper thread name
Reviewed-by: rriggs
|
2022-04-05 03:39:39 +00:00 |
|
Brian Burkhalter
|
f76f5da016
|
5087440: java.io bulk read(...) end-of-stream return value descriptions ambiguous
Reviewed-by: rriggs, lancea
|
2022-04-04 18:54:36 +00:00 |
|
Jatin Bhateja
|
003ec21f3c
|
8279508: Auto-vectorize Math.round API
Reviewed-by: sviswanathan, aph
|
2022-04-02 18:00:33 +00:00 |
|
Valerie Peng
|
028fbf474b
|
8254935: Deprecate the PSSParameterSpec(int) constructor
Reviewed-by: mullan
|
2022-04-01 18:37:39 +00:00 |
|
Luis Pinto
|
63fec5da27
|
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
|
2022-04-01 13:26:20 +00:00 |
|