Weijun Wang
|
d589b664cc
|
8270380: Change the default value of the java.security.manager system property to disallow
Reviewed-by: lancea, mullan, rriggs
|
2021-10-21 14:04:48 +00:00 |
|
vamsi-parasa
|
af7c56b85b
|
8275167: x86 intrinsic for unsignedMultiplyHigh
Reviewed-by: kvn, sviswanathan
|
2021-10-20 22:40:51 +00:00 |
|
Harold Seigel
|
bbc606117f
|
8272614: Unused parameters in MethodHandleNatives linking methods
Reviewed-by: dholmes, lfoltan
|
2021-10-20 15:48:43 +00:00 |
|
Markus Grönlund
|
72a976ef05
|
8266936: Add a finalization JFR event
Reviewed-by: coleenp, mchung, egahlin
|
2021-10-18 16:52:36 +00:00 |
|
Andrey Turbanov
|
7d2633f795
|
8275002: Remove unused AbstractStringBuilder.MAX_ARRAY_SIZE
Reviewed-by: prappo, jlaskey, martin
|
2021-10-12 09:37:54 +00:00 |
|
Peter Levart
|
7ad74d82d7
|
8274299: Make Method/Constructor/Field accessors @Stable
Reviewed-by: redestad, mchung
|
2021-10-05 14:16:20 +00:00 |
|
Andrey Turbanov
|
355356c405
|
8273435: Remove redundant zero-length check in ClassDesc.of
Reviewed-by: rriggs
|
2021-09-29 23:08:23 +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 |
|
Pavel Rappo
|
c880b87a20
|
8274367: Re-indent stack-trace examples for Throwable.printStackTrace
Reviewed-by: mchung, iris, darcy, bpb
|
2021-09-27 22:32:49 +00:00 |
|
Pavel Rappo
|
8799856528
|
8274075: Fix miscellaneous typos in java.base
Reviewed-by: dfuchs, darcy, iris, lancea, bpb
|
2021-09-23 08:08:39 +00:00 |
|
Raffaello Giulietti
|
da38ced329
|
8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family
Reviewed-by: bpb
|
2021-09-22 16:16:14 +00:00 |
|
Roger Riggs
|
33df388a24
|
8274003: ProcessHandleImpl.Info toString has an if check which is always true
Reviewed-by: bpb, naoto, iris
|
2021-09-22 13:57:37 +00:00 |
|
Pavel Rappo
|
c6df3c9571
|
8274071: Clean up java.lang.ref comments and documentation
Reviewed-by: rriggs, kbarrett, mchung, iris, lancea
|
2021-09-22 13:42:23 +00:00 |
|
Joe Darcy
|
9c91ff57e8
|
8274031: Typo in StringBuilder.readObject
Reviewed-by: bpb
|
2021-09-21 02:23:52 +00:00 |
|
Sergey Tsypanov
|
4c673df31e
|
8273656: Improve java.lang.invoke.MethodType.parameterList() and its usage
Reviewed-by: jvernee, vlivanov, mchung
|
2021-09-15 11:11:15 +00:00 |
|
Pavel Rappo
|
b4b121018d
|
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
|
2021-09-13 17:46:13 +00:00 |
|
Naoto Sato
|
4cfa230e2d
|
8273259: Character.getName doesn't follow Unicode spec for ideographs
Reviewed-by: bpb, lancea, iris, darcy
|
2021-09-13 16:06:10 +00:00 |
|
Mandy Chung
|
ec9d1bebd7
|
8273194: Document the two possible cases when Lookup::ensureInitialized returns
Reviewed-by: alanb
|
2021-09-10 17:17:31 +00:00 |
|
Sergey Tsypanov
|
e5f298a7f1
|
8273329: Remove redundant null check from String.getBytes(String charsetName)
Reviewed-by: rriggs, iris, naoto
|
2021-09-08 15:54:36 +00:00 |
|
Vladimir Ivanov
|
faa942c8ba
|
8273000: Remove WeakReference-based class initialisation barrier implementation
Reviewed-by: psandoz, mchung
|
2021-09-08 11:28:17 +00:00 |
|
Vladimir Ivanov
|
21012f2bbe
|
8078641: MethodHandle.asTypeCache can retain classes from unloading
Co-authored-by: Peter Levart <plevart@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: psandoz, mchung, plevart
|
2021-09-08 11:27:14 +00:00 |
|
Brian Burkhalter
|
e551852801
|
8271225: Add floorDivExact() method to java.lang.[Strict]Math
Reviewed-by: darcy
|
2021-08-31 14:42:14 +00:00 |
|
Claes Redestad
|
98fa53357a
|
8273100: Improve AbstractStringBuilder.append(String) when using CompactStrings
Reviewed-by: rriggs, alanb
|
2021-08-31 11:32:33 +00:00 |
|
Vicente Romero
|
0609421d4b
|
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
Reviewed-by: mchung, chegar
|
2021-08-30 21:16:46 +00:00 |
|
Naoto Sato
|
7fc8540907
|
8260265: UTF-8 by Default
Reviewed-by: alanb, rriggs
|
2021-08-30 21:13:59 +00:00 |
|
Raffaello Giulietti
|
51167846cb
|
8273091: Doc of [Strict]Math.floorDiv(long,int) erroneously documents int in @return tag
Reviewed-by: darcy, bpb
|
2021-08-27 22:48:52 +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 |
|
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 |
|
Per Liden
|
3f723ca457
|
8271862: C2 intrinsic for Reference.refersTo() is often not used
Reviewed-by: kbarrett, mchung
|
2021-08-11 11:09:59 +00:00 |
|
Raffaello Giulietti
|
66d1faa784
|
8271601: Math.floorMod(int, int) and Math.floorMod(long, long) differ in their logic
Reviewed-by: bpb
|
2021-08-10 17:16:17 +00:00 |
|
Jaikiran Pai
|
e38e365c70
|
8271208: Typo in ModuleDescriptor.read javadoc
Reviewed-by: alanb, iris
|
2021-08-06 01:30:45 +00:00 |
|
Joe Darcy
|
91bbe2fcbd
|
8271888: build error after JDK-8271599
Reviewed-by: psandoz, bpb
|
2021-08-04 18:48:53 +00:00 |
|
Raffaello Giulietti
|
9f1edafac4
|
8271599: Javadoc of floorDiv() and floorMod() families is inaccurate in some places
Reviewed-by: darcy, bpb
|
2021-08-04 17:16:40 +00:00 |
|
Claes Redestad
|
0b9539405d
|
8271624: Avoid unnecessary ThreadGroup.checkAccess calls when creating Threads
Reviewed-by: rriggs
|
2021-08-02 22:59:48 +00:00 |
|
Claes Redestad
|
e621cffa4f
|
8271627: Use local field access in favor of Class.getClassLoader0
Reviewed-by: mchung
|
2021-08-02 22:37:56 +00:00 |
|
Claes Redestad
|
7a4c754e5d
|
8271611: Use SecurityConstants.ACCESS_PERMISSION in MethodHandles
Reviewed-by: rriggs
|
2021-08-02 15:34:56 +00:00 |
|
Sergey Tsypanov
|
249d641889
|
8263561: Re-examine uses of LinkedList
Reviewed-by: redestad
|
2021-08-02 12:50:38 +00:00 |
|
Sergey Tsypanov
|
6a3f8343bc
|
8268113: Re-use Long.hashCode() where possible
Reviewed-by: redestad
|
2021-08-02 12:49:41 +00:00 |
|
Sergey Tsypanov
|
2536e4342e
|
8270160: Remove redundant bounds check from AbstractStringBuilder.charAt()
Reviewed-by: redestad
|
2021-08-02 12:48:35 +00:00 |
|
Sergey Tsypanov
|
6c4c48faea
|
8266972: Use String.concat() in j.l.Class where invokedynamic-based String concatenation is not available
Reviewed-by: redestad
|
2021-08-02 12:47:09 +00:00 |
|
Sergey Tsypanov
|
72145f3b94
|
8269665: Clean-up toString() methods of some primitive wrappers
Reviewed-by: redestad
|
2021-08-02 12:46:00 +00:00 |
|
Emmanuel Bourg
|
d09b028407
|
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
|
2021-07-29 16:03:31 +00:00 |
|
Brian Burkhalter
|
0b12e7c82c
|
8075806: divideExact is missing in java.lang.Math
Reviewed-by: darcy
|
2021-07-26 17:19:53 +00:00 |
|
Jesper Wilhelmsson
|
9935440ede
|
Merge
|
2021-07-23 01:41:14 +00:00 |
|
Joe Darcy
|
ecc37b06f2
|
8270916: Update java.lang.annotation.Target for changes in JLS 9.6.4.1
Reviewed-by: bpb, naoto
|
2021-07-22 19:50:23 +00:00 |
|
Mandy Chung
|
ddce47cd3c
|
8270949: Make dynamically generated classes with the class file version of the current release
Reviewed-by: alanb
|
2021-07-21 18:09:38 +00:00 |
|
Brian Burkhalter
|
c0d4efff3c
|
6506405: Math.abs(float) is slow
Reviewed-by: darcy
|
2021-07-14 15:50:51 +00:00 |
|
Jesper Wilhelmsson
|
4a7ccf36e9
|
Merge
|
2021-07-14 01:07:52 +00:00 |
|
Yi Yang
|
0f5470715e
|
8270056: Generated lambda class can not access protected static method of target class
Reviewed-by: mchung
Backport-of: 07e90524576f159fc16523430f1db62327c89a3b
|
2021-07-14 00:46:06 +00:00 |
|